Unmute DynamicIndexNameIntegrationTests.
Closes elastic/elasticsearch#1527 Original commit: elastic/x-pack-elasticsearch@4ba9fe5f08
This commit is contained in:
parent
77ffdbcbb4
commit
7b2fae3982
|
@ -72,7 +72,6 @@ public class DynamicIndexNameIntegrationTests extends AbstractWatcherIntegration
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@AwaitsFix(bugUrl="https://github.com/elastic/x-plugins/issues/1527")
|
|
||||||
public void testDynamicIndexSearchInput() throws Exception {
|
public void testDynamicIndexSearchInput() throws Exception {
|
||||||
final String indexName = "idx-" + DateTimeFormat.forPattern("YYYY.MM.dd").print(timeWarp().clock().nowUTC());
|
final String indexName = "idx-" + DateTimeFormat.forPattern("YYYY.MM.dd").print(timeWarp().clock().nowUTC());
|
||||||
createIndex(indexName);
|
createIndex(indexName);
|
||||||
|
@ -99,7 +98,6 @@ public class DynamicIndexNameIntegrationTests extends AbstractWatcherIntegration
|
||||||
assertThat(response.getHits().getTotalHits(), is(1L));
|
assertThat(response.getHits().getTotalHits(), is(1L));
|
||||||
}
|
}
|
||||||
|
|
||||||
@AwaitsFix(bugUrl="https://github.com/elastic/x-plugins/issues/1527")
|
|
||||||
public void testDynamicIndexSearchTransform() throws Exception {
|
public void testDynamicIndexSearchTransform() throws Exception {
|
||||||
String indexName = "idx-" + DateTimeFormat.forPattern("YYYY.MM.dd").print(timeWarp().clock().nowUTC());
|
String indexName = "idx-" + DateTimeFormat.forPattern("YYYY.MM.dd").print(timeWarp().clock().nowUTC());
|
||||||
createIndex(indexName);
|
createIndex(indexName);
|
||||||
|
|
Loading…
Reference in New Issue