summaryrefslogtreecommitdiffstats
path: root/models/test_fixtures.go
Commit message (Collapse)AuthorAgeFilesLines
* upgrade to use testfixtures v3 (#11904)techknowlogick2020-06-171-5/+35
| | | | | | | | | | | | | | | * upgrade to use testfixtures v3 * simplify logic * make vendor * update per @lunny * Update templates/repo/empty.tmpl * Update templates/repo/empty.tmpl Co-authored-by: Lauris BH <lauris@nix.lv>
* Upgrade xorm to v1.0.0 (#10646)Lunny Xiao2020-03-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Upgrade xorm to v1.0.0 * small nit * Fix tests * Update xorm * Update xorm * fix go.sum * fix test * Fix bug when dump * Fix bug * update xorm to latest * Fix migration test * update xorm to latest * Fix import order * Use xorm tag
* Testing: Update postgres sequences (#9304)zeripath2019-12-101-0/+32
|
* Increase the retry limit to 20 times and the interval to 200ms (#5134)Mura Li2018-10-211-2/+9
| | | | The original settings has less tolerance and would fail on some environments.
* Retry test-fixtures loading in case of transaction rollback (#5125)Mura Li2018-10-201-1/+10
|
* Integration test framework (#1290)Ethan Koenig2017-04-251-0/+23
* Integration test framework * udpate drone sign * Formatting fixes and move router.go to routers/ * update sign for drone