This is an automated email from the ASF dual-hosted git repository.
smiklosovic pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git
The following commit(s) were added to refs/heads/trunk by this push:
new f3ca59c7 align tests with CASSANDRA-19393
f3ca59c7 is described below
commit f3ca59c76dc946e75b3b9dbc90f22dc51bf1c73a
Author: Stefan Miklosovic <[email protected]>
AuthorDate: Thu Mar 14 11:10:22 2024 +0100
align tests with CASSANDRA-19393
---
upgrade_tests/storage_engine_upgrade_test.py | 2 +-
upgrade_tests/upgrade_through_versions_test.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/upgrade_tests/storage_engine_upgrade_test.py
b/upgrade_tests/storage_engine_upgrade_test.py
index d791f2a7..5992e7e7 100644
--- a/upgrade_tests/storage_engine_upgrade_test.py
+++ b/upgrade_tests/storage_engine_upgrade_test.py
@@ -70,7 +70,7 @@ class TestStorageEngineUpgrade(Tester):
self.install_legacy_parsing(node1)
node1.start(wait_for_binary_proto=True)
if node1.get_cassandra_version() >= '5.1':
- node1.nodetool("initializecms")
+ node1.nodetool("cms initialize")
if self.fixture_dtest_setup.bootstrap:
cluster.set_install_dir(install_dir=self.fixture_dtest_setup.default_install_dir)
self.install_nodetool_legacy_parsing()
diff --git a/upgrade_tests/upgrade_through_versions_test.py
b/upgrade_tests/upgrade_through_versions_test.py
index cbd8c720..b27a0a42 100644
--- a/upgrade_tests/upgrade_through_versions_test.py
+++ b/upgrade_tests/upgrade_through_versions_test.py
@@ -500,7 +500,7 @@ class TestUpgrade(Tester):
self._check_select_count()
if self.cluster.version() >= '5.1':
- self.cluster.nodelist()[0].nodetool("initializecms")
+ self.cluster.nodelist()[0].nodetool("cms initialize")
# run custom post-upgrade callables
for call in after_upgrade_call:
call()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]