You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sm...@apache.org on 2022/11/19 10:09:31 UTC

[cassandra-dtest] branch trunk updated: align cqlsh tests with CASSANDRA-15402

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new e0d3cc90 align cqlsh tests with CASSANDRA-15402
e0d3cc90 is described below

commit e0d3cc90558a17b63634d15ee6df339ceb87b225
Author: xuanling.gc <xu...@alibaba-inc.com>
AuthorDate: Mon Oct 31 15:36:33 2022 +0800

    align cqlsh tests with CASSANDRA-15402
    
    patch by Maxwell Guo; reviewed by Stefan Miklosovic and Benjamin Lerer for CASSANDRA-15402
---
 cqlsh_tests/test_cqlsh.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/cqlsh_tests/test_cqlsh.py b/cqlsh_tests/test_cqlsh.py
index d9b9ae4f..a72dc5ca 100644
--- a/cqlsh_tests/test_cqlsh.py
+++ b/cqlsh_tests/test_cqlsh.py
@@ -1146,6 +1146,7 @@ CREATE TYPE test.address_type (
             AND default_time_to_live = 0
             AND extensions = {}
             AND gc_grace_seconds = 864000
+            AND incremental_backups = true
             AND max_index_interval = 2048
             AND memtable_flush_period_in_ms = 0
             AND min_index_interval = 128
@@ -1278,6 +1279,7 @@ CREATE TYPE test.address_type (
             AND default_time_to_live = 0
             AND extensions = {}
             AND gc_grace_seconds = 864000
+            AND incremental_backups = true
             AND max_index_interval = 2048
             AND memtable_flush_period_in_ms = 0
             AND min_index_interval = 128
@@ -1435,6 +1437,7 @@ CREATE TYPE test.address_type (
                 AND crc_check_chance = 1.0
                 AND extensions = {}
                 AND gc_grace_seconds = 864000
+                AND incremental_backups = true
                 AND max_index_interval = 2048
                 AND memtable_flush_period_in_ms = 0
                 AND min_index_interval = 128


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