2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-11-10 11:31:58 +08:00
asynq/internal/rdb
Ken Hibino 97316d6766 Fix flaky tests
Some tests were failing due to mismatch in Score in ZSetEntry.
Changed ZSetEntry Score to float64 type so that we can use
cmpopts.EquateApprox to allow for margin when comparing.
2020-01-11 10:09:15 -08:00
..
benchmark_test.go Add license comment to all src files 2020-01-02 18:13:16 -08:00
inspect_test.go Fix flaky tests 2020-01-11 10:09:15 -08:00
inspect.go Allow filtering results of asynqmon ls enqueued by providing queue 2020-01-11 10:09:15 -08:00
rdb_test.go Fix flaky tests 2020-01-11 10:09:15 -08:00
rdb.go Maintain a set of queue names in redis set 2020-01-11 10:09:15 -08:00