You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@helix.apache.org by GitBox <gi...@apache.org> on 2019/07/16 23:48:29 UTC

[GitHub] [helix] i3wangyi commented on issue #333: Fix issue when client only sets ANY at cluster level throttle config

i3wangyi commented on issue #333: Fix issue when client only sets ANY at cluster level throttle config
URL: https://github.com/apache/helix/pull/333#issuecomment-512043664
 
 
   Add the mvn test result.
   
   ```
   Shut down zookeeper at port 2183 in thread main
   [ERROR] Tests run: 837, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 3,989.564 s <<< FAILURE! - in TestSuite
   [ERROR] testJobQueueAutoCleanUp(org.apache.helix.integration.task.TestJobQueueCleanUp)  Time elapsed: 300.016 s  <<< FAILURE!
   org.testng.internal.thread.ThreadTimeoutException: Method org.testng.internal.TestNGMethod.testJobQueueAutoCleanUp() didn't finish within the time-out 300000
   
   [ERROR] testLostZkConnection(org.apache.helix.integration.TestZkConnectionLost)  Time elapsed: 84.992 s  <<< FAILURE!
   org.apache.helix.HelixException: Workflow "testLostZkConnection_20190716T231830" context is empty or not in states: "[COMPLETED]", current state: "IN_PROGRESS"
   	at org.apache.helix.integration.TestZkConnectionLost.testLostZkConnection(TestZkConnectionLost.java:140)
   
   [INFO] 
   [INFO] Results:
   [INFO] 
   [ERROR] Failures: 
   [ERROR]   TestZkConnectionLost.testLostZkConnection:140 » Helix Workflow "testLostZkConn...
   [ERROR]   TestJobQueueCleanUp.testJobQueueAutoCleanUp » ThreadTimeout Method org.testng....
   [INFO] 
   [ERROR] Tests run: 837, Failures: 2, Errors: 0, Skipped: 0
   ```
   
   However, the 2 failed tests **pass individually when running in IDE**

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