This is an automated email from the ASF dual-hosted git repository. blerer pushed a commit to branch CASSANDRA-14825 in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git
commit 73be52283dae21141773c05e2cb6e2d5d2aaa2f4 Author: Benjamin Lerer <[email protected]> AuthorDate: Thu Jun 18 17:34:37 2020 +0200 Fix describe tests --- cqlsh_tests/test_cqlsh.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cqlsh_tests/test_cqlsh.py b/cqlsh_tests/test_cqlsh.py index 262df8a..cb0236d 100644 --- a/cqlsh_tests/test_cqlsh.py +++ b/cqlsh_tests/test_cqlsh.py @@ -1014,6 +1014,7 @@ CREATE TYPE test.address_type ( AND additional_write_policy = '99p' AND bloom_filter_fp_chance = 0.01 AND caching = {'keys': 'ALL', 'rows_per_partition': 'NONE'} + 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': '16', 'class': 'org.apache.cassandra.io.compress.LZ4Compressor'} @@ -1205,6 +1206,7 @@ CREATE TYPE test.address_type ( AND additional_write_policy = '99p' AND bloom_filter_fp_chance = 0.01 AND caching = {'keys': 'ALL', 'rows_per_partition': 'NONE'} + 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': '16', 'class': 'org.apache.cassandra.io.compress.LZ4Compressor'} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
