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 f4de30a9 Extend timeout for parallel_upgrade and
parallel_upgrade_with_internode_ssl upgrade tests (fix 2 for CASSANDRA-19409)
f4de30a9 is described below
commit f4de30a92a5537c5c03b5595bc07619be5b15188
Author: Ekaterina Dimitrova <[email protected]>
AuthorDate: Thu Feb 29 16:10:27 2024 -0500
Extend timeout for parallel_upgrade and parallel_upgrade_with_internode_ssl
upgrade tests (fix 2 for CASSANDRA-19409)
patch by Ekaterina Dimitrova; reviewed by Berenguer Blasi for
CASSANDRA-19409
---
upgrade_tests/upgrade_through_versions_test.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/upgrade_tests/upgrade_through_versions_test.py
b/upgrade_tests/upgrade_through_versions_test.py
index 539cf9e7..cbd8c720 100644
--- a/upgrade_tests/upgrade_through_versions_test.py
+++ b/upgrade_tests/upgrade_through_versions_test.py
@@ -380,6 +380,7 @@ class TestUpgrade(Tester):
values=dict(self.extra_config)
)
+ @pytest.mark.timeout(3000)
def test_parallel_upgrade(self):
"""
Test upgrading cluster all at once (requires cluster downtime).
@@ -393,6 +394,7 @@ class TestUpgrade(Tester):
"""
self.upgrade_scenario(rolling=True)
+ @pytest.mark.timeout(3000)
def test_parallel_upgrade_with_internode_ssl(self):
"""
Test upgrading cluster all at once (requires cluster downtime), with
internode ssl.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]