mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45277486c2
The tests on migration tests failed but CI reports successfully https://github.com/go-gitea/gitea/actions/runs/7364373807/job/20044685969#step:8:141 This PR will fix the bug on migration v283 and also the CI hidden behaviour. The reason is on the Makefile `GITEA_ROOT="$(CURDIR)" GITEA_CONF=tests/mysql.ini $(GO) test $(GOTESTFLAGS) -tags='$(TEST_TAGS)' $(MIGRATE_TEST_PACKAGES)` will return the error exit code. But `for pkg in $(shell $(GO) list code.gitea.io/gitea/models/migrations/...); do \ GITEA_ROOT="$(CURDIR)" GITEA_CONF=tests/mysql.ini $(GO) test $(GOTESTFLAGS) -tags '$(TEST_TAGS)' $$pkg; \ done` will not work. This also fix #29602 |
11 months ago | |
---|---|---|
.. | ||
main_test.go | 2 years ago | |
v189.go | 2 years ago | |
v189_test.go | 2 years ago | |
v190.go | 2 years ago | |
v191.go | 2 years ago | |
v192.go | 2 years ago | |
v193.go | 2 years ago | |
v193_test.go | 11 months ago | |
v194.go | 2 years ago | |
v195.go | 2 years ago | |
v195_test.go | 2 years ago | |
v196.go | 2 years ago | |
v197.go | 2 years ago | |
v198.go | 2 years ago | |
v199.go | 2 years ago | |
v200.go | 2 years ago | |
v201.go | 2 years ago | |
v202.go | 2 years ago | |
v203.go | 2 years ago | |
v204.go | 2 years ago | |
v205.go | 2 years ago | |
v206.go | 2 years ago | |
v207.go | 2 years ago | |
v208.go | 2 years ago | |
v209.go | 2 years ago | |
v210.go | 1 year ago | |
v210_test.go | 2 years ago |