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 29d5ce0 commit cc275b5Copy full SHA for cc275b5
server/src/internalClusterTest/java/org/elasticsearch/search/ccs/CrossClusterIT.java
@@ -274,6 +274,7 @@ 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
0 commit comments