Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwidman committed Jan 31, 2023
1 parent d2e0aaf commit 6d53733
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kazoo/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
log = logging.getLogger(__name__)


def pytest_exception_interact(node, call, report):
if hasattr(node._testcase, "cluster"):
cluster = node._testcase.cluster
log.error("Zookeeper cluster logs:")
for logs in cluster.get_logs():
log.error(logs)
# def pytest_exception_interact(node, call, report):
# if hasattr(node._testcase, "cluster"):
# cluster = node._testcase.cluster
# log.error("Zookeeper cluster logs:")
# for logs in cluster.get_logs():
# log.error(logs)

0 comments on commit 6d53733

Please sign in to comment.