This is an automated email from the ASF dual-hosted git repository.

samt pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git

commit 7d978efcf94d445bf7e8c9abe262dad19fd1f2ff
Author: Sam Tunnicliffe <[email protected]>
AuthorDate: Thu Nov 2 16:08:46 2023 +0000

    [CEP-21] No need to wipe and replace node when testing MV repair
---
 materialized_views_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/materialized_views_test.py b/materialized_views_test.py
index 5de5733b..8a9b836d 100644
--- a/materialized_views_test.py
+++ b/materialized_views_test.py
@@ -2043,7 +2043,7 @@ class TestMaterializedViews(Tester):
 
         jvm_args = []
         if fail_mv_lock:
-            if self.cluster.version() >= LooseVersion('3.10'):  # 
CASSANDRA-10134
+            if LooseVersion('3.10') <= self.cluster.version() < 
LooseVersion('5.1'):  # CASSANDRA-10134
                 jvm_args = ['-Dcassandra.allow_unsafe_replace=true', 
'-Dcassandra.replace_address={}'.format(node1.address())]
             jvm_args.append("-Dcassandra.test.fail_mv_locks_count=1000")
             # this should not make Keyspace.apply throw WTE on failure to 
acquire lock


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to