Skip to content
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

Prevent log spill in CI tests #670

Merged
merged 2 commits into from
Feb 7, 2021
Merged

Prevent log spill in CI tests #670

merged 2 commits into from
Feb 7, 2021

Conversation

nolar
Copy link
Owner

@nolar nolar commented Feb 7, 2021

Everything executed after tests/logging/test_configuration.py was spilling its logs to stdout/stderr, though not affecting the tests themselves. This made pytest results reading more difficult, and their visually red colour in IDE made them look like errors, which they are not.

Now, all is good, no spilling.

nolar added 2 commits February 7, 2021 16:21
Everything executed after `tests/logging/test_configuration.py` was spilling its logs to stdout/stderr, though not affecting the tests themselves. This made pytest results reading more difficult, and their visually red color in IDE made them look like errors, which they are not. Now, all is good.

Signed-off-by: Sergey Vasilyev <[email protected]>
@nolar nolar added the automation CI/CD: testing, linting, releasing automatically label Feb 7, 2021
@nolar nolar merged commit 64de373 into master Feb 7, 2021
@nolar nolar deleted the clear-logs branch February 7, 2021 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation CI/CD: testing, linting, releasing automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant