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

pytest_tests: Collect logs only for failed tests #575

Merged
merged 1 commit into from
Jun 19, 2023

Conversation

vvarg229
Copy link
Collaborator

This commit modifies the log collection procedure to collect logs only for failed tests. This change will reduce the total testing time.

Collecting logs for each test takes about 15 seconds, on hundreds of tests we were losing too much time.

The all logs at the end of the test set, of course, are saved.

This commit modifies the log collection procedure to collect logs only
for failed tests. This change will reduce the total testing time.

Collecting logs for each test takes about 15 seconds, on hundreds of tests
we were losing too much time.

The all logs at the end of the test set, of course, are saved.

Signed-off-by: Oleg Kulachenko <[email protected]>
@roman-khimov roman-khimov merged commit 61f81b8 into nspcc-dev:master Jun 19, 2023
1 check passed
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