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
TestKit backend: run python with unbuffered stdout/err (#817)
Test TestKit backend gets killed forcefully (`SIGKILL`) by TestKit/docker.
Therefore, buffered stdout/stderr (default Python interpreter behavior) can lead
to the last bits of output missing in the log files.
0 commit comments