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

bdeggleston pushed a commit to branch cep-45-mutation-tracking
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 1ed5097bbad87f6f3734eae43ff66df7a59c44cc
Author: Abe Ratnofsky <a...@aber.io>
AuthorDate: Fri Apr 4 12:20:53 2025 -0400

    Fix test failure: 
cqlshlib.test.test_cqlsh_output.TestCqlshOutput::test_describe_schema_output
---
 pylib/cqlshlib/test/test_cqlsh_output.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pylib/cqlshlib/test/test_cqlsh_output.py 
b/pylib/cqlshlib/test/test_cqlsh_output.py
index 78dc033145..3a654623c4 100644
--- a/pylib/cqlshlib/test/test_cqlsh_output.py
+++ b/pylib/cqlshlib/test/test_cqlsh_output.py
@@ -791,7 +791,7 @@ class TestCqlshOutput(BaseTestCase):
                 self.assertNoHasColors(output)
                 # Since CASSANDRA-7622 'DESC FULL SCHEMA' also shows all 
VIRTUAL keyspaces
                 self.assertIn('VIRTUAL KEYSPACE system_virtual_schema', output)
-                self.assertIn("\nCREATE KEYSPACE system_auth WITH replication 
= {'class': 'SimpleStrategy', 'replication_factor': '1'}  AND durable_writes = 
true;\n",
+                self.assertIn("\nCREATE KEYSPACE system_auth WITH replication 
= {'class': 'SimpleStrategy', 'replication_factor': '1'}  AND durable_writes = 
true  AND replication_type = 'untracked';\n",
                               output)
                 self.assertRegex(output, r'.*\s*$')
 


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

Reply via email to