We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running the test suite, I encountered this error:
=== RUN TestStress FATAL: ThreadSanitizer CHECK failed: ./gotsan.cc:380 "((v)) > ((0))" (0x0, 0x0) FAIL github.com/mattn/go-sqlite3 6.524s The command "if [[ "${GOOS}" != "windows" ]]; then $HOME/gopath/bin/goveralls -repotoken 3qJVUE0iQwqnCbmNcDsjYu1nh4J4KIFXx go test -race -v . -tags "${GOTAGS}" fi " exited with 1. Done. Your build exited with 1.
Here: https://travis-ci.org/mattn/go-sqlite3/jobs/449674245
I'm surprised because the same build run on Go 1.9, 1.10, and tip passes, which makes me think that it could be a flake.
The text was updated successfully, but these errors were encountered:
Issue: golang/go#27660; Closed
Sorry, something went wrong.
No branches or pull requests
Running the test suite, I encountered this error:
Here: https://travis-ci.org/mattn/go-sqlite3/jobs/449674245
I'm surprised because the same build run on Go 1.9, 1.10, and tip passes, which makes me think that it could be a flake.
The text was updated successfully, but these errors were encountered: