You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2022/07/15 13:08:50 UTC

[cassandra-dtest] branch trunk updated: Ignore transient cassandra-topology.properties errors

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

brandonwilliams 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 18dccd68 Ignore transient cassandra-topology.properties errors
18dccd68 is described below

commit 18dccd68438eb3b777ef246afb24ff3089c642e7
Author: Brandon Williams <br...@apache.org>
AuthorDate: Thu Jul 14 09:48:55 2022 -0500

    Ignore transient cassandra-topology.properties errors
    
    Patch by brandonwilliams; reviewed by adelapena for CASSANDRA-17749
---
 upgrade_tests/upgrade_through_versions_test.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/upgrade_tests/upgrade_through_versions_test.py b/upgrade_tests/upgrade_through_versions_test.py
index 4fda2233..4cbbc858 100644
--- a/upgrade_tests/upgrade_through_versions_test.py
+++ b/upgrade_tests/upgrade_through_versions_test.py
@@ -302,6 +302,8 @@ class TestUpgrade(Tester):
             r'Unknown column cdc during deserialization',
             # may occur during 2.2 check for existing roles
             r'Got slice command for nonexistent table system_auth.roles',
+            # file may be read while being written; will be read again when done
+            r'Snitch definitions at cassandra-topology.properties do not define a location',
         )
 
     def prepare(self):


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