The tests on migration tests failed but CI reports successfully
2004468596 (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
5 lines
181 B
YAML
5 lines
181 B
YAML
-
|
|
id: 1
|
|
commit_sha: 19fe5caf872476db265596eaac1dc35ad1c6422d
|
|
merge_base: 19fe5caf872476db265596eaac1dc35ad1c6422d
|
|
merged_commit_id: 19fe5caf872476db265596eaac1dc35ad1c6422d
|