mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
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
This commit is contained in:
parent
fd0affb503
commit
8fca5b5204
@ -236,7 +236,6 @@ public class RunDataFrameAnalyticsIT extends MlNativeDataFrameAnalyticsIntegTest
|
||||
assertThat(searchStoredProgress(id).getHits().getTotalHits().value, equalTo(1L));
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/43960")
|
||||
public void testStopOutlierDetectionWithEnoughDocumentsToScroll() {
|
||||
String sourceIndex = "test-stop-outlier-detection-with-enough-docs-to-scroll";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user