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

snazy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git


The following commit(s) were added to refs/heads/master by this push:
     new ca00939  Fix `@since` for 
upgrade_internal_auth_test.TestAuthUpgrade.test_upgrade_to_22 + 
test_upgrade_to_30
ca00939 is described below

commit ca009392d1697ef5a42e87a62930fe9274a3c2fe
Author: Robert Stupp <sn...@snazy.de>
AuthorDate: Thu Jun 4 10:21:27 2020 +0200

    Fix `@since` for 
upgrade_internal_auth_test.TestAuthUpgrade.test_upgrade_to_22 + 
test_upgrade_to_30
    
    Patch by Robert Stupp; reviewed by Eduard Tudenhöfner for CASSANDRA-15853
---
 upgrade_internal_auth_test.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/upgrade_internal_auth_test.py b/upgrade_internal_auth_test.py
index d0425b1..b86c00e 100644
--- a/upgrade_internal_auth_test.py
+++ b/upgrade_internal_auth_test.py
@@ -36,10 +36,11 @@ class TestAuthUpgrade(Tester):
             r'Can\'t send migration request: node.*is down',
     )
 
+    @since('2.2', max_version='2.2.X')
     def test_upgrade_to_22(self):
         self.do_upgrade_with_internal_auth("github:apache/cassandra-2.2")
 
-    @since('3.0')
+    @since('3.0', max_version='3.0.X')
     @pytest.mark.no_offheap_memtables
     def test_upgrade_to_30(self):
         self.do_upgrade_with_internal_auth("github:apache/cassandra-3.0")


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

Reply via email to