|
@@ -496,6 +496,7 @@ public class DownsampleActionSingleNodeTests extends ESSingleNodeTestCase {
|
|
|
assertThat(exception.getMessage(), containsString("no such index [missing-index]"));
|
|
|
}
|
|
|
|
|
|
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/90197")
|
|
|
public void testCannotRollupWhileOtherRollupInProgress() throws Exception {
|
|
|
DownsampleConfig config = new DownsampleConfig(randomInterval());
|
|
|
SourceSupplier sourceSupplier = () -> XContentFactory.jsonBuilder()
|