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 495e19d8 mark test_change_durable_writes as ported to in-jvm for
CASSANDRA-19601
495e19d8 is described below
commit 495e19d8d6aeac53818e2398bbe2aefeffd048c8
Author: Brandon Williams <[email protected]>
AuthorDate: Wed Jan 8 13:45:42 2025 -0600
mark test_change_durable_writes as ported to in-jvm for CASSANDRA-19601
---
configuration_test.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configuration_test.py b/configuration_test.py
index 277be607..51bbab1f 100644
--- a/configuration_test.py
+++ b/configuration_test.py
@@ -11,6 +11,8 @@ from tools.jmxutils import (JolokiaAgent, make_mbean)
from distutils.version import LooseVersion
logger = logging.getLogger(__name__)
+ported_to_in_jvm = pytest.mark.ported_to_in_jvm
+
class TestConfiguration(Tester):
@@ -44,6 +46,7 @@ class TestConfiguration(Tester):
session.execute(alter_chunk_len_query.format(chunk_length=64))
self._check_chunk_length(session, 64)
+ @ported_to_in_jvm('4.0')
@pytest.mark.timeout(60*30)
def test_change_durable_writes(self):
"""
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]