danielealbano / cachegrand

cachegrand - a modern data ingestion, processing and serving platform built for today's hardware
BSD 3-Clause "New" or "Revised" License
975 stars 34 forks source link

Bug fix pexpiretime test flakyness #304

Closed danielealbano closed 1 year ago

danielealbano commented 1 year ago

This PR fixes the flakyness of PEXPIRETIME, this execution might take a few extra milliseconds to run, depending on how busy the build agent is, and this will lead to longer execution times so the allowed fork of valid ranges is increased by +/- 25 milliseconds.

The PR also drops the code used for debugging this transient issue.