Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STAR-385 Retry cluster stop after exception stopping 'gently' (#36)
Cluster stop requests in cleanup_cluster are made with "gently=True" when Jacoco code coverage is enabled to allow the jacoco agent to record results; however, some tests leave nodes in a state where this type of shutdown does not succeed, resulting in the test being marked failed regardless of it's true completion status. This change will retry these stop requests with "gently=False" so that the test completion status will not be altered due to shutdown not completing. (cherry picked from commit f6fc3d3) (cherry picked from commit aff9d6e) (cherry picked from commit fe27230) (cherry picked from commit f931d43)
- Loading branch information