You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/05/14 21:09:20 UTC

[GitHub] [incubator-pinot] Jackie-Jiang commented on a change in pull request #4207: Comment out deleteTaskQueue in Test testStopAndResumeTaskQueue

Jackie-Jiang commented on a change in pull request #4207: Comment out deleteTaskQueue in Test testStopAndResumeTaskQueue
URL: https://github.com/apache/incubator-pinot/pull/4207#discussion_r284001428
 
 

 ##########
 File path: pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/SimpleMinionClusterIntegrationTest.java
 ##########
 @@ -176,7 +176,9 @@ public void testStopAndResumeTaskQueue()
     }, 60_000L, "Failed to get all tasks COMPLETED");
 
     // Delete the task queue
-    _helixTaskResourceManager.deleteTaskQueue(TestTaskGenerator.TASK_TYPE);
+    // Note: Comment out the api for now since there is a known race condition
 
 Review comment:
   Please add a TODO to revert this after merging the fix

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org