jacek-lewandowski commented on a change in pull request #123:
URL: https://github.com/apache/cassandra-dtest/pull/123#discussion_r575632209
##########
File path: upgrade_tests/upgrade_manifest.py
##########
@@ -160,38 +160,15 @@ def clone_with_local_env_version(self):
# 4) If a new sstable format is present in version B, writes will occur in
that format after upgrade. Running sstableupgrade on version B will proactively
convert version A sstables to version B.
# TODO define new upgrade scenarios whenever Cassandra is branched
MANIFEST = {
- indev_2_1_x: [indev_2_2_x, current_2_2_x, indev_3_0_x, current_3_0_x,
indev_3_11_x, current_3_11_x],
- current_2_1_x: [indev_2_1_x, indev_2_2_x, current_2_2_x, indev_3_0_x,
current_3_0_x, indev_3_11_x, current_3_11_x],
-
- indev_2_2_x: [indev_3_0_x, current_3_0_x, indev_3_11_x, current_3_11_x],
- current_2_2_x: [indev_2_2_x, indev_3_0_x, current_3_0_x, indev_3_11_x,
current_3_11_x],
-
- indev_3_0_x: [indev_3_11_x, current_3_11_x, indev_trunk],
- current_3_0_x: [indev_3_0_x, indev_3_11_x, current_3_11_x, indev_trunk],
-
+ current_2_1_x: [current_2_2_x, indev_3_0_x, indev_3_11_x],
+ current_2_2_x: [indev_3_0_x, indev_3_11_x],
+ current_3_0_x: [indev_3_0_x, indev_3_11_x, indev_trunk],
Review comment:
i didn't know that; i'll bring it back then
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]