Skip to content

Commit ee9b612

Browse files
blambovjacek-lewandowski
authored andcommitted
STAR-14: Fix expectations to include memtable table parameter
(cherry picked from commit 353b1f1) (cherry picked from commit 1cbc8d5)
1 parent f7684e4 commit ee9b612

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cqlsh_tests/test_cqlsh.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,6 +1103,7 @@ def get_test_table_output(self, has_val=True, has_val_idx=True):
11031103
AND comment = ''
11041104
AND compaction = {'class': 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy', 'max_threshold': '32', 'min_threshold': '4'}
11051105
AND compression = {'chunk_length_in_kb': '16', 'class': 'org.apache.cassandra.io.compress.LZ4Compressor'}
1106+
AND memtable = {}
11061107
AND crc_check_chance = 1.0
11071108
AND default_time_to_live = 0
11081109
AND extensions = {}
@@ -1192,6 +1193,7 @@ def get_users_table_output(self):
11921193
AND comment = ''
11931194
AND compaction = {'class': 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy', 'max_threshold': '32', 'min_threshold': '4'}
11941195
AND compression = {'chunk_length_in_kb': '16', 'class': 'org.apache.cassandra.io.compress.LZ4Compressor'}
1196+
AND memtable = {}
11951197
AND crc_check_chance = 1.0
11961198
AND default_time_to_live = 0
11971199
AND extensions = {}
@@ -1298,6 +1300,7 @@ def get_users_by_state_mv_output(self):
12981300
AND comment = ''
12991301
AND compaction = {'class': 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy', 'max_threshold': '32', 'min_threshold': '4'}
13001302
AND compression = {'chunk_length_in_kb': '16', 'class': 'org.apache.cassandra.io.compress.LZ4Compressor'}
1303+
AND memtable = {}
13011304
AND crc_check_chance = 1.0
13021305
AND default_time_to_live = 0
13031306
AND extensions = {}

0 commit comments

Comments
 (0)