-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(#158): kill detached process on win #159
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #159 +/- ##
=======================================
Coverage 83.15% 83.15%
=======================================
Files 16 16
Lines 285 285
=======================================
Hits 237 237
Misses 48 48 ☔ View full report in Codecov by Sentry. |
@l3r8yJ something gets wrong with exiting of the test:
Maybe you do know how to fix that? |
@h1alexbel I think that use |
@l3r8yJ I will try to check problematic test on real windows then |
@l3r8yJ I checked out this branch on windows. It looks like server starts in blocking mode, but it should be detached. Probably some flags are misused |
In this pull I've implemented
kill(port)
for killing detached process on windows platform, and enabledaccepts_request_in_detached_mode
integration test on windows platform.closes #158
PR-Codex overview
The focus of this PR is to add support for killing ports on Windows platform in the CLI integration tests.
Detailed summary
npm install kill-port
injustfile
main.rs