-
-
Notifications
You must be signed in to change notification settings - Fork 171
Closed
Description
- Version: master
- Platform: windows
- Subsystem: tls
What steps will reproduce the bug?
Its failing consistently enough in CI it might be actually broken, not just flaky.
See:
- Consistent failures on windows js suites node#32507
- https://ci.nodejs.org/job/node-test-binary-windows-js-suites/RUN_SUBSET=1,nodes=win2012r2-COMPILED_BY-vs2019-x86/ the few reds I checked there were this issue
- https://ci.nodejs.org/job/node-test-binary-windows-js-suites/2670/RUN_SUBSET=1,nodes=win2012r2-COMPILED_BY-vs2019-x86/console this is an unrelated PR, should not have failed
Can anyone with access to Windows, @nodejs/platform-windows , bisect and see if one of the recent changes to tls root certs introduced this?
What do you see instead?
14:06:05 not ok 556 parallel/test-tls-root-certificates
14:06:05 ---
14:06:05 duration_ms: 0.375
14:06:05 severity: fail
14:06:05 exitcode: 1
14:06:05 stack: |-
14:06:05 assert.js:384
14:06:05 throw err;
14:06:05 ^
14:06:05
14:06:05 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
14:06:05
14:06:05 assert(tls.rootCertificates.includes(extraCert))
14:06:05
14:06:05 at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-tls-root-certificates.js:49:3)
14:06:05 at Module._compile (internal/modules/cjs/loader.js:1202:30)
14:06:05 at Object.Module._extensions..js (internal/modules/cjs/loader.js:1222:10)
14:06:05 at Module.load (internal/modules/cjs/loader.js:1051:32)
14:06:05 at Function.Module._load (internal/modules/cjs/loader.js:947:14)
14:06:05 at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:71:12)
14:06:05 at internal/main/run_main_module.js:17:47 {
14:06:05 generatedMessage: true,
14:06:05 code: 'ERR_ASSERTION',
14:06:05 actual: false,
14:06:05 expected: true,
14:06:05 operator: '=='
14:06:05 }
14:06:05 assert.js:102
14:06:05 throw new AssertionError(obj);
14:06:05 ^
14:06:05
14:06:05 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
14:06:05
14:06:05 1 !== 0
14:06:05
14:06:05 at ChildProcess.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-tls-root-certificates.js:19:12)
14:06:05 at ChildProcess.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:362:15)
14:06:05 at ChildProcess.emit (events.js:315:20)
14:06:05 at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12) {
14:06:05 generatedMessage: true,
14:06:05 code: 'ERR_ASSERTION',
14:06:05 actual: 1,
14:06:05 expected: 0,
14:06:05 operator: 'strictEqual'
14:06:05 }
14:06:05 ...
Metadata
Metadata
Assignees
Labels
No labels