node icon indicating copy to clipboard operation
node copied to clipboard

`parallel/test-performance-measure` is flaky

Open redyetidev opened this issue 4 months ago • 0 comments

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

  • https://ci.nodejs.org/job/node-test-commit-linux/nodes=rhel8-x64/61234/testReport/junit/(root)/parallel/test_performance_measure/

Additional information

No response

redyetidev avatar Oct 17 '24 18:10 redyetidev