Skip to content

Commit

Permalink
Move async search yaml tests to x-pack yaml test folder (#53537)
Browse files Browse the repository at this point in the history
The yaml tests for async search currently sit in its qa folder. There is no reason though for them to live in a separate folder as they don't require particular setup. This commit moves them to the main folder together with the other x-pack yaml tests so that they will be run by the client test runners too.
  • Loading branch information
javanna committed Mar 13, 2020
1 parent fb158df commit 548fd94
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 81 deletions.
30 changes: 0 additions & 30 deletions x-pack/plugin/async-search/qa/rest/build.gradle

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import org.elasticsearch.common.xcontent.XContentBuilder;
import org.elasticsearch.common.xcontent.XContentHelper;
import org.elasticsearch.common.xcontent.json.JsonXContent;
import org.elasticsearch.test.rest.ESRestTestCase;
import org.junit.Before;

import java.io.IOException;
Expand All @@ -31,7 +32,7 @@
import static org.hamcrest.Matchers.containsString;
import static org.hamcrest.Matchers.equalTo;

public class AsyncSearchSecurityIT extends AsyncSearchRestTestCase {
public class AsyncSearchSecurityIT extends ESRestTestCase {
/**
* All tests run as a superuser but use <code>es-security-runas-user</code> to become a less privileged user.
*/
Expand Down

This file was deleted.

0 comments on commit 548fd94

Please sign in to comment.