|
@@ -191,7 +191,7 @@ public class DownsampleActionIT extends ESRestTestCase {
|
|
|
createIndexWithSettings(client(), index, alias, settings, mapping);
|
|
|
}
|
|
|
|
|
|
- @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/105437")
|
|
|
+ @TestLogging(value = "org.elasticsearch.xpack.ilm:TRACE", reason = "https://github.com/elastic/elasticsearch/issues/105437")
|
|
|
public void testRollupIndex() throws Exception {
|
|
|
createIndex(index, alias, true);
|
|
|
index(client(), index, true, null, "@timestamp", "2020-01-01T05:10:00Z", "volume", 11.0, "metricset", randomAlphaOfLength(5));
|