-
Type: Task
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
Description
On Node 16 (Gallium) Zstd and Snappy are having some effect on client.close(), specifically Socket.end that prevents it from calling the callback. This times out very early on where we close the first client opened for the testConfigBeforeHook
- This first began for snappy here jun 15th, (was working here jun 14th)
- Failure for zstd here jun 15th (was working here jun 14th)
Mysteries
- Why does this only affect node 16?
- Why does it relate to compression being enabled? socket.end is a node API
AC
- Skip running zstd and snappy on gallium for now
File a follow up to debug these issues(NODE-4575)
- is cloned by
-
NODE-4575 debug stream.end hang and unskip testing snappy and zstd on node gallium
- Backlog