0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-21 21:31:51 +01:00
gitea/models/unittest
Rowan Bohde 68731c07c5
Reduce integration test overhead (#32475)
In profiling integration tests, I found a couple places where per-test
overhead could be reduced:

* Avoiding disk IO by synchronizing instead of deleting & copying test
Git repository data. This saves ~100ms per test on my machine
* When flushing queues in `PrintCurrentTest`, invoke `FlushWithContext`
in a parallel.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-11-14 19:28:46 +00:00
..
consistency.go Replace assert.Fail with assert.FailNow (#27578) 2023-10-11 11:02:24 +00:00
fixtures.go Fix db engine (#32351) 2024-10-27 18:48:07 -04:00
fscopy.go Reduce integration test overhead (#32475) 2024-11-14 19:28:46 +00:00
reflection.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
testdb.go Reduce integration test overhead (#32475) 2024-11-14 19:28:46 +00:00
unit_tests.go Workaround to clean up old reviews on creating a new one (#28554) 2024-02-19 14:42:18 +01:00