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
TestLegacyUpgrade
--- FAIL: TestLegacyUpgrade (9.40s) --- PASS: TestLegacyUpgrade/TestIBCUpgradeFailure (3.04s) --- PASS: TestLegacyUpgrade/TestLegacyGovUpgradeFailure (0.03s) --- PASS: TestLegacyUpgrade/TestNewGovUpgradeFailure (0.02s) === RUN TestRemoval --- PASS: TestRemoval (0.06s) === RUN TestSignalVersion --- PASS: TestSignalVersion (0.00s) === RUN TestTallyingLogic --- PASS: TestTallyingLogic (0.00s) === RUN TestEmptyStore --- PASS: TestEmptyStore (0.00s) === RUN TestThresholdVotingPower --- PASS: TestThresholdVotingPower (0.00s) === NAME testing.go:1465: race detected during execution of test FAIL FAIL github.com/celestiaorg/celestia-app/x/upgrade 9.806s testing: warning: no tests to run PASS ok github.com/celestiaorg/celestia-app/x/upgrade/cli 1.113s [no tests to run] FAIL make: *** [Makefile:136: test-race] Error 1 Error: Process completed with exit code 2.
The text was updated successfully, but these errors were encountered:
test: skip TestLegacyUpgrade in race mode (#3111)
1bffee2
Closes #3095
58c9de8
Closes celestiaorg/celestia-app#3095
rootulp
Successfully merging a pull request may close this issue.
Problem
Occurrences
Proposal
TestLegacyUpgrade
when running tests in upgrade modeThe text was updated successfully, but these errors were encountered: