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 b44075d  Fix jmx_test
b44075d is described below

commit b44075de938b45f11b2bfcdf65cde62378f7c55c
Author: Brandon Williams <[email protected]>
AuthorDate: Tue May 18 17:23:34 2021 -0500

    Fix jmx_test
---
 jmx_test.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/jmx_test.py b/jmx_test.py
index 36c0203..762bb09 100644
--- a/jmx_test.py
+++ b/jmx_test.py
@@ -11,8 +11,8 @@ from ccmlib.node import ToolError
 from distutils.version import LooseVersion
 
 from dtest import Tester, create_ks
-from tools.jmxutils import (JolokiaAgent, enable_jmx_ssl, make_mbean,
-                            remove_perf_disable_shared_mem)
+from tools.jmxutils import (JolokiaAgent, enable_jmx_ssl, make_mbean)
+                            
 from tools.misc import generate_ssl_stores
 from tools.data import create_c1c2_table, insert_c1c2
 
@@ -301,7 +301,6 @@ class TestJMX(Tester):
         cluster = self.cluster
         cluster.populate(1)
         node = cluster.nodelist()[0]
-        remove_perf_disable_shared_mem(node)
         cluster.start(wait_for_binary_proto=True)
 
         session = self.patient_exclusive_cql_connection(node)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to