You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2022/02/17 11:36:56 UTC

[cassandra-dtest] branch trunk updated: Disable autocompaction for sstableverify

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

brandonwilliams 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 b00e16a  Disable autocompaction for sstableverify
b00e16a is described below

commit b00e16a162147c790267432affdb1d8276128119
Author: Brandon Williams <br...@apache.org>
AuthorDate: Wed Feb 16 16:11:13 2022 -0600

    Disable autocompaction for sstableverify
    
    Patch by brandonwilliams; reviewed by bereng for CASSANDRA-17327
---
 offline_tools_test.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/offline_tools_test.py b/offline_tools_test.py
index f2e5dc1..fc63f9e 100644
--- a/offline_tools_test.py
+++ b/offline_tools_test.py
@@ -248,6 +248,8 @@ class TestOfflineTools(Tester):
         (out, err, rc) = node1.run_sstableverify("keyspace1", "standard1")
         assert rc == 0, str(rc)
 
+        # only works on existing ks/cf, but we just created them
+        node1.nodetool("disableautocompaction")
         # Generate multiple sstables and test works properly in the simple case
         node1.stress(['write', 'n=100K', 'no-warmup', '-schema', 'replication(factor=1)',
                       '-rate', 'threads=8'])

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org