David Capwell created CASSANDRA-17656:
-----------------------------------------
Summary: jvm-dtest upgrade tests run all supported pairs of
upgrades between from/to but does not actually test all patches from/to
Key: CASSANDRA-17656
URL: https://issues.apache.org/jira/browse/CASSANDRA-17656
Project: Cassandra
Issue Type: Bug
Components: Test/dtest/java
Reporter: David Capwell
Assignee: David Capwell
The current upgrade from/to logic is based off a list filter on from/to pairs,
and runs the test multiple times for each pair; this does not actually validate
that the different paths upgrade cleanly.
Instead, we need to test each supported path; example 3.0 -> 4.2
{code}
3.0.28 -> [4.2]
3.0.28 -> [3.11.14, 4.2]
3.0.28 -> [4.1-alpha1, 4.2]
3.0.28 -> [4.0.5, 4.2]
3.0.28 -> [3.11.14, 4.1-alpha1, 4.2]
3.0.28 -> [3.11.14, 4.0.5, 4.2]
3.0.28 -> [4.0.5, 4.1-alpha1, 4.2]
3.0.28 -> [3.11.14, 4.0.5, 4.1-alpha1, 4.2]
{code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]