Revert "Tests: Disable all watcher BWC tests until fixed correctly"
This reverts commit elastic/x-pack-elasticsearch@8043ec1858. Original commit: elastic/x-pack-elasticsearch@39180b095c
This commit is contained in:
parent
4dc13c3698
commit
14c12cfcde
|
@ -11,7 +11,6 @@ import org.apache.http.entity.ByteArrayEntity;
|
||||||
import org.apache.http.entity.ContentType;
|
import org.apache.http.entity.ContentType;
|
||||||
import org.apache.http.entity.StringEntity;
|
import org.apache.http.entity.StringEntity;
|
||||||
import org.apache.http.util.EntityUtils;
|
import org.apache.http.util.EntityUtils;
|
||||||
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
|
|
||||||
import org.elasticsearch.Version;
|
import org.elasticsearch.Version;
|
||||||
import org.elasticsearch.client.Response;
|
import org.elasticsearch.client.Response;
|
||||||
import org.elasticsearch.client.RestClient;
|
import org.elasticsearch.client.RestClient;
|
||||||
|
@ -47,7 +46,6 @@ import static org.hamcrest.Matchers.anyOf;
|
||||||
import static org.hamcrest.Matchers.equalTo;
|
import static org.hamcrest.Matchers.equalTo;
|
||||||
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
|
import static org.hamcrest.Matchers.greaterThanOrEqualTo;
|
||||||
|
|
||||||
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/1303")
|
|
||||||
public class WatchBackwardsCompatibilityIT extends ESRestTestCase {
|
public class WatchBackwardsCompatibilityIT extends ESRestTestCase {
|
||||||
|
|
||||||
private Nodes nodes;
|
private Nodes nodes;
|
||||||
|
@ -135,6 +133,7 @@ public class WatchBackwardsCompatibilityIT extends ESRestTestCase {
|
||||||
|
|
||||||
// we have to have finish the upgrade API first to make this test work, so we can call it instead of
|
// we have to have finish the upgrade API first to make this test work, so we can call it instead of
|
||||||
// https://github.com/elastic/x-pack-elasticsearch/issues/1303
|
// https://github.com/elastic/x-pack-elasticsearch/issues/1303
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/pull/1603")
|
||||||
public void testWatchCrudApis() throws IOException {
|
public void testWatchCrudApis() throws IOException {
|
||||||
assumeFalse("new nodes is empty", nodes.getNewNodes().isEmpty());
|
assumeFalse("new nodes is empty", nodes.getNewNodes().isEmpty());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue