This is an automated email from the ASF dual-hosted git repository.
marcuse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git
The following commit(s) were added to refs/heads/master by this push:
new 5890b5f fix bad rebase, remove remove_perf_disable_shared_mem
5890b5f is described below
commit 5890b5fd76b6a0f5dd3dc9b464b5aa9fb592c7bd
Author: Marcus Eriksson <[email protected]>
AuthorDate: Mon Sep 28 09:38:36 2020 +0200
fix bad rebase, remove remove_perf_disable_shared_mem
---
repair_tests/repair_test.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/repair_tests/repair_test.py b/repair_tests/repair_test.py
index 4b8f037..a33cd2f 100644
--- a/repair_tests/repair_test.py
+++ b/repair_tests/repair_test.py
@@ -15,7 +15,7 @@ from ccmlib.node import ToolError
from dtest import FlakyRetryPolicy, Tester, create_ks, create_cf
from tools.data import insert_c1c2, query_c1c2
-from tools.jmxutils import JolokiaAgent, make_mbean,
remove_perf_disable_shared_mem
+from tools.jmxutils import JolokiaAgent, make_mbean
since = pytest.mark.since
logger = logging.getLogger(__name__)
@@ -948,7 +948,6 @@ class TestRepair(BaseRepairTest):
cluster = self.cluster
cluster.populate([3])
node1, node2, node3 = cluster.nodelist()
- remove_perf_disable_shared_mem(node1) # for jmx
cluster.start(wait_for_binary_proto=True)
self.fixture_dtest_setup.ignore_log_patterns.extend(["Nothing to
repair for"])
session = self.patient_cql_connection(node1)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]