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 03:57:55 UTC

[GitHub] [helix] kaisun2000 opened a new issue #1368: fix TestQuotaBasedScheduling.testJobQueueScheduling

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


   LOG 
   
   > TestQuotaBasedScheduling.testJobQueueScheduling:555 expected:<5> but was:<4>
   
   code
   
   ```
       for (int i = 5; i < 10; i++) {
         String jobName = "JOB_" + i;
         lastJobName = jobName;
         _driver.enqueueJob(queueName, jobName, jobConfigBulider);
       }
       _driver.resume(queueName);
       _driver.pollForJobState(queueName, queueName + "_" + lastJobName, TaskState.COMPLETED);
   
       // Check run counts for each quota type
       Assert.assertEquals((int) _quotaTypeExecutionCount.get("A"), 5);
       Assert.assertEquals((int) _quotaTypeExecutionCount.get("B"), 5);
       Assert.assertFalse(_quotaTypeExecutionCount.containsKey(DEFAULT_QUOTA_TYPE));
   ```


----------------------------------------------------------------
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 #1368: fix TestQuotaBasedScheduling.testJobQueueScheduling

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


   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 #1368: fix TestQuotaBasedScheduling.testJobQueueScheduling

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


   LOG 958
   
   >2020-09-17T06:16:23.0592050Z [ERROR] testJobQueueScheduling(org.apache.helix.integration.task.TestQuotaBasedScheduling)  Time elapsed: 0.679 s  <<< FAILURE!
   2020-09-17T06:16:23.0594030Z java.lang.AssertionError: expected:<5> but was:<3>
   2020-09-17T06:16:23.0596639Z 	at org.apache.helix.integration.task.TestQuotaBasedScheduling.testJobQueueScheduling(TestQuotaBasedScheduling.java:556)


----------------------------------------------------------------
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 #1368: fix TestQuotaBasedScheduling.testJobQueueScheduling

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


   LOG 961
   https://github.com/apache/helix/actions/runs/258795345/workflow
   
   > 2020-09-17T07:10:31.8678311Z [ERROR] testJobQueueScheduling(org.apache.helix.integration.task.TestQuotaBasedScheduling)  Time elapsed: 1.124 s  <<< FAILURE!
   2020-09-17T07:10:31.8684042Z java.lang.AssertionError: expected:<5> but was:<4>
   2020-09-17T07:10:31.8694344Z 	at org.apache.helix.integration.task.TestQuotaBasedScheduling.testJobQueueScheduling(TestQuotaBasedScheduling.java:555)
   2020-09-17T07:10:31.8697409Z 
   2020-09-17T07:10:32.2675138Z [ERROR] Failures: 
   2020-09-17T07:10:32.2678355Z [ERROR]   TestQuotaBasedScheduling.testJobQueueScheduling:555 expected:<5> but was:<4>


----------------------------------------------------------------
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 #1368: fix TestQuotaBasedScheduling.testJobQueueScheduling

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


   #1365 
   
   Is it the same root cause? @alirezazamani 


----------------------------------------------------------------
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 #1368: fix TestQuotaBasedScheduling.testJobQueueScheduling

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


   LOG 958
   https://github.com/apache/helix/runs/1126777962?check_suite_focus=true
   >2020-09-17T06:16:23.0592050Z [ERROR] testJobQueueScheduling(org.apache.helix.integration.task.TestQuotaBasedScheduling)  Time elapsed: 0.679 s  <<< FAILURE!
   2020-09-17T06:16:23.0594030Z java.lang.AssertionError: expected:<5> but was:<3>
   2020-09-17T06:16:23.0596639Z 	at org.apache.helix.integration.task.TestQuotaBasedScheduling.testJobQueueScheduling(TestQuotaBasedScheduling.java:556)


----------------------------------------------------------------
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 #1368: fix TestQuotaBasedScheduling.testJobQueueScheduling

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


   


-- 
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 #1368: fix TestQuotaBasedScheduling.testJobQueueScheduling

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


   LOG 961
   
   > 2020-09-17T07:10:31.8678311Z [ERROR] testJobQueueScheduling(org.apache.helix.integration.task.TestQuotaBasedScheduling)  Time elapsed: 1.124 s  <<< FAILURE!
   2020-09-17T07:10:31.8684042Z java.lang.AssertionError: expected:<5> but was:<4>
   2020-09-17T07:10:31.8694344Z 	at org.apache.helix.integration.task.TestQuotaBasedScheduling.testJobQueueScheduling(TestQuotaBasedScheduling.java:555)
   2020-09-17T07:10:31.8697409Z 
   2020-09-17T07:10:32.2675138Z [ERROR] Failures: 
   2020-09-17T07:10:32.2678355Z [ERROR]   TestQuotaBasedScheduling.testJobQueueScheduling:555 expected:<5> but was:<4>


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