Skip to content

parallel/test-performance-measure is flaky #55431

Closed
@avivkeller

Description

@avivkeller

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    flaky-testIssues and PRs related to the tests with unstable failures on the CI.linuxIssues and PRs related to the Linux platform.perf_hooksIssues and PRs related to the implementation of the Performance Timing API.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions