Skip to content

TestKit backend: run python with unbuffered stdout/err #816

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 7, 2022

Conversation

robsdedude
Copy link
Member

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.

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.
@robsdedude robsdedude merged commit d536ef6 into neo4j:5.0 Oct 7, 2022
@robsdedude robsdedude deleted the testkit-unbuffered-python branch October 7, 2022 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants