gitea/modules/queue
TheFox0x7 cc1fdc84ca
Use test context in tests and new loop system in benchmarks ()
Replace all contexts in tests with go1.24 t.Context()

---------

Co-authored-by: Giteabot <teabot@gitea.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-02-20 09:57:40 +00:00
..
lqinternal Help to recover from corrupted levelqueue () 2023-05-29 10:52:32 +08:00
backoff.go Mock queue backoff duration () 2024-04-18 20:00:59 +00:00
base.go Rewrite queue () 2023-05-08 19:49:59 +08:00
base_channel.go bump to go 1.23 () 2024-09-10 02:23:07 +00:00
base_channel_test.go Rewrite queue () 2023-05-08 19:49:59 +08:00
base_dummy.go Rewrite queue () 2023-05-08 19:49:59 +08:00
base_levelqueue.go Help to recover from corrupted levelqueue () 2023-05-29 10:52:32 +08:00
base_levelqueue_common.go Help to recover from corrupted levelqueue () 2023-05-29 10:52:32 +08:00
base_levelqueue_test.go Refactor older tests to use testify () 2025-01-09 09:21:47 +08:00
base_levelqueue_unique.go Help to recover from corrupted levelqueue () 2023-05-29 10:52:32 +08:00
base_redis.go Improve queue & process & stacktrace () 2023-05-11 07:45:47 +00:00
base_redis_test.go Refactor older tests to use testify () 2025-01-09 09:21:47 +08:00
base_test.go Use test context in tests and new loop system in benchmarks () 2025-02-20 09:57:40 +00:00
config.go Rewrite queue () 2023-05-08 19:49:59 +08:00
manager.go Reduce integration test overhead () 2024-11-14 19:28:46 +00:00
manager_test.go Use test context in tests and new loop system in benchmarks () 2025-02-20 09:57:40 +00:00
queue.go Document the queue item's marshaling behavior () 2023-09-26 13:58:57 +08:00
testhelper.go Rewrite queue () 2023-05-08 19:49:59 +08:00
workergroup.go Improve testing and try to fix MySQL hanging () 2024-11-15 23:45:07 +08:00
workerqueue.go Refactor pprof labels and process desc () 2024-12-20 12:17:14 +08:00
workerqueue_test.go Use test context in tests and new loop system in benchmarks () 2025-02-20 09:57:40 +00:00