mariemat commented on pull request #1614:
URL: https://github.com/apache/zookeeper/pull/1614#issuecomment-785334270


   HI, 
   
   The CI failed with a timeout.
   ```
   [INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running org.apache.zookeeper.server.quorum.Zab1_0Test
   [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
23.352 s - in org.apache.zookeeper.server.quorum.Zab1_0Test
   [INFO]
   [INFO] Results:
   [INFO]
   [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
   
   ```
   
   I reran the following successfully: 
   
   ```
   mvn -Dtest=Zab1_0Test  -Pfull-build verify -Dsurefire-forkcount=1 
-DskipCppUnit -Dsurefire.rerunFailingTestsCount=5
   ...
   [INFO] -------------------------------------------------------
   [INFO]  T E S T S
   [INFO] -------------------------------------------------------
   [INFO] Running org.apache.zookeeper.server.quorum.Zab1_0Test
   [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
23.352 s - in org.apache.zookeeper.server.quorum.Zab1_0Test
   [INFO]
   [INFO] Results:
   [INFO]
   [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
   ...
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time: 43.262 s
   [INFO] Finished at: 2021-02-24T20:53:12+01:00
   ```
   Is there a way to rerun the CI?
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to