Skip to content

Commit 245a3a0

Browse files
authored
Fix CrossClusterAsyncQueryStopIT testStopQueryLocal test (#123050) (#123061)
(cherry picked from commit 0852cc0) # Conflicts: # muted-tests.yml # x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/CrossClusterAsyncQueryStopIT.java
1 parent cb0632f commit 245a3a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/CrossClusterAsyncQueryStopIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ public void testStopQueryLocal() throws Exception {
156156
try (EsqlQueryResponse asyncResponse = getAsyncResponse(client(), asyncExecutionId)) {
157157
EsqlExecutionInfo executionInfo = asyncResponse.getExecutionInfo();
158158
assertNotNull(executionInfo);
159+
assertThat(executionInfo.isStopped(), is(true));
159160
}
160161
});
161162
// allow local query to proceed

0 commit comments

Comments
 (0)