Skip to content

flaky: async-hooks.test-emit-after-on-destroyed #58199

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

Open
mhdawson opened this issue May 6, 2025 · 0 comments
Open

flaky: async-hooks.test-emit-after-on-destroyed #58199

mhdawson opened this issue May 6, 2025 · 0 comments
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI. linux Issues and PRs related to the Linux platform.

Comments

@mhdawson
Copy link
Member

mhdawson commented May 6, 2025

Test

async-hooks.test-emit-after-on-destroyed

Platform

Linux x64

Console output

---
duration_ms: 429.149
exitcode: 1
severity: fail
stack: |-
  node:assert:95
    throw new AssertionError(obj);
    ^

  AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:

  null !== 1

      at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/async-hooks/test-emit-after-on-destroyed.js:56:12)
      at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:437:15)
      at ChildProcess.emit (node:events:507:28)
      at maybeClose (node:internal/child_process:1101:16)
      at ChildProcess._handle.onexit (node:internal/child_process:305:5) {
    generatedMessage: true,
    code: 'ERR_ASSERTION',
    actual: null,
    expected: 1,
    operator: 'strictEqual'
  }

  Node.js v25.0.0-pre
...

Build links

https://ci.nodejs.org/job/node-test-commit-linux-containered/50505/nodes=ubuntu2204_sharedlibs_openssl32_x64/testReport/junit/(root)/async-hooks/test_emit_after_on_destroyed/

Additional information

No response

@mhdawson mhdawson added the flaky-test Issues and PRs related to the tests with unstable failures on the CI. label May 6, 2025
@github-actions github-actions bot added the linux Issues and PRs related to the Linux platform. label May 6, 2025
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. linux Issues and PRs related to the Linux platform.
Projects
None yet
Development

No branches or pull requests

1 participant