ccaominh commented on a change in pull request #8304: Add group_id to the 
sys.tasks table
URL: https://github.com/apache/incubator-druid/pull/8304#discussion_r316444616
 
 

 ##########
 File path: 
indexing-service/src/test/java/org/apache/druid/indexing/common/task/batch/parallel/AbstractParallelIndexSupervisorTaskTest.java
 ##########
 @@ -138,6 +140,12 @@ protected void initializeIntermeidaryDataManager() throws 
IOException
     public String runTask(Object taskObject)
     {
       final Task subTask = (Task) taskObject;
+      try {
+        getTaskStorage().insert(subTask, TaskStatus.running(subTask.getId()));
 
 Review comment:
   Ah, this is a test class, so my earlier comment can be disregarded

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to