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(test runner): regular worker termination finishes long fixtures #30769

Merged
merged 1 commit into from
May 15, 2024

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented May 13, 2024

Previously, terminating worker always had a 30 seconds force exit.

Now, regular worker termination assumes that process will eventually finish tearing down all the fixtures and exits. However, the self-destruction routine keeps the 30 seconds timeout to avoid zombies.

Fixes #30504.

This comment has been minimized.

Previously, terminating worker always had a 30 seconds force exit.

Now, regular worker termination assumes that process will eventually
finish tearing down all the fixtures and exits. However, the
self-destruction routine keeps the 30 seconds timeout to avoid zombies.
@dgozman dgozman force-pushed the fix-tr-process-gracefully-close branch from b79b5ca to 1f37bd2 Compare May 15, 2024 15:56
Copy link
Contributor

Test results for "tests 1"

1 flaky ⚠️ [chromium-library] › library/browsercontext-base-url.spec.ts:37:3 › should construct a new URL when a baseURL in browserType.launchPersistentContext is passed to page.goto

27353 passed, 662 skipped
✔️✔️✔️

Merge workflow run.

@dgozman dgozman merged commit 5fa0583 into microsoft:main May 15, 2024
30 checks 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.

[Bug]: Worker-scoped fixture execution terminates before timeout
2 participants