gitea/.github
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
..
ISSUE_TEMPLATE Use forum.gitea.com instead of old URL (#31989) 2024-09-06 07:20:30 +00:00
workflows Improve testing and try to fix MySQL hanging (#32515) 2024-11-15 23:45:07 +08:00
FUNDING.yml Remove bountysource (#29330) 2024-02-22 19:53:03 +01:00
actionlint.yaml Fix actionlint (#27513) 2023-10-07 20:42:32 -04:00
labeler.yml Count typescript files as frontend for labeling (#32088) 2024-09-21 18:26:36 +00:00
pull_request_template.md Have new announcement about docs contributions (#31364) 2024-06-14 11:17:05 +08:00