You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/10/30 16:47:56 UTC

[GitHub] [shardingsphere-elasticjob] cocodroid opened a new issue, #2145: CI Test failed:ZookeeperRegistryCenterQueryWithoutCacheTest assertGetRegistryCenterTime

cocodroid opened a new issue, #2145:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2145

   ## Bug Report
   
   **For English only**, other languages will not accept.
   fail details:https://github.com/apache/shardingsphere-elasticjob/actions/runs/3330370892/jobs/5508768776
   ![image](https://user-images.githubusercontent.com/11642752/198890728-71763f0e-7ab3-4ea8-a6eb-eb913d743bf6.png)
   
   Before report a bug, make sure you have:
   
   - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere-elasticjob/issues).
   - Read documentation: [ElasticJob Doc](https://shardingsphere.apache.org/elasticjob/current/en/overview/).
   
   Please pay attention on issues you submitted, because we maybe need more details. 
   If no response anymore and we cannot reproduce it on current information, we will **close it**.
   
   Please answer these questions before submitting your issue. Thanks!
   
   ### Which version of ElasticJob did you use?
   
   ### Which project did you use? ElasticJob-Lite or ElasticJob-Cloud?
   
   ### Expected behavior
   assertTrue(regCenterTime < updatedRegCenterTime); ==> true
   ### Actual behavior
   assertTrue(regCenterTime < updatedRegCenterTime); ==> false
   ### Reason analyze (If you can)
   
   ### Steps to reproduce the behavior.
   
   ### Example codes for reproduce this issue (such as a github link).
       @Test
       public void assertGetRegistryCenterTime() {
           long regCenterTime = zkRegCenter.getRegistryCenterTime("/_systemTime/current");
           assertTrue(regCenterTime <= System.currentTimeMillis());
           long updatedRegCenterTime = zkRegCenter.getRegistryCenterTime("/_systemTime/current");
           assertTrue(regCenterTime < updatedRegCenterTime);
       }


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

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere-elasticjob] cocodroid commented on issue #2145: CI Test failed:ZookeeperRegistryCenterQueryWithoutCacheTest assertGetRegistryCenterTime

Posted by GitBox <gi...@apache.org>.
cocodroid commented on issue #2145:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2145#issuecomment-1296311216

   It seems to be occasionally,


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

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere-elasticjob] TeslaCN commented on issue #2145: CI Test failed:ZookeeperRegistryCenterQueryWithoutCacheTest assertGetRegistryCenterTime

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #2145:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2145#issuecomment-1299991429

   Thanks for your report.


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

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere-elasticjob] linghengqian commented on issue #2145: CI Test failed:ZookeeperRegistryCenterQueryWithoutCacheTest assertGetRegistryCenterTime

Posted by "linghengqian (via GitHub)" <gi...@apache.org>.
linghengqian commented on issue #2145:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/2145#issuecomment-1509899177

   - According to https://github.com/apache/shardingsphere-elasticjob/actions/runs/4571083643 , it looks like CI has been fixed?


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

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org