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
If the final driver is woken up before the exchange buffer is finished,
there will be two sleeps in its profile instead of one. We don't need
these assertions to be so precise. This change relaxes the assertions to
allow reduce operators to have more than one sleep.
Closeselastic#123210
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/qa/server/single-node/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/single_node/RestEsqlIT.java
+10-20Lines changed: 10 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -493,26 +493,16 @@ public void testForceSleepsProfile() throws IOException {
0 commit comments