Currently, Fastify tests are failing on v20 on CITGM.
https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3224/nodes=fedora-latest-x64/testReport/junit/(root)/citgm/fastify_v4_22_2/
The tests that are failing to shut down the process are:
The test passes, but it times out when it's trying to shut down the process.
This might be due to changes in the keep-alive logic in v20. It's entirely possible that those changes unveiled some bugs elsewhere, but we are having a hard time investigating this because it happens only in CI.
The other option is that it's a bug in the testing harness (tap), or coverage collection.
This might be the case because we are seeing some flaky tests in CITGM too: https://github.com/nodejs/citgm/actions/runs/6143382259/job/16666721399#step:14:618.
Currently, Fastify tests are failing on v20 on CITGM.
https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3224/nodes=fedora-latest-x64/testReport/junit/(root)/citgm/fastify_v4_22_2/
The tests that are failing to shut down the process are:
The test passes, but it times out when it's trying to shut down the process.
This might be due to changes in the keep-alive logic in v20. It's entirely possible that those changes unveiled some bugs elsewhere, but we are having a hard time investigating this because it happens only in CI.
The other option is that it's a bug in the testing harness (tap), or coverage collection.
This might be the case because we are seeing some flaky tests in CITGM too: https://github.com/nodejs/citgm/actions/runs/6143382259/job/16666721399#step:14:618.