Repository: cassandra
Updated Branches:
  refs/heads/trunk 25580e3a7 -> 8bfa82769


ninja: add default min_compress_ratio to cqlshlib tests, follow-up to 
CASSANDRA-10520


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/8bfa8276
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/8bfa8276
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/8bfa8276

Branch: refs/heads/trunk
Commit: 8bfa8276968db3d25d3e305a0fad156eeb904c34
Parents: 25580e3
Author: Stefania Alborghetti <[email protected]>
Authored: Mon Feb 27 10:55:39 2017 +0800
Committer: Stefania Alborghetti <[email protected]>
Committed: Mon Feb 27 10:55:39 2017 +0800

----------------------------------------------------------------------
 pylib/cqlshlib/test/test_cqlsh_output.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/8bfa8276/pylib/cqlshlib/test/test_cqlsh_output.py
----------------------------------------------------------------------
diff --git a/pylib/cqlshlib/test/test_cqlsh_output.py 
b/pylib/cqlshlib/test/test_cqlsh_output.py
index b7240f1..f4aaa57 100644
--- a/pylib/cqlshlib/test/test_cqlsh_output.py
+++ b/pylib/cqlshlib/test/test_cqlsh_output.py
@@ -615,7 +615,7 @@ class TestCqlshOutput(BaseTestCase):
                 AND cdc = false
                 AND comment = ''
                 AND compaction = {'class': 
'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy', 
'max_threshold': '32', 'min_threshold': '4'}
-                AND compression = {'chunk_length_in_kb': '64', 'class': 
'org.apache.cassandra.io.compress.LZ4Compressor'}
+                AND compression = {'chunk_length_in_kb': '64', 'class': 
'org.apache.cassandra.io.compress.LZ4Compressor', 'min_compress_ratio': '1.1'}
                 AND crc_check_chance = 1.0
                 AND dclocal_read_repair_chance = 0.1
                 AND default_time_to_live = 0

Reply via email to