chore(deps): update dependency selfsigned to v5 #312
Triggered via pull request
December 23, 2025 17:11
Status
Cancelled
Total duration
6h 0m 19s
Artifacts
–
Annotations
5 errors
|
test
The job has exceeded the maximum execution time of 6h0m0s
|
|
test
The operation was canceled.
|
|
test/options.timeout.test.ts > options.timeout.test.ts > should timeout on h2:
test/options.timeout.test.ts#L106
AssertionError: Expected values to be strictly equal:
+ actual - expected
+ 'Error'
- 'HttpClientRequestTimeoutError'
Expected: "HttpClientRequestTimeoutError"
Received: "Error"
❯ Object.<anonymous> test/options.timeout.test.ts:106:16
❯ test/options.timeout.test.ts:98:5
|
|
test/HttpClient.connect.rejectUnauthorized.test.ts > HttpClient.connect.rejectUnauthorized.test.ts > should throw error on rejectUnauthorized = undefined:
test/HttpClient.connect.rejectUnauthorized.test.ts#L55
AssertionError: The input did not match the regular expression /signed certificate/. Input:
'Client network socket disconnected before secure TLS connection was established'
- Expected:
/signed certificate/
+ Received:
"Client network socket disconnected before secure TLS connection was established"
❯ Object.<anonymous> test/HttpClient.connect.rejectUnauthorized.test.ts:55:16
❯ test/HttpClient.connect.rejectUnauthorized.test.ts:47:5
|
|
test/HttpClient.connect.rejectUnauthorized.test.ts > HttpClient.connect.rejectUnauthorized.test.ts > should throw error on rejectUnauthorized = true:
test/HttpClient.connect.rejectUnauthorized.test.ts#L36
AssertionError: The input did not match the regular expression /signed certificate/. Input:
'Client network socket disconnected before secure TLS connection was established'
- Expected:
/signed certificate/
+ Received:
"Client network socket disconnected before secure TLS connection was established"
❯ Object.<anonymous> test/HttpClient.connect.rejectUnauthorized.test.ts:36:16
❯ test/HttpClient.connect.rejectUnauthorized.test.ts:28:5
|