Michael Semb Wever created CASSANDRA-20627: ----------------------------------------------
Summary: dtest stop_cluster gently failure handling Key: CASSANDRA-20627 URL: https://issues.apache.org/jira/browse/CASSANDRA-20627 Project: Apache Cassandra Issue Type: Improvement Components: Test/dtest/python Reporter: Michael Semb Wever Assignee: Michael Semb Wever Retry cluster stop after exception when first stopping 'gently' 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 its true completion status. The proposed change will retry these stop requests with "gently=False" so that the test completion status will not be altered due to shutdown not completing. patch based off https://github.com/datastax/cassandra-dtest/commit/499af0a0b06488e082334f643e9e80613b27937c -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org