CNDB-15885 Remove apache/cassandra-5.0 from jvm-dtest upgrades #2096
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



https://github.com/riptano/cndb/issues/15885
What is the issue
There's a problem impacting all main-5.0 jvm-dtest-upgrade, as the run-tests.sh script it builds dtest-5.0.4.0.jar and then from the apache/cassandra cassandra-5.0 branch builds dtest-5.0.7.jar. Many of the jvm-dtest upgrade tests only perform upgrades to the CURRENT version which is the latest found, and that's the dtest-5.0.7.jar so the dtest-5.0.4.0.jar (and all working code changes) gets ignored.
I don't know where/how CC jenkins runs the jvm-dtest-upgrade testsuite, but this happens when doing it like
What does this PR fix and why was it fixed
The fix is .build/run-tests.sh:202 needs to remove "cassandra-5.0"