Skip to content

Leftovers after test-child-process-exec-abortcontroller-promisified #58118

Open
@Flarna

Description

@Flarna

It seems test-child-process-exec-abortcontroller-promisified doesn't cleanup correct as I see 2 running node.js processes afterwards.

On my local windows I see two instances of node.exe" -e "setInterval(()=>{}, 99)" after this test.
ProcessExplorer shows they are in suspended state.

Seems like the actual cause are the last two tests where AbortSignal.abort(err) is done before calling execPromisifed.

Not sure if this is just at test problem or a real bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    abortcontrollerIssues and PRs related to the AbortController APIchild_processIssues and PRs related to the child_process subsystem.testIssues and PRs related to the tests.windowsIssues and PRs related to the Windows platform.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions