fastify/avvio

Broken tests

mcollina opened this issue · 8 comments

Currently the tests on master fails.

Pinned down the breaking to release of fastq v1.17.0. Last working with fastq v1.16.0

I would say that the test is not broken, but fastq shipped breaking change in minor.

mcollina/fastq#81 didn't look breaking at all.

Confirmed it breaks avvio somehow. Essentially the .ready() method is not called.

It changed the test a lot, so it does not guarantee nothing is not broken.

The drain event is not emitted somehow.

Found the bug, PR incopming

Yep. The tests pass now.