Skip to content

Commit

Permalink
STAR-14: Fix expectations to include memtable table parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
blambov authored and jacek-lewandowski committed Apr 12, 2021
1 parent c318850 commit 353b1f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cqlsh_tests/test_cqlsh.py
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,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 = {}
Expand Down Expand Up @@ -1166,6 +1167,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 = {}
Expand Down Expand Up @@ -1272,6 +1274,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 = {}
Expand Down

0 comments on commit 353b1f1

Please sign in to comment.