-
Notifications
You must be signed in to change notification settings - Fork 248
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
nargo test passes or fails arbitrarily with no changes to the code #1986
Comments
I was able to replicate this on master. Running 10 times |
I've confirmed that this does not occur with |
Closing as the legacy SSA code is now no longer supported. |
So I'm on 0.9.0 and the same library tests are still causing this problem. Here is the terminal output for 2 consecutive runs with no changes inbetween: `ritik@HP-EliteBook-8460w:~/hello_aztec/fraction$ nargo test Location: Is it ok to reopen this? @TomAFrench |
Yep, if you're still experiencing this then we should have an issue open for it. |
Same steps to reproduce it as before. nargo test in the fraction folder should do it. |
I can reproduce on 0.9.0 but not on the nightly release. Can you check if it's fixed for you on that? |
|
Ok, thanks Jake. I'm going to close this issue in that case. @harshnambiar Feel free to reopen if you experience this on nightly or 0.10.0 when it is released. |
Aim
While adding tests to this repository, I ran nargo test twice. Once it failed, and once it didn't. I had made no changes to the code between the nargo test commands.
Expected Behavior
The tests should ideally both pass.
Bug
However, only once it did. When I kept running nargo test again and again, the test always subsequently passed. However, if someone runs it just once, they might wrongly interpret that a test is failing.
To Reproduce
Installation Method
None
Nargo Version
0.7.1
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: