immobiliare / fastify-metrics

📊 Fastify plugin that integrates metrics collection and dispatch to statsd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flaky tests

dnlup opened this issue · comments

commented

Some checks are flaky because they rely on counting the ms passed. Let's try to use fake timers in those cases, otherwise it's better to remove them.

commented

We have removed the checks on the milliseconds passed between two process health samples, so this is not a problem anymore. We haven't used fake timers, but I think we are ok for now.