narendly opened a new issue #864: Configure surefire-plugin so that multi-zk 
test always gets executed
URL: https://github.com/apache/helix/issues/864
 
 
   It was observed that if build fails (if there is a test failure), then not 
all of the test goals are executed. There are currently two goals: default-test 
(single ZK) and multi-zk. If default-test has any test failures, we won't ever 
see multi-zk get executed, and this is a problem because we don't get to run 
the test suite in a multi-zk setup.
   
   This config change is a workaround for this - we allow failing tests to be 
retried up to 3 times to make them pass. If they still fail, we will consider 
them as flaky tests and have to fix them moving forward.

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to