Closed
Description
- Version: 10.0.0-pre
- Platform: various Linux platforms
- Subsystem: test
We've been seeing these for quite some time. They look like this:
not ok 123 parallel/test-some-test
---
duration_ms: 0.456
severity: fail
stack: |-
No contents for stdout
or stderr
but the test failed. Huh? Wha?
Might be a problem in tools/test.py
.
@BridgeAR and @addaleax have looked to varying degrees at this issue but haven't discovered anything as far as I know.
@refack and I have a PR open to add exit code to the output when these things happen in case that helps. #19855
@nodejs/testing @nodejs/build