Other misc changes
- Test reliability fix:
test-zlib-brotli-16GB.jsnow polls until the Brotli decoder reaches its expected buffered chunk count before checking backpressure, removing a race with the fixed timeout (
2adaeee).
nodejs/node · · 1 commit
A flaky Brotli 16GB test now waits for the readable buffer to fill before asserting, avoiding a race with libuv worker scheduling.
test-zlib-brotli-16GB.js now polls until the Brotli decoder reaches its expected buffered chunk count before checking backpressure, removing a race with the fixed timeout (
2adaeee).