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

parallel.test-performance-function is flaky #54803

Open
anonrig opened this issue Sep 6, 2024 · 3 comments
Open

parallel.test-performance-function is flaky #54803

anonrig opened this issue Sep 6, 2024 · 3 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

@anonrig
Copy link
Member

anonrig commented Sep 6, 2024

Test

parallel.test-performance-function

Platform

Linux x64

Console output

---
duration_ms: 328.326
exitcode: 1
severity: fail
stack: |2-

  node:internal/event_target:1090
    process.nextTick(() => { throw err; });
                             ^
  RangeError [ERR_OUT_OF_RANGE]: The value of "val" is out of range. It must be >= 1 && <= 9007199254740991. Received 0
      at RecordableHistogram.record (node:internal/histogram:291:5)
      at processComplete (node:internal/perf/timerify:40:15)
      at timerified m (node:internal/perf/timerify:87:5)
      at /home/iojs/build/workspace/node-test-commit-custom-suites-freestyle/test/parallel/test-performance-function.js:103:5
      at runNextTicks (node:internal/process/task_queues:65:5)
      at listOnTimeout (node:internal/timers:575:9)
      at process.processTimers (node:internal/timers:549:7) {
    code: 'ERR_OUT_OF_RANGE'
  }

  Node.js v23.0.0-pre
...

Build links

Additional information

No response

@anonrig anonrig added the flaky-test Issues and PRs related to the tests with unstable failures on the CI. label Sep 6, 2024
@github-actions github-actions bot added the linux Issues and PRs related to the Linux platform. label Sep 6, 2024
@aduh95
Copy link
Contributor

aduh95 commented Sep 6, 2024

FWIW I'm unable to reproduce on macOS

$ tools/test.py --repeat 9999 test/parallel/test-performance-function.js -t 1 
[04:10|% 100|+ 9999|-   0]: Done                             

All tests passed.

@jasnell
Copy link
Member

jasnell commented Sep 7, 2024

Unable to reproduce locally on ubuntu either.

$ python tools/test.py --repeat 5000 test/parallel/test-performance-function
[01:21|% 100|+ 5000|-   0]: Done                             

All tests passed.

@RedYetiDev
Copy link
Member

Ditto on Kali:

$  python tools/test.py --repeat 5000 test/parallel/test-performance-function
[01:26|% 100|+ 5000|-   0]: Done                             

All tests passed.

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

4 participants