Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    abortcontrollerIssues and PRs related to the AbortController and AbortSignal APIs.child_processIssues and PRs related to the child_process subsystem.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.testIssues and PRs related to Node.js core tests and test infrastructure.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