We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556a185 commit 8a793e7Copy full SHA for 8a793e7
x-pack/plugin/rollup/src/test/java/org/elasticsearch/xpack/rollup/v2/RollupActionSingleNodeTests.java
@@ -94,6 +94,7 @@ public void setup() {
94
"categorical_1", "type=keyword").get();
95
}
96
97
+ @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/69506")
98
public void testRollupShardIndexerCleansTempFiles() throws IOException {
99
// create rollup config and index documents into source index
100
RollupActionDateHistogramGroupConfig dateHistogramGroupConfig = randomRollupActionDateHistogramGroupConfig("date_1");
0 commit comments