JeetKunDoug opened a new pull request, #41:
URL: https://github.com/apache/cassandra-in-jvm-dtest-api/pull/41
This commit brings several important JMX-related test classes over from the
Cassandra codebase to the in-jvm-dtest library for two reasons: 1) They are
duplicated in every Cassandra version from 4.0 onwards, and
don't need to be.
2) More imporantly, using these classes outside of the Cassandra project
(in sidecar and analytics) requires that those projects also have
access to these classes, and we've worked around this with some fairly
ugly hacks to date. Moving these will eliminate the need for the hacks.
Some additional, smaller changes include:
- Updates to the AbstractBuilder class to bring the `B self()` method over.
- Add code to enable dynamic port allocation
- Throw a more intelligent exception when we can't find a dtest-jar
--
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]