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-measure is flaky #55431

Open
RedYetiDev opened this issue Oct 17, 2024 · 0 comments
Open

parallel/test-performance-measure is flaky #55431

RedYetiDev opened this issue Oct 17, 2024 · 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. perf_hooks Issues and PRs related to the implementation of the Performance Timing API.

Comments

@RedYetiDev
Copy link
Member

Test

test-performance-measure

Platform

Linux x64

Console output

---
duration_ms: 1225.808
exitcode: 1
severity: fail
stack: |-
  node:internal/assert/utils:281
      throw err;
      ^

  AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:

    assert.ok(duration > (DELAY - ALLOWED_MARGIN))

      at /home/iojs/build/workspace/node/test/parallel/test-performance-measure.js:13:12
      at Array.forEach (<anonymous>)
      at PerformanceObserver.<anonymous> (/home/iojs/build/workspace/node/test/parallel/test-performance-measure.js:12:22)
      at PerformanceObserver.<anonymous> (/home/iojs/build/workspace/node/test/common/index.js:491:15)
      at [kDispatch] (node:internal/perf/observe:354:19)
      at Immediate._onImmediate (node:internal/perf/observe:130:25)
      at process.processImmediate (node:internal/timers:511:21) {
    generatedMessage: true,
    code: 'ERR_ASSERTION',
    actual: false,
    expected: true,
    operator: '=='
  }

  Node.js v24.0.0-pre
...

Build links

Additional information

No response

@RedYetiDev RedYetiDev added the flaky-test Issues and PRs related to the tests with unstable failures on the CI. label Oct 17, 2024
@github-actions github-actions bot added the linux Issues and PRs related to the Linux platform. label Oct 17, 2024
@RedYetiDev RedYetiDev added perf_hooks Issues and PRs related to the implementation of the Performance Timing API. linux Issues and PRs related to the Linux platform. and removed linux Issues and PRs related to the Linux platform. labels Oct 17, 2024
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. perf_hooks Issues and PRs related to the implementation of the Performance Timing API.
Projects
None yet
Development

No branches or pull requests

1 participant