We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1358105 commit f345708Copy full SHA for f345708
x-pack/plugin/rollup/src/test/java/org/elasticsearch/xpack/rollup/v2/RollupActionSingleNodeTests.java
@@ -441,6 +441,7 @@ public void testCannotRollupWhileOtherRollupInProgress() throws Exception {
441
assertThat(exception.getMessage(), containsString(rollupIndex));
442
}
443
444
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/88800")
445
public void testRollupDatastream() throws Exception {
446
RollupActionConfig config = new RollupActionConfig(randomInterval());
447
String dataStreamName = createDataStream();
0 commit comments