You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by bl...@apache.org on 2020/06/18 15:36:45 UTC

[cassandra-dtest] 01/01: Fix describe tests

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 <b....@gmail.com>
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: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org