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

Investigate flaky test-cpu-prof-name #31298

Closed
sam-github opened this issue Jan 10, 2020 · 1 comment
Closed

Investigate flaky test-cpu-prof-name #31298

sam-github opened this issue Jan 10, 2020 · 1 comment
Labels
arm Issues and PRs related to the ARM platform. flaky-test Issues and PRs related to the tests with unstable failures on the CI.

Comments

@sam-github
Copy link
Contributor

Possibly related to #27611

  • Version: master
  • Platform: arm
  • Subsystem: profiling

Failed nightly test: https://ci.nodejs.org/job/node-daily-master/1800/

00:09:46 not ok 2782 sequential/test-cpu-prof-name
00:09:46   ---
00:09:46   duration_ms: 0.714
00:09:46   severity: fail
00:09:46   exitcode: 1
00:09:46   stack: |-
00:09:46     Dispatching message { "id": 1, "method": "Profiler.enable" }
00:09:46     Receive CPU profile message, ending = false
00:09:46     Dispatching message { "id": 2, "method": "Profiler.start" }
00:09:46     Receive CPU profile message, ending = false
00:09:46     Dispatching message { "id": 3, "method": "Profiler.setSamplingInterval", "params": { "interval": 50 } }
00:09:46     Receive CPU profile message, ending = false
00:09:46     
00:09:46     assert.js:102
00:09:46       throw new AssertionError(obj);
00:09:46       ^
00:09:46     
00:09:46     AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
00:09:46     
00:09:46     null !== 0
00:09:46     
00:09:46         at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm/nodes/centos7-arm64-gcc6/test/sequential/test-cpu-prof-name.js:40:10)
00:09:46         at Module._compile (internal/modules/cjs/loader.js:1215:30)
00:09:46         at Object.Module._extensions..js (internal/modules/cjs/loader.js:1235:10)
00:09:46         at Module.load (internal/modules/cjs/loader.js:1064:32)
00:09:46         at Function.Module._load (internal/modules/cjs/loader.js:959:14)
00:09:46         at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
00:09:46         at internal/main/run_main_module.js:17:47 {
00:09:46       generatedMessage: true,
00:09:46       code: 'ERR_ASSERTION',
00:09:46       actual: null,
00:09:46       expected: 0,
00:09:46       operator: 'strictEqual'
00:09:46     }
00:09:46   ...
@sam-github sam-github added arm Issues and PRs related to the ARM platform. flaky-test Issues and PRs related to the tests with unstable failures on the CI. labels Jan 10, 2020
@targos
Copy link
Member

targos commented Nov 20, 2021

Closing as there was no recent activity

@targos targos closed this as completed Nov 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arm Issues and PRs related to the ARM platform. flaky-test Issues and PRs related to the tests with unstable failures on the CI.
Projects
None yet
Development

No branches or pull requests

2 participants