This is an automated email from the ASF dual-hosted git repository.
asorokoumov 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 eade3333 CASSANDRA-17456 Do not run TestMultiDCWriteFailures after
4.0.x
eade3333 is described below
commit eade333329af18c1a45827e2c6672399969e9456
Author: Aleksandr Sorokoumov <[email protected]>
AuthorDate: Fri Apr 22 10:51:25 2022 +0200
CASSANDRA-17456 Do not run TestMultiDCWriteFailures after 4.0.x
---
write_failures_test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/write_failures_test.py b/write_failures_test.py
index f7ba11a1..0e936ad6 100644
--- a/write_failures_test.py
+++ b/write_failures_test.py
@@ -238,7 +238,7 @@ def assert_write_failure(session, query, consistency_level):
session.execute(statement)
-@since('3.0')
+@since('3.0', max_version='4.0.x')
class TestMultiDCWriteFailures(Tester):
@pytest.fixture(autouse=True)
def fixture_add_additional_log_patterns(self, fixture_dtest_setup):
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]