michaelsembwever commented on code in PR #275:
URL: https://github.com/apache/cassandra-dtest/pull/275#discussion_r2040675418
##########
dtest_setup.py:
##########
@@ -439,7 +440,7 @@ def init_default_config(self):
phi_values = {'phi_convict_threshold': 5}
# enable read time tracking of repaired data between replicas by
default
- if self.cluster.version() >= '4':
+ if self.cluster.cassandra_version() >= '4':
Review Comment:
L98 is
```
if self.cluster.version() < LooseVersion('3.11.13'):
```
in `def install_nodetool_legacy_parsing`
i don't think so… what were your thoughts here ?
--
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]