You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ed...@apache.org on 2021/09/15 19:01:20 UTC

[cassandra-dtest] branch trunk updated: Relax limitations on test_multi_dc_replace_with_rf1

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

edimitrova 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 f82f102  Relax limitations on test_multi_dc_replace_with_rf1
f82f102 is described below

commit f82f102bc1b401ce97256032a8e7ce0c4097d97c
Author: Ruslan Fomkin <ru...@datastax.com>
AuthorDate: Fri Sep 10 11:02:32 2021 +0200

    Relax limitations on test_multi_dc_replace_with_rf1
    
    test_multi_dc_replace_with_rf1 was failing without vnodes long time
    ago for some now unknown reason. Now there is an empirical evidence
    that the test doesn't fail any more. Thus the requirements to use
    vnodes is relaxed and flaky mark is removed.
    
    patch by Ruslan Fomkin; reviewed by Ekaterina Dimitrova and Brandon Williams for CASSANDRA-14196
---
 replace_address_test.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/replace_address_test.py b/replace_address_test.py
index 0426c53..75758c8 100644
--- a/replace_address_test.py
+++ b/replace_address_test.py
@@ -547,8 +547,6 @@ class TestReplaceAddress(BaseReplaceAddressTest):
         self.replacement_node.watch_log_for("Unable to find sufficient sources for streaming range")
         assert_not_running(self.replacement_node)
 
-    @flaky
-    @pytest.mark.vnodes
     def test_multi_dc_replace_with_rf1(self):
         """
         Test that multi-dc replace works when rf=1 on each dc

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