Skip to content

Commit cc275b5

Browse files
Add removed logging
1 parent 29d5ce0 commit cc275b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/internalClusterTest/java/org/elasticsearch/search/ccs/CrossClusterIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ public void testCancel() throws Exception {
274274
});
275275

276276
for (TaskInfo taskInfo : remoteClusterSearchTasks.get()) {
277+
logger.info("Checking for task's cancellation: " + taskInfo.taskId());
277278
assertFalse("taskInfo is cancelled: " + taskInfo, taskInfo.cancelled());
278279
}
279280

0 commit comments

Comments
 (0)