Skip to content

Commit 353b1f1

Browse files
blambovjacek-lewandowski
authored andcommitted
STAR-14: Fix expectations to include memtable table parameter
1 parent c318850 commit 353b1f1

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
@@ -1077,6 +1077,7 @@ def get_test_table_output(self, has_val=True, has_val_idx=True):
10771077
AND comment = ''
10781078
AND compaction = {'class': 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy', 'max_threshold': '32', 'min_threshold': '4'}
10791079
AND compression = {'chunk_length_in_kb': '16', 'class': 'org.apache.cassandra.io.compress.LZ4Compressor'}
1080+
AND memtable = {}
10801081
AND crc_check_chance = 1.0
10811082
AND default_time_to_live = 0
10821083
AND extensions = {}
@@ -1166,6 +1167,7 @@ def get_users_table_output(self):
11661167
AND comment = ''
11671168
AND compaction = {'class': 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy', 'max_threshold': '32', 'min_threshold': '4'}
11681169
AND compression = {'chunk_length_in_kb': '16', 'class': 'org.apache.cassandra.io.compress.LZ4Compressor'}
1170+
AND memtable = {}
11691171
AND crc_check_chance = 1.0
11701172
AND default_time_to_live = 0
11711173
AND extensions = {}
@@ -1272,6 +1274,7 @@ def get_users_by_state_mv_output(self):
12721274
AND comment = ''
12731275
AND compaction = {'class': 'org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy', 'max_threshold': '32', 'min_threshold': '4'}
12741276
AND compression = {'chunk_length_in_kb': '16', 'class': 'org.apache.cassandra.io.compress.LZ4Compressor'}
1277+
AND memtable = {}
12751278
AND crc_check_chance = 1.0
12761279
AND default_time_to_live = 0
12771280
AND extensions = {}

0 commit comments

Comments
 (0)