JeetKunDoug opened a new pull request, #299: URL: https://github.com/apache/cassandra-sidecar/pull/299
This commit adds support for post-TCM Cassandra in our integration testing. This is accomplished by: - Adding additional interception points to ByteBuddy where behavior has moved in Cassandra - Rewrote all tests that depended on unsafe range movements as TCM no longer allows them, and removed tests that could not be run in a safe manner (doubling/halving clusters all at once, for example) Additional changes unrelated to the trunk support: - Updated to latest in-jvm dtest API and removed some now-duplicate classes that moved to that library as part of CASSANDRA-20884. This was the original motivation for the PR, but led to the broader work to get things working on trunk again. - Updated maven-shade plugin so support multi-release dependencies -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

