Skip to content

Commit 8fca5b5

Browse files
[7.x][ML] Unmute testStopOutlierDetectionWithEnoughDocumentsToScroll (#46271) (#46282)
The test seems to have been failing due to a race condition between stopping the task and refreshing the destination index. In particular, we were going forward with refreshing the destination index even though the task stopped in the meantime. This was fixed in request. Closes #43960 Backport of #46271
1 parent fd0affb commit 8fca5b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/ml/qa/native-multi-node-tests/src/test/java/org/elasticsearch/xpack/ml/integration/RunDataFrameAnalyticsIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ public void testOutlierDetectionWithMoreFieldsThanDocValueFieldLimit() throws Ex
236236
assertThat(searchStoredProgress(id).getHits().getTotalHits().value, equalTo(1L));
237237
}
238238

239-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/43960")
240239
public void testStopOutlierDetectionWithEnoughDocumentsToScroll() {
241240
String sourceIndex = "test-stop-outlier-detection-with-enough-docs-to-scroll";
242241

0 commit comments

Comments
 (0)