-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Labels
flaky-testIssues and PRs related to the tests with unstable failures on the CI.Issues and PRs related to the tests with unstable failures on the CI.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.
Description
Test
test/addons/new-isolate-addon
Platform
Windows
Console output
Output of a test failure from test/addons/new-isolate-addon/test.js
:
not ok 26 addons/new-isolate-addon/test
---
duration_ms: 0.316
severity: fail
exitcode: 1
stack: |-
node:assert:124
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
Uint8Array(1) [
+ 0
- 66
]
at Object.<anonymous> (c:\workspace\node-test-binary-windows-native-suites\node\test\addons\new-isolate-addon\test.js:8:8)
at Module._compile (node:internal/modules/cjs/loader:1246:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
at Module.load (node:internal/modules/cjs/loader:1103:32)
at Module._load (node:internal/modules/cjs/loader:942:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
at node:internal/main/run_main_module:23:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: Uint8Array(1) [ 0 ],
expected: Uint8Array(1) [ 6...
Output of a test failure from test/addons/new-isolate-addon/test-nonodesnapshot.js
:
not ok 57 addons/new-isolate-addon/test-nonodesnapshot
---
duration_ms: 0.333
severity: fail
exitcode: 1
stack: |-
node:assert:124
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
Uint8Array(1) [
+ 0
- 66
]
at Object.<anonymous> (c:\workspace\node-test-binary-windows-native-suites\node\test\addons\new-isolate-addon\test.js:8:8)
at Module._compile (node:internal/modules/cjs/loader:1246:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1300:10)
at Module.load (node:internal/modules/cjs/loader:1103:32)
at Module._load (node:internal/modules/cjs/loader:942:12)
at Module.require (node:internal/modules/cjs/loader:1127:19)
at require (node:internal/modules/helpers:112:18)
at Object.<anonymous> (c:\workspace\node-test-binary-windows-native-suites\node\test\addons\new-isolate-addon\test-nonodesnap...
Build links
- All links are available in this issue - CI Reliability 2023-02-06 reliability#497 (comment)
Additional information
Metadata
Metadata
Assignees
Labels
flaky-testIssues and PRs related to the tests with unstable failures on the CI.Issues and PRs related to the tests with unstable failures on the CI.windowsIssues and PRs related to the Windows platform.Issues and PRs related to the Windows platform.