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 39c1c113 Ninja: test_prefer_local_reconnect_on_restart since 4.0
39c1c113 is described below

commit 39c1c113e101b437ec66aaa8566e5c9c9e67b2ff
Author: Brandon Williams <[email protected]>
AuthorDate: Thu May 18 08:48:43 2023 -0500

    Ninja: test_prefer_local_reconnect_on_restart since 4.0
---
 snitch_test.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/snitch_test.py b/snitch_test.py
index 7eb8a506..7556ec2a 100644
--- a/snitch_test.py
+++ b/snitch_test.py
@@ -114,6 +114,7 @@ class TestGossipingPropertyFileSnitch(Tester):
         assert re.search(ipstr.format(NODE1_LISTEN_ADDRESS), out)
         assert re.search(ipstr.format(NODE2_LISTEN_ADDRESS), out)
 
+    @since('4.0')
     def test_prefer_local_reconnect_on_restart(self):
         """
         @jira_ticket CASSANDRA-16718


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to