jihoonson commented on issue #5941: [Backport] Fix missing task type in task 
payload API
URL: https://github.com/apache/incubator-druid/pull/5941#issuecomment-403153636
 
 
   @gianm it looks that the above failures come from another PR? The failed 
task in this PR was the below one, and I've fixed it.
   
   ```
   Failed tests: 
   
io.druid.indexing.overlord.http.OverlordResourceTest.testGetTaskStatus(io.druid.indexing.overlord.http.OverlordResourceTest)
     Run 1: OverlordResourceTest.testGetTaskStatus:346 expected: 
io.druid.indexing.overlord.http.TaskStatusResponse<TaskstatusResponse{task='mytask',
 status=TaskStatus{id=mytask, status=SUCCESS, duration=-1}}> but was: 
io.druid.indexing.overlord.http.TaskStatusResponse<TaskstatusResponse{task='mytask',
 status=TaskStatus{id=mytask, status=SUCCESS, duration=-1}}>
     Run 2: OverlordResourceTest.tearDown:359 
     Expectation failure on verify:
       TaskStorageQueryAdapter.getStatus("mytask"): expected: 1, actual: 1
       TaskStorageQueryAdapter.getStatus("othertask"): expected: 1, actual: 0```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@druid.apache.org
For additional commands, e-mail: dev-h...@druid.apache.org

Reply via email to