0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-21 22:11:03 +01:00
gitea/.github/workflows
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
..
cron-licenses.yml feat: bump dessant/lock-threads and actions/setup-go to use nodejs20 runtime (#28565) 2023-12-21 13:31:04 +08:00
cron-translations.yml Use Crowdin action for translation sync (#30054) 2024-03-30 18:11:50 +00:00
files-changed.yml Remove docs sub folder since docs has been moved to https://gitea.com/gitea/docs (#31536) 2024-07-10 01:46:08 +00:00
pull-compliance.yml Bump CI,Flake and Snap to Node 22 (#32487) 2024-11-13 21:39:55 +00:00
pull-db-tests.yml Improve testing and try to fix MySQL hanging (#32515) 2024-11-15 23:45:07 +08:00
pull-docker-dryrun.yml Bump workflows in github actions (#27836) 2023-10-30 15:56:43 +08:00
pull-e2e-tests.yml Bump CI,Flake and Snap to Node 22 (#32487) 2024-11-13 21:39:55 +00:00
pull-labeler.yml Update to labeler v5 (#29721) 2024-03-12 22:09:02 +00:00
release-nightly.yml Bump CI,Flake and Snap to Node 22 (#32487) 2024-11-13 21:39:55 +00:00
release-tag-rc.yml Bump CI,Flake and Snap to Node 22 (#32487) 2024-11-13 21:39:55 +00:00
release-tag-version.yml Bump CI,Flake and Snap to Node 22 (#32487) 2024-11-13 21:39:55 +00:00