| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The test is timing out once in a very long while on Windows CI. It is unclear where the test gets stuck, so add more debugging statements to try to locate it. Refs: nodejs#24397
Sorry, something went wrong.
|
Helpful! Stress test gives these results on a failure: 12:11:05 not ok 3 parallel/test-https-foafssl 12:11:05 --- 12:11:05 duration_ms: 120.232 12:11:05 severity: fail 12:11:05 exitcode: 1 12:11:05 stack: |- 12:11:05 timeout 12:11:05 got request 12:11:05 sent response 12:11:05 ... |
Sorry, something went wrong.
The test is timing out once in a very long while on Windows CI. It is unclear where the test gets stuck, so add more debugging statements to try to locate it. Refs: nodejs#24397
|
Added more debugging and will run another stress test... |
Sorry, something went wrong.
|
With current debugging info: not ok 4 parallel/test-https-foafssl
---
duration_ms: 120.380
severity: fail
exitcode: 1
stack: |-
timeout
got request
sent response
stream finished
|
Sorry, something went wrong.
|
Making the assumption that the Lite-CI for this one is sufficient... Landed in 0dff5bc...93959b2 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The test is timing out once in a very long while on Windows CI. It is
unclear where the test gets stuck, so add more debugging statements to
try to locate it.
Refs: #24397
Checklist