MCPcopy Index your code
hub / github.com/apache/cassandra-python-driver / check_log_error

Function check_log_error

tests/integration/__init__.py:420–427  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

418
419
420def check_log_error():
421 global CCM_CLUSTER
422 log.debug("Checking log error of cluster {0}".format(CCM_CLUSTER.name))
423 for node in CCM_CLUSTER.nodelist():
424 errors = node.grep_log_for_errors()
425 for error in errors:
426 for line in error:
427 print(line)
428
429
430def remove_cluster():

Callers 1

remove_clusterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected