tlasica commented on a change in pull request #123:
URL: https://github.com/apache/cassandra-dtest/pull/123#discussion_r577415618
##########
File path: upgrade_tests/upgrade_udtfix_test.py
##########
@@ -154,7 +155,7 @@ def _verify_upgrade_log(self, log_mark, node):
start_family = spec['UPGRADE_PATH'].starting_meta.family
upgrade_family = spec['UPGRADE_PATH'].upgrade_meta.family
- start_family_applies = start_family == '3.0' and (upgrade_family ==
'trunk' or LooseVersion(upgrade_family) > '3.0')
+ start_family_applies = start_family == CASSANDRA_3_0
Review comment:
should we not keep the `upgrade_family > CASSANDRA_3_0` condition?
----------------------------------------------------------------
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]