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: process kill errors on windows with node 21+ #5932

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

pieh
Copy link
Contributor

@pieh pieh commented Dec 10, 2024

🎉 Thanks for submitting a pull request! 🎉

Summary

See for underlying problem that so far doesn't seem fixed nodejs/node#51766 . That started showing up on our test runs when Github Actions switched to Node 22 (it was running on 20 before)


For us to review and ship your PR efficiently, please perform the following steps:

  • Open a bug/issue before writing your code 🧑‍💻. This ensures
    we can discuss the changes and get feedback from everyone that should be involved. If you`re fixing a typo or
    something that`s on fire 🔥 (e.g. incident related), you can skip this step.
  • Read the contribution guidelines 📖. This ensures
    your code follows our style guide and passes our tests.
  • Update or add tests (if any source code was changed or added) 🧪
  • Update or add documentation (if features were changed or added) 📝
  • Make sure the status checks below are successful ✅

A picture of a cute animal (not mandatory, but encouraged)

@pieh pieh force-pushed the fix/windows-node-22-eperm-on-kill branch from 0240ac4 to f0ff5e6 Compare December 10, 2024 10:17
Copy link
Contributor

github-actions bot commented Dec 10, 2024

This pull request adds or modifies JavaScript (.js, .cjs, .mjs) files. Consider converting them to TypeScript.
Thank you for converting JavaScript files to TypeScript 🎉"

@pieh pieh force-pushed the fix/windows-node-22-eperm-on-kill branch 4 times, most recently from d1de852 to bc7c0be Compare December 10, 2024 12:02
@pieh pieh force-pushed the fix/windows-node-22-eperm-on-kill branch from 9fc34a3 to d055d9d Compare December 10, 2024 16:55
@pieh pieh changed the title fix: ignore plugin process kill errors fix: process kill errors on windows with node 21+ Dec 10, 2024
@pieh pieh marked this pull request as ready for review December 10, 2024 17:21
@pieh pieh requested a review from a team as a code owner December 10, 2024 17:21
@mrstork mrstork merged commit 7ea3e7b into main Dec 10, 2024
32 of 38 checks passed
@mrstork mrstork deleted the fix/windows-node-22-eperm-on-kill branch December 10, 2024 17:37
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.

childprocess kill() results in -4048 EPERM error on windows since update to v21.6.2
2 participants