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 40a40e242582bf4463c9da35570d4e55994c4fc4 Author: Marcus Eriksson <[email protected]> AuthorDate: Mon Nov 13 09:38:06 2023 +0100 [CEP-21] Test fix storage_engine_upgrade_test.py --- upgrade_tests/storage_engine_upgrade_test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/upgrade_tests/storage_engine_upgrade_test.py b/upgrade_tests/storage_engine_upgrade_test.py index 37ac9e9b..336c92ee 100644 --- a/upgrade_tests/storage_engine_upgrade_test.py +++ b/upgrade_tests/storage_engine_upgrade_test.py @@ -69,7 +69,8 @@ class TestStorageEngineUpgrade(Tester): node1.set_install_dir(install_dir=self.fixture_dtest_setup.default_install_dir) self.install_legacy_parsing(node1) node1.start(wait_for_binary_proto=True) - + if self.dtest_config.cassandra_version_from_build >= MAJOR_VERSION_5: + node1.nodetool("initializecms") if self.fixture_dtest_setup.bootstrap: cluster.set_install_dir(install_dir=self.fixture_dtest_setup.default_install_dir) self.install_nodetool_legacy_parsing() --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
