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 a3be2b0  Mark counter_leader_with_partial_view_test since 3.0
a3be2b0 is described below

commit a3be2b0a418b96adb8d828afe6b43479ce6485f3
Author: Brandon Williams <brandonwilli...@apache.org>
AuthorDate: Wed Jun 30 10:29:26 2021 -0500

    Mark counter_leader_with_partial_view_test since 3.0
    
    Patch by Joel Knighton, reviewed by brandonwilliams for CASSANDRA-14028
---
 counter_test.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/counter_test.py b/counter_test.py
index 54257fd..6b7587a 100644
--- a/counter_test.py
+++ b/counter_test.py
@@ -79,6 +79,7 @@ class TestCounters(Tester):
         assert_one(session, "SELECT COUNT(*) FROM test.test", [1000])
 
     @pytest.mark.vnodes
+    @since('3.0')
     def test_counter_leader_with_partial_view(self):
         """
         Test leader election with a starting node.

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

Reply via email to