Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/cassandra-python-driver
/ stop
Method
stop
tests/integration/simulacron/utils.py:70–73 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
68
self.running = True
69
70
def
stop(self):
71
if
self.proc:
72
self.proc.terminate()
73
self.running = False
74
75
def
is_running(self):
76
# We could check self.proc.poll here instead
Callers
15
use_cluster
Function · 0.45
setup_cluster_ssl
Function · 0.45
tearDownClass
Method · 0.45
tearDownClass
Method · 0.45
tearDownClass
Method · 0.45
tearDownClass
Method · 0.45
stop
Function · 0.45
force_stop
Function · 0.45
decommission
Function · 0.45
test_should_rethrow_on_unvailable_with_default_policy_if_cas
Method · 0.45
setup_module
Function · 0.45
setFailingNodes
Method · 0.45
Calls
no outgoing calls
Tested by
15
setup_cluster_ssl
Function · 0.36
tearDownClass
Method · 0.36
tearDownClass
Method · 0.36
tearDownClass
Method · 0.36
tearDownClass
Method · 0.36
test_should_rethrow_on_unvailable_with_default_policy_if_cas
Method · 0.36
setup_module
Function · 0.36
setFailingNodes
Method · 0.36
setup_module
Function · 0.36
setup_module
Function · 0.36
test_reprepare_after_host_is_down
Method · 0.36
tearDownClass
Method · 0.36