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
Intermittent error in CI when testing NewPositiveDecFromString.
NewPositiveDecFromString
Any form of "NaN" ("NAn", "nAn", etc) doesn't error but the tests expect an error.
https://github.com/regen-network/regen-ledger/runs/6802813188?check_suite_focus=true#step:5:840
=== RUN TestDec/TestInvalidNewPositiveDecFromString dec_test.go:23: [rapid] failed after 8 tests: (*T).FailNow() called To reproduce, specify -run="TestDec/TestInvalidNewPositiveDecFromString" -rapid.failfile="TestDec_TestInvalidNewPositiveDecFromString-20220608223342-42708.fail" (or -rapid.seed=3401434366935564329) Failed test output: dec_test.go:229: [rapid] draw s: "NAn" dec_test.go:231: Error Trace: dec_test.go:231 engine.go:276 engine.go:158 engine.go:115 Error: An error is expected but got nil. Test: TestDec/TestInvalidNewPositiveDecFromString
master
Pass "NaN" to NewPositiveDecFromString without receiving an error.
The text was updated successfully, but these errors were encountered:
https://github.com/regen-network/regen-ledger/runs/6973388255?check_suite_focus=true#step:5:1147
Sorry, something went wrong.
https://github.com/regen-network/regen-ledger/runs/7043642886?check_suite_focus=true#step:4:1207
ryanchristo
Successfully merging a pull request may close this issue.
Summary of Bug
Intermittent error in CI when testing
NewPositiveDecFromString
.Any form of "NaN" ("NAn", "nAn", etc) doesn't error but the tests expect an error.
https://github.com/regen-network/regen-ledger/runs/6802813188?check_suite_focus=true#step:5:840
Version
master
Steps to Reproduce
Pass "NaN" to
NewPositiveDecFromString
without receiving an error.For Admin Use
The text was updated successfully, but these errors were encountered: