You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only emit path to daemon log path in pytest tmp folder (#6698)
When working with daemon, fixture started_daemon_worker will start daemon through circus and writing logs to the log file stay in the pytest tmp folder.
It is not straightforward to find where the log file is to check the daemon log that related to the hang engine tests.
The PR write a log in debug level to print the location of the daemon log.
0 commit comments