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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to