Prerequisites
Fastify version
3.x.x
Node.js version
16.2.0
Operating system
Windows
Operating system version (i.e. 20.04, 11.3, 10)
Linux, Windows, doesn't matter
Description
All tests are failing when being run on Node 16.2.0. Seems like all stored values are lost and are being resolved to undefined.
Considering that tests for https://github.com/kibertoad/asynchronous-local-storage are still passing with 16.2.0, looks like this particular plugin is doing something wrong.
Steps to Reproduce
Execute existing test suite on Node 16.2.0
Expected Behavior
Test suite passes.
Prerequisites
Fastify version
3.x.x
Node.js version
16.2.0
Operating system
Windows
Operating system version (i.e. 20.04, 11.3, 10)
Linux, Windows, doesn't matter
Description
All tests are failing when being run on Node 16.2.0. Seems like all stored values are lost and are being resolved to
undefined.Considering that tests for https://github.com/kibertoad/asynchronous-local-storage are still passing with 16.2.0, looks like this particular plugin is doing something wrong.
Steps to Reproduce
Execute existing test suite on Node 16.2.0
Expected Behavior
Test suite passes.