gitea/modules/queue
wxiaoguang e6103955cc
Fix queue test ()
Fix 

The old test code is not stable due to the data-race described in the
TODO added at that time.

Make it stable, and remove a debug-only field from old test code.
..
lqinternal
backoff.go Mock queue backoff duration ()
base.go
base_channel.go
base_channel_test.go
base_dummy.go
base_levelqueue.go
base_levelqueue_common.go
base_levelqueue_test.go
base_levelqueue_unique.go
base_redis.go
base_redis_test.go
base_test.go
config.go
manager.go
manager_test.go
queue.go
testhelper.go
workergroup.go Fix queue test ()
workerqueue.go Fix queue test ()
workerqueue_test.go Fix queue test ()