gitea/modules/queue
wxiaoguang ecbb03dc6d
Improve testing and try to fix MySQL hanging (#32515)
By some CI fine tunes (`run tests`), SQLite & MSSQL could complete
in about 12~13 minutes (before > 14), MySQL could complete in 18 minutes
(before: about 23 or even > 30)

Major changes:

1. use tmpfs for MySQL storage
1. run `make test-mysql` instead of `make integration-test-coverage`
because the code coverage is not really used at the moment.
1. refactor testlogger to make it more reliable and be able to report
stuck stacktrace
1. do not requeue failed items when a queue is being flushed (failed
items would keep failing and make flush uncompleted)
1. reduce the file sizes for testing
1. use math ChaCha20 random data instead of crypot/rand (for testing
purpose only)
1. no need to `DeleteRepository` in `TestLinguist`
1. other related refactoring to make code easier to maintain
2024-11-15 23:45:07 +08:00
..
lqinternal Help to recover from corrupted levelqueue (#24912) 2023-05-29 10:52:32 +08:00
backoff.go Mock queue backoff duration (#30553) 2024-04-18 20:00:59 +00:00
base.go Rewrite queue (#24505) 2023-05-08 19:49:59 +08:00
base_channel.go bump to go 1.23 (#31855) 2024-09-10 02:23:07 +00:00
base_channel_test.go Rewrite queue (#24505) 2023-05-08 19:49:59 +08:00
base_dummy.go Rewrite queue (#24505) 2023-05-08 19:49:59 +08:00
base_levelqueue.go Help to recover from corrupted levelqueue (#24912) 2023-05-29 10:52:32 +08:00
base_levelqueue_common.go Help to recover from corrupted levelqueue (#24912) 2023-05-29 10:52:32 +08:00
base_levelqueue_test.go Help to recover from corrupted levelqueue (#24912) 2023-05-29 10:52:32 +08:00
base_levelqueue_unique.go Help to recover from corrupted levelqueue (#24912) 2023-05-29 10:52:32 +08:00
base_redis.go Improve queue & process & stacktrace (#24636) 2023-05-11 07:45:47 +00:00
base_redis_test.go Kd/fix redis unit test (#24650) 2023-05-11 10:09:37 +08:00
base_test.go Rewrite queue (#24505) 2023-05-08 19:49:59 +08:00
config.go Rewrite queue (#24505) 2023-05-08 19:49:59 +08:00
manager.go Reduce integration test overhead (#32475) 2024-11-14 19:28:46 +00:00
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 Rewrite queue (#24505) 2023-05-08 19:49:59 +08:00
workergroup.go Improve testing and try to fix MySQL hanging (#32515) 2024-11-15 23:45:07 +08:00
workerqueue.go Improve testing and try to fix MySQL hanging (#32515) 2024-11-15 23:45:07 +08:00
workerqueue_test.go Fix queue test (#30646) 2024-04-22 23:55:43 +00:00