-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
make test -> fails #8089
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
runing ... on v1.9.2go list ./... | grep -v /vendor/ | grep -v 'code.gitea.io/gitea/integrations' | while read line; do
GO111MODULE=on go test -mod=vendor -tags='sqlite sqlite_unlock_notify' $line
error="$?"; [ "$error" == "0" ] || {
echo "ERROR: $error; PACKAGE: $line" >> error.log
}
done result:
|
code.gitea.io/gitea/models:
|
|
code.gitea.io/gitea/modules/repofiles
|
modified alpinelinux/aports#10887 for now ... (alpinelinux/aports@b9a317f) |
These tests are run via our CI. It also runs using linux 64bit. These tests should be passing, if they are failing then something should be reviewed with how the tests are being run. Looking at some of the fails above, it looks like the data isn't available for the tests. |
I'll test on my local mashine ... and try to get the test passed |
with the current version test ...
modules wich fail on arch:
|
fixed it on the fresh arch install so I'll close this for now ... |
make test fail on linux 64bit
tested versions: 1.8.3; 1.9.2; current (4cb1bdd)
The text was updated successfully, but these errors were encountered: