some debugging statements

This commit is contained in:
MKLeb 2023-01-12 15:18:23 -05:00 committed by Megan Wilhite
parent f8c0c04fa3
commit 813d4dcae7

View file

@ -328,7 +328,9 @@ def _wait_for_stdout(expected, func, *args, timeout=120, **kwargs):
break
time.sleep(1)
else:
pytest.skip("Skipping test, one or more daemons failed to start")
pytest.skip(
f"Skipping test, one or more daemons failed to start: {expected} NOT FOUND IN {ret}"
)
@pytest.mark.flaky(max_runs=4)