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

fix: if a test run looks like it's hung during coverage, kill it #1406

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

achingbrain
Copy link
Member

Watch for test output that looks like the end of a successful test run - if collecting coverage takes too long, kill the process but do not cause the test run to fail.

Temporary workaround for #1206

Watch for test output that looks like the end of a successful test
run - if collecting coverage takes too long, kill the process but
do not cause the test run to fail.

Temporary workaround for #1206
@achingbrain achingbrain merged commit 8b526fc into master Nov 2, 2023
19 checks passed
@achingbrain achingbrain deleted the fix/kill-hung-test-process branch November 2, 2023 07:05
github-actions bot pushed a commit that referenced this pull request Nov 2, 2023
## [41.1.5](v41.1.4...v41.1.5) (2023-11-02)

### Bug Fixes

* if a test run looks like it's hung during coverage, kill it ([#1406](#1406)) ([8b526fc](8b526fc))
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.

None yet

1 participant