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

dcapwell 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 2e9fca9  Move CASSANDRA-14559s 
bootstrap_test.py::TestBootstrap::test_node_cannot_join_as_hibernating_node_without_replace_address
 into a jvm-dtest
2e9fca9 is described below

commit 2e9fca947ee13e7c50d92349bae0ff72b8bbc6a0
Author: David Capwell <David Capwell>
AuthorDate: Thu May 13 12:42:44 2021 -0700

    Move CASSANDRA-14559s 
bootstrap_test.py::TestBootstrap::test_node_cannot_join_as_hibernating_node_without_replace_address
 into a jvm-dtest
    
    patch by David Capwell; reviewed by Stefan Miklosovic for CASSANDRA-16662
---
 bootstrap_test.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bootstrap_test.py b/bootstrap_test.py
index 6ebefc3..9739a63 100644
--- a/bootstrap_test.py
+++ b/bootstrap_test.py
@@ -24,6 +24,7 @@ from tools.intervention import InterruptBootstrap, 
KillOnBootstrap, KillOnReadyT
 from tools.misc import new_node, generate_ssl_stores
 
 since = pytest.mark.since
+ported_to_in_jvm = pytest.mark.ported_to_in_jvm
 logger = logging.getLogger(__name__)
 
 class TestBootstrap(Tester):
@@ -745,6 +746,7 @@ class TestBootstrap(Tester):
         node2.watch_log_for("JOINING:", from_mark=mark)
 
     @since('3.0')
+    @ported_to_in_jvm('4.1')
     def 
test_node_cannot_join_as_hibernating_node_without_replace_address(self):
         """
         @jira_ticket CASSANDRA-14559

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

Reply via email to