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/29 16:08:09 UTC

[cassandra-dtest] branch master updated: Fix describe tests

This is an automated email from the ASF dual-hosted git repository.

blerer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git


The following commit(s) were added to refs/heads/master by this push:
     new cbef2f4  Fix describe tests
     new 8c6332d  Merge pull request #80 from blerer/CASSANDRA-14825
cbef2f4 is described below

commit cbef2f4c09d1e798a243f18aca8b0ed690dc4e27
Author: Benjamin Lerer <b....@gmail.com>
AuthorDate: Thu Jun 18 17:34:37 2020 +0200

    Fix describe tests
---
 cqlsh_tests/test_cqlsh.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/cqlsh_tests/test_cqlsh.py b/cqlsh_tests/test_cqlsh.py
index 262df8a..a47f942 100644
--- a/cqlsh_tests/test_cqlsh.py
+++ b/cqlsh_tests/test_cqlsh.py
@@ -1014,11 +1014,13 @@ 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'}
             AND crc_check_chance = 1.0
             AND default_time_to_live = 0
+            AND extensions = {}
             AND gc_grace_seconds = 864000
             AND max_index_interval = 2048
             AND memtable_flush_period_in_ms = 0
@@ -1101,11 +1103,13 @@ CREATE TYPE test.address_type (
         ) WITH 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'}
             AND crc_check_chance = 1.0
             AND default_time_to_live = 0
+            AND extensions = {}
             AND gc_grace_seconds = 864000
             AND max_index_interval = 2048
             AND memtable_flush_period_in_ms = 0
@@ -1205,11 +1209,13 @@ 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'}
                 AND crc_check_chance = 1.0
                 AND default_time_to_live = 0
+                AND extensions = {}
                 AND gc_grace_seconds = 864000
                 AND max_index_interval = 2048
                 AND memtable_flush_period_in_ms = 0


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org