这是indexloc提供的服务,不要输入任何密码
Skip to content

fix(process): revert "feat(process): differentiate between child interruption and killing" #10046

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
Feb 26, 2025

Conversation

chris-olszewski
Copy link
Member

Reverts #10027

child::test::test_graceful_shutdown::false_expects is currently flakey as we race child.wait() calls:

  • one knows we sent the signal so when the child exits we get a Interrupt exit
  • one does not know we sent a signal, so when the child exits from a signal we get a KilledExternal as we think something else on the system killed it

Will remerge once test has race condition removed.

Copy link

vercel bot commented Feb 26, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
examples-basic-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 26, 2025 2:25pm
examples-designsystem-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 26, 2025 2:25pm
examples-gatsby-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 26, 2025 2:25pm
examples-kitchensink-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 26, 2025 2:25pm
examples-native-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 26, 2025 2:25pm
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 26, 2025 2:25pm
examples-svelte-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 26, 2025 2:25pm
examples-tailwind-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 26, 2025 2:25pm
examples-vite-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 26, 2025 2:25pm

@chris-olszewski chris-olszewski changed the title Revert "feat(process): differentiate between child interruption and killing" fix(process): revert "feat(process): differentiate between child interruption and killing" Feb 26, 2025
@chris-olszewski chris-olszewski enabled auto-merge (squash) February 26, 2025 14:30
@chris-olszewski chris-olszewski merged commit 8a146e6 into main Feb 26, 2025
40 checks passed
@chris-olszewski chris-olszewski deleted the revert-10027-olszewski/chore_process_manager branch February 26, 2025 15:43
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