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

Flaky Test: test-child-process-fork-exec-path #54189

Closed
pmarchini opened this issue Aug 3, 2024 · 3 comments
Closed

Flaky Test: test-child-process-fork-exec-path #54189

pmarchini opened this issue Aug 3, 2024 · 3 comments
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI. windows Issues and PRs related to the Windows platform.

Comments

@pmarchini
Copy link
Member

Test

parallel.test-child-process-fork-exec-path

Platform

Windows

Console output

---
duration_ms: 3901.991
exitcode: 1
severity: fail
stack: |-
  Can't clean tmpdir: d:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.112
  Files blocking: [ 'node-copy.exe' ]

  d:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:69
      throw e;
      ^

  Error: EPERM, Permission denied: \\?\d:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.112 '\\?\d:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.112'
      at Object.rmSync (node:fs:1246:18)
      at rmSync (d:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:20:8)
      at onexit (d:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:54:5)
      at process.<anonymous> (d:\workspace\node-test-binary-windows-js-suites\node\test\common\tmpdir.js:43:14)
      at process.emit (node:events:532:35) {
    errno: 1,
    code: 'EPERM',
    path: '\\\\?\\d:\\workspace\\node-test-binary-windows-js-suites\\node\\test\\.tmp.112',
    syscall: 'rm'
  }

  Node.js v23.0.0-pre
...

Build links

Additional information

No response

@pmarchini pmarchini added the flaky-test Issues and PRs related to the tests with unstable failures on the CI. label Aug 3, 2024
@github-actions github-actions bot added the windows Issues and PRs related to the Windows platform. label Aug 3, 2024
@StefanStojanovic
Copy link
Contributor

This test is not flaky. It was failing because of some changes in the build system, which were later reverted. For more details on this issue, please see this and this. Leaving this issue opened for now as an extra safety measurement. Will close it in a few days if it doesn't happen again.

@pmarchini
Copy link
Member Author

Thanks @StefanStojanovic

@StefanStojanovic
Copy link
Contributor

Closing the issue since it is now fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI. windows Issues and PRs related to the Windows platform.
Projects
None yet
Development

No branches or pull requests

2 participants