0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-21 16:49:05 +02:00
gitea/modules/queue
wxiaoguang e6103955cc
Fix queue test (#30646)
Fix #30643

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.
2024-04-22 23:55:43 +00:00
..
lqinternal
backoff.go Mock queue backoff duration (#30553) 2024-04-18 20:00:59 +00:00
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 Increase queue length (#27555) 2023-10-10 18:47:49 +08:00
queue.go Document the queue item's marshaling behavior (#27271) 2023-09-26 13:58:57 +08:00
testhelper.go
workergroup.go Fix queue test (#30646) 2024-04-22 23:55:43 +00:00
workerqueue.go Fix queue test (#30646) 2024-04-22 23:55:43 +00:00
workerqueue_test.go Fix queue test (#30646) 2024-04-22 23:55:43 +00:00