Changelog

nodejs/node · · 1 commit

Brotli test now waits for backpressure

A flaky Brotli 16GB test now waits for the readable buffer to fill before asserting, avoiding a race with libuv worker scheduling.

Other misc changes

  • Test reliability fix: 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 (trivikr2adaeee).