We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5eb84 commit 29d5ce0Copy full SHA for 29d5ce0
server/src/internalClusterTest/java/org/elasticsearch/search/ccs/CrossClusterIT.java
@@ -274,7 +274,6 @@ public void testCancel() throws Exception {
274
});
275
276
for (TaskInfo taskInfo : remoteClusterSearchTasks.get()) {
277
- logger.info("Checking for task's cancellation: " + taskInfo.taskId());
278
assertFalse("taskInfo is cancelled: " + taskInfo, taskInfo.cancelled());
279
}
280
@@ -312,7 +311,7 @@ public void testCancel() throws Exception {
312
311
313
314
SearchListenerPlugin.allowQueryPhase();
315
- logger.info("Query phase resumed");
+ logger.info("Query phase resumed: " + queryFuture.state());
316
try {
317
queryFuture.get();
318
fail("query should have failed");
0 commit comments