hibiken / asynq

Simple, reliable, and efficient distributed task queue in Go
MIT License
9.49k stars 688 forks source link

Timing issues when running certain tests #883

Open kamikazechaser opened 4 months ago

kamikazechaser commented 4 months ago

Certain tests fail on CI when checking for time equivalence. Though they usually pass on local setups.

E.g. https://github.com/hibiken/asynq/actions/runs/8964805059/job/24617176259

1 fix for a similar failing test is available at #876