Skip to content

Commit

Permalink
some debugging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
MKLeb committed Jan 12, 2023
1 parent 38c6763 commit 927b96b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/pytests/scenarios/performance/test_performance.py
Expand Up @@ -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)
Expand Down

0 comments on commit 927b96b

Please sign in to comment.