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 02:33:23 UTC

[GitHub] [helix] kaisun2000 opened a new issue #1367: fix TestJobFailureDependence.testWorkflowFailureJobThreshold hangs

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


   2020-09-17T01:20:49.7867935Z [ERROR]   TestJobFailureDependence.testWorkflowFailureJobThreshold » ThreadTimeout Metho...
   
   2020-09-17T01:20:49.4003183Z [ERROR] testWorkflowFailureJobThreshold(org.apache.helix.integration.task.TestJobFailureDependence)  Time elapsed: 900.005 s  <<< FAILURE!
   2020-09-17T01:20:49.4006827Z org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.testWorkflowFailureJobThreshold() didn't finish within the time-out 900000
   2020-09-17T01:20:49.4008838Z 


----------------------------------------------------------------
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 #1367: fix TestJobFailureDependence.testWorkflowFailureJobThreshold hangs

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


   consider batch add.


----------------------------------------------------------------
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 #1367: fix TestJobFailureDependence.testWorkflowFailureJobThreshold hangs

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


       for (int i = 0; i < _numDbs; i++) {
         JobConfig.Builder jobConfig =
             new JobConfig.Builder().setCommand(MockTask.TASK_COMMAND).setTargetResource(_testDbs.get(i))
                 .setTargetPartitionStates(Sets.newHashSet("SLAVE")).setIgnoreDependentJobFailure(true);
         String jobName = "job" + _testDbs.get(i);
         queueBuilder.enqueueJob(jobName, jobConfig);
         currentJobNames.add(jobName);
       }


----------------------------------------------------------------
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 #1367: fix TestJobFailureDependence.testWorkflowFailureJobThreshold hangs

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


   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 #1367: fix TestJobFailureDependence.testWorkflowFailureJobThreshold hangs

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


   LOG 1102.  09/20 touch 109/20 touch 10
   >2020-09-20T21:38:15.3363023Z [ERROR] Tests run: 1196, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 4,998.924 s <<< FAILURE! - in TestSuite
   2020-09-20T21:38:15.3367848Z [ERROR] testWorkflowFailureJobThreshold(org.apache.helix.integration.task.TestJobFailureDependence)  Time elapsed: 609.303 s  <<< FAILURE!
   2020-09-20T21:38:15.3372630Z org.apache.helix.HelixException: Workflow "testWorkflowFailureJobThreshold", job "testWorkflowFailureJobThreshold_jobTestDB1" timed out
   2020-09-20T21:38:15.3379159Z 	at org.apache.helix.integration.task.TestJobFailureDependence.testWorkflowFailureJobThreshold(TestJobFailureDependence.java:176)
   2020-09-20T21:38:15.3384055Z 
   2020-09-20T21:38:15.4393798Z [ERROR] Failures: 
   2020-09-20T21:38:15.4459524Z [ERROR]   TestJobFailureDependence.testWorkflowFailureJobThreshold:176 » Helix Workflow ...
   2020-09-20T21:38:15.4460989Z [ERROR] Tests run: 1196, Failures: 1, Errors: 0, Skipped: 1


----------------------------------------------------------------
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 #1367: fix TestJobFailureDependence.testWorkflowFailureJobThreshold hangs

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


       for (int i = 0; i < _numDbs; i++) {
         JobConfig.Builder jobConfig =
             new JobConfig.Builder().setCommand(MockTask.TASK_COMMAND).setTargetResource(_testDbs.get(i))
                 .setTargetPartitionStates(Sets.newHashSet("SLAVE")).setIgnoreDependentJobFailure(true);
         String jobName = "job" + _testDbs.get(i);
         queueBuilder.enqueueJob(jobName, jobConfig);
         _driver.enqueueJob(queueName, jobName, jobConfig);
       }
   
       _driver.resume(queueName);
   
       namedSpaceJob1 = String.format("%s_%s", queueName, currentJobNames.get(1));
       _driver.pollForJobState(queueName, namedSpaceJob1, TaskState.FAILED);


----------------------------------------------------------------
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 #1367: fix TestJobFailureDependence.testWorkflowFailureJobThreshold hangs

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


   


-- 
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 #1367: fix TestJobFailureDependence.testWorkflowFailureJobThreshold hangs

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


   batch add


----------------------------------------------------------------
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 #1367: fix TestJobFailureDependence.testWorkflowFailureJobThreshold hangs

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






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