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
The last operation executed in IndicesClientDocumentationIT.testCreate()
is an asynchronous index creation. Because nothing waits for its
completion, on slow machines the index can sometimes be created after
the testCreate() test is finished, and it can fail the following test.
Closes#27754
Copy file name to clipboardExpand all lines: client/rest-high-level/src/test/java/org/elasticsearch/client/documentation/IndicesClientDocumentationIT.java
+44-28Lines changed: 44 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -61,50 +61,33 @@ public void testDeleteIndex() throws IOException {
0 commit comments