You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Acknowledge Indices Were Wiped Successfully in REST Tests (#45832)
In internal test clusters tests we check that wiping all indices was acknowledged
but in REST tests we didn't.
This aligns the behavior in both kinds of tests.
Relates #45605 which might be caused by unacked deletes that were just slow.
Copy file name to clipboardExpand all lines: x-pack/plugin/data-frame/qa/single-node-tests/src/test/java/org/elasticsearch/xpack/dataframe/integration/DataFrameRestTestCase.java
+1-12
Original file line number
Diff line number
Diff line change
@@ -355,7 +355,7 @@ public void waitForDataFrame() throws Exception {
355
355
publicstaticvoidremoveIndices() throwsException {
356
356
// we might have disabled wiping indices, but now its time to get rid of them
357
357
// note: can not use super.cleanUpCluster() as this method must be static
Copy file name to clipboardExpand all lines: x-pack/plugin/sql/qa/security/src/test/java/org/elasticsearch/xpack/sql/qa/security/SqlSecurityTestCase.java
0 commit comments