AmatyaAvadhanula commented on code in PR #13476:
URL: https://github.com/apache/druid/pull/13476#discussion_r1097024993


##########
indexing-service/src/test/java/org/apache/druid/indexing/overlord/ForkingTaskRunnerTest.java:
##########
@@ -563,4 +576,57 @@ int waitForTaskProcessToComplete(Task task, ProcessHolder 
processHolder, File lo
     Assert.assertEquals(1L, (long) 
forkingTaskRunner.getWorkerFailedTaskCount());
     Assert.assertEquals(0L, (long) 
forkingTaskRunner.getWorkerSuccessfulTaskCount());
   }
+
+  @Test
+  public void testCannotRestoreTasks() throws Exception

Review Comment:
   This test verifies that restore fails when a task is in the list of tasks to 
be restored but has no previous working directory



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to