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