You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@helix.apache.org by GitBox <gi...@apache.org> on 2020/09/17 23:32:38 UTC

[GitHub] [helix] kaisun2000 opened a new issue #1375: Fix TestTaskRebalancer.testNamedQueue

kaisun2000 opened a new issue #1375:
URL: https://github.com/apache/helix/issues/1375


   LOG 992
   
   >2020-09-17T23:20:36.3149498Z [ERROR] testNamedQueue(org.apache.helix.integration.task.TestTaskRebalancer)  Time elapsed: 900.006 s  <<< FAILURE!
   2020-09-17T23:20:36.3152324Z org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.testNamedQueue() didn't finish within the time-out 900000
   2020-09-17T23:20:36.3153972Z 
   2020-09-17T23:20:36.7114277Z [ERROR] Failures: 
   2020-09-17T23:20:36.7116332Z [ERROR]   TestTaskRebalancer.testNamedQueue » ThreadTimeout Method org.testng.internal.T...
   


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org


[GitHub] [helix] kaisun2000 edited a comment on issue #1375: Fix TestTaskRebalancer.testNamedQueue

Posted by GitBox <gi...@apache.org>.
kaisun2000 edited a comment on issue #1375:
URL: https://github.com/apache/helix/issues/1375#issuecomment-699168820


   Enable debug log for only one test; run 50 times; more log in driver.poll()


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org


[GitHub] [helix] kaisun2000 commented on issue #1375: Fix TestTaskRebalancer.testNamedQueue

Posted by GitBox <gi...@apache.org>.
kaisun2000 commented on issue #1375:
URL: https://github.com/apache/helix/issues/1375#issuecomment-700397122


   The root cause is clear now. Use pause pipeline trick.


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org


[GitHub] [helix] kaisun2000 commented on issue #1375: Fix TestTaskRebalancer.testNamedQueue

Posted by GitBox <gi...@apache.org>.
kaisun2000 commented on issue #1375:
URL: https://github.com/apache/helix/issues/1375#issuecomment-698813254


   Batch does not seem to work.
   LOG 248
   
   >2020-09-25T08:39:42.3648213Z [ERROR] Tests run: 1205, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 5,091.712 s <<< FAILURE! - in TestSuite
   2020-09-25T08:39:42.3687116Z [ERROR] testNamedQueue(org.apache.helix.integration.task.TestTaskRebalancer)  Time elapsed: 600.886 s  <<< FAILURE!
   2020-09-25T08:39:42.3688699Z org.apache.helix.HelixException: Workflow "testNamedQueue" context is null or job "testNamedQueue_slaveJob" is not in states: [COMPLETED]
   2020-09-25T08:39:42.3690598Z 	at org.apache.helix.integration.task.TestTaskRebalancer.testNamedQueue(TestTaskRebalancer.java:248)
   2020-09-25T08:39:42.3691857Z 
   2020-09-25T08:39:42.7668652Z [ERROR] Failures: 
   2020-09-25T08:39:42.7674874Z [ERROR]   TestTaskRebalancer.testNamedQueue:248 » Helix Workflow "testNamedQueue" contex...
   2020-09-25T08:39:42.7679307Z


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org


[GitHub] [helix] kaisun2000 commented on issue #1375: Fix TestTaskRebalancer.testNamedQueue

Posted by GitBox <gi...@apache.org>.
kaisun2000 commented on issue #1375:
URL: https://github.com/apache/helix/issues/1375#issuecomment-698813254


   Batch does not seem to work.
   LOG 248
   
   >2020-09-25T08:39:42.3648213Z [ERROR] Tests run: 1205, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 5,091.712 s <<< FAILURE! - in TestSuite
   2020-09-25T08:39:42.3687116Z [ERROR] testNamedQueue(org.apache.helix.integration.task.TestTaskRebalancer)  Time elapsed: 600.886 s  <<< FAILURE!
   2020-09-25T08:39:42.3688699Z org.apache.helix.HelixException: Workflow "testNamedQueue" context is null or job "testNamedQueue_slaveJob" is not in states: [COMPLETED]
   2020-09-25T08:39:42.3690598Z 	at org.apache.helix.integration.task.TestTaskRebalancer.testNamedQueue(TestTaskRebalancer.java:248)
   2020-09-25T08:39:42.3691857Z 
   2020-09-25T08:39:42.7668652Z [ERROR] Failures: 
   2020-09-25T08:39:42.7674874Z [ERROR]   TestTaskRebalancer.testNamedQueue:248 » Helix Workflow "testNamedQueue" contex...
   2020-09-25T08:39:42.7679307Z


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org


[GitHub] [helix] jiajunwang commented on issue #1375: Fix TestTaskRebalancer.testNamedQueue

Posted by GitBox <gi...@apache.org>.
jiajunwang commented on issue #1375:
URL: https://github.com/apache/helix/issues/1375#issuecomment-849103960


   Close test unstable tickets since we have an automatic tracking mechanism https://github.com/apache/helix/pull/1757 now for tracking the most recent test issues.


-- 
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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org


[GitHub] [helix] kaisun2000 commented on issue #1375: Fix TestTaskRebalancer.testNamedQueue

Posted by GitBox <gi...@apache.org>.
kaisun2000 commented on issue #1375:
URL: https://github.com/apache/helix/issues/1375#issuecomment-699168820


   Enable debug log for only one test


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org


[GitHub] [helix] kaisun2000 commented on issue #1375: Fix TestTaskRebalancer.testNamedQueue

Posted by GitBox <gi...@apache.org>.
kaisun2000 commented on issue #1375:
URL: https://github.com/apache/helix/issues/1375#issuecomment-698047542


   batch add 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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org


[GitHub] [helix] jiajunwang closed issue #1375: Fix TestTaskRebalancer.testNamedQueue

Posted by GitBox <gi...@apache.org>.
jiajunwang closed issue #1375:
URL: https://github.com/apache/helix/issues/1375


   


-- 
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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@helix.apache.org
For additional commands, e-mail: reviews-help@helix.apache.org