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

blerer 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 7a73630  Tests changes for CASSANDRA-16733
7a73630 is described below

commit 7a73630c997c9c1265a1248aff3ddcf6a05e549d
Author: Benjamin Lerer <[email protected]>
AuthorDate: Tue Jun 15 15:14:48 2021 +0200

    Tests changes for CASSANDRA-16733
---
 cql_test.py                                        | 2 +-
 upgrade_tests/drop_compact_storage_upgrade_test.py | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/cql_test.py b/cql_test.py
index 360df42..2bec188 100644
--- a/cql_test.py
+++ b/cql_test.py
@@ -732,7 +732,7 @@ class TestMiscellaneousCQL(CQLTester):
         """
 
         cluster = self.cluster
-
+        cluster.set_configuration_options({'enable_drop_compact_storage': 
'true'})
         cluster.populate(3).start()
         node1, node2, node3 = cluster.nodelist()
 
diff --git a/upgrade_tests/drop_compact_storage_upgrade_test.py 
b/upgrade_tests/drop_compact_storage_upgrade_test.py
index 338eb26..848aab9 100644
--- a/upgrade_tests/drop_compact_storage_upgrade_test.py
+++ b/upgrade_tests/drop_compact_storage_upgrade_test.py
@@ -70,6 +70,7 @@ class TestDropCompactStorage(Tester):
             node.stop(wait_other_notice=False)
 
             self.set_node_to_current_version(node)
+            
node.set_configuration_options(values={'enable_drop_compact_storage': 'true'})
             node.start(wait_for_binary_proto=True)
 
         session = self.patient_exclusive_cql_connection(node1)

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

Reply via email to