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
Extend timeout in testSearchContextIsCleanedUpAfterPageTimeoutForAggregationQueries (#132674)
Fix#132619
or try to, anyway. It looks like the cursor is sometimes already closed
before we assert that it was created. Keep it alive a little longer (1s
instead of 0.5s) so the assertion that the cursor is alive has a higher
chance of succeeding.
Copy file name to clipboardExpand all lines: x-pack/plugin/sql/src/internalClusterTest/java/org/elasticsearch/xpack/sql/action/SqlSearchPageTimeoutIT.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public void testSearchContextIsCleanedUpAfterPageTimeout(String query) throws Ex
0 commit comments