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 dfc946d59ee5a1623b61e83f2fb002915e0ff506
Author: Marcus Eriksson <[email protected]>
AuthorDate: Mon Nov 13 15:39:44 2023 +0100

    [CEP-21] Initialize CMS during upgrade tests
---
 upgrade_tests/upgrade_through_versions_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/upgrade_tests/upgrade_through_versions_test.py 
b/upgrade_tests/upgrade_through_versions_test.py
index 939dd1a5..a9aa0bc7 100644
--- a/upgrade_tests/upgrade_through_versions_test.py
+++ b/upgrade_tests/upgrade_through_versions_test.py
@@ -496,7 +496,7 @@ class TestUpgrade(Tester):
                 self._check_values()
                 self._check_counters()
                 self._check_select_count()
-
+        self.cluster.nodelist()[0].nodetool("initializecms")
             # 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]

Reply via email to