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

mmuzaf 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 3b66dcc8 Add system_metrics keyspace to default keyspaces list
3b66dcc8 is described below

commit 3b66dcc870e8d929d81055c95124caf2d36f0ac4
Author: Maxim Muzafarov <maxmu...@gmail.com>
AuthorDate: Mon Mar 25 19:02:06 2024 +0100

    Add system_metrics keyspace to default keyspaces list
    
    patch by Maxim Muzafarov; reviewed by Chris Lohfink, Stefan Miklosovic for 
CASSANDRA-14572
---
 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 012f3442..8a1b03d5 100644
--- a/cqlsh_tests/test_cqlsh.py
+++ b/cqlsh_tests/test_cqlsh.py
@@ -1051,6 +1051,8 @@ CREATE OR REPLACE AGGREGATE test.average(int)
                               'system_auth', 'system_distributed', 
'system_virtual_schema']
         if self.cluster.version() >= LooseVersion('5.1'):
             expected_keyspaces.append('system_cluster_metadata')
+            expected_keyspaces.append('system_metrics')
+
         node1, = self.cluster.nodelist()
         output, err = self.run_cqlsh(node1, "DESCRIBE KEYSPACES")
 


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

Reply via email to