From 581f69b74beb04a61bf9b49414cedcec76eec7e3 Mon Sep 17 00:00:00 2001 From: Branimir Lambov Date: Mon, 12 Apr 2021 11:56:25 +0300 Subject: [PATCH] STAR-14: Fix expectations to include memtable table parameter (cherry picked from commit 353b1f13362cf3081bf908f636b0c886100e98f1) (cherry picked from commit 1cbc8d5b4a61c564a4c334b357cba3b48a44eac6) (cherry picked from commit ee9b61242476135852e38df8cb18b1adf25dc73d) (cherry picked from commit e3e226a78f4bcc4dd33aa10c099415f25994547e) (cherry picked from commit b52785321ab06fcbe13ade67ed8f61c40ad75d19) --- cqlsh_tests/test_cqlsh.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cqlsh_tests/test_cqlsh.py b/cqlsh_tests/test_cqlsh.py index 339a31e63f..12a3047874 100644 --- a/cqlsh_tests/test_cqlsh.py +++ b/cqlsh_tests/test_cqlsh.py @@ -1140,6 +1140,7 @@ def get_test_table_output(self, has_val=True, has_val_idx=True): AND comment = '' AND compaction = {'class': 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy', 'max_threshold': '32', 'min_threshold': '4'} AND compression = {'chunk_length_in_kb': '16', 'class': 'org.apache.cassandra.io.compress.LZ4Compressor'} + AND memtable = {} AND crc_check_chance = 1.0 AND default_time_to_live = 0 AND extensions = {} @@ -1229,6 +1230,7 @@ def get_users_table_output(self): AND comment = '' AND compaction = {'class': 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy', 'max_threshold': '32', 'min_threshold': '4'} AND compression = {'chunk_length_in_kb': '16', 'class': 'org.apache.cassandra.io.compress.LZ4Compressor'} + AND memtable = {} AND crc_check_chance = 1.0 AND default_time_to_live = 0 AND extensions = {} @@ -1335,6 +1337,7 @@ def get_users_by_state_mv_output(self): AND comment = '' AND compaction = {'class': 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy', 'max_threshold': '32', 'min_threshold': '4'} AND compression = {'chunk_length_in_kb': '16', 'class': 'org.apache.cassandra.io.compress.LZ4Compressor'} + AND memtable = {} AND crc_check_chance = 1.0 AND default_time_to_live = 0 AND extensions = {}