Skip to content

Commit 26a7094

Browse files
committed
don't bother trying to setup ccm for external cluster
1 parent 96a55e2 commit 26a7094

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/integration/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@ def _get_cass_version_from_dse(dse_version):
9696
return cass_ver
9797

9898
if USE_CASS_EXTERNAL:
99-
if CCMClusterFactory:
100-
# see if the external instance is running in ccm
101-
path = common.get_default_path()
102-
name = common.current_cluster_name(path)
103-
CCM_CLUSTER = CCMClusterFactory.load(common.get_default_path(), name)
104-
CCM_CLUSTER.start(wait_for_binary_proto=True, wait_other_notice=True)
10599

106100
# Not sure what's going on, but the server version query
107101
# hangs in python3. This appears to be related to running inside of

0 commit comments

Comments
 (0)