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
time.Now()
A non-determinism bug was discovered and fixed a couple of months ago in v0.44 and v0.45, related to the usage of time.Now() in the state machine.
However, this bug is still present on master.
b9c7fd1
We had a fix in #10447. However, it broke sims, so we reverted it.
The text was updated successfully, but these errors were encountered:
@robert-zaremba should we have more eyes on this?
I remember @aleem1314 digging up some interesting stuff with simulations. @aleem1314 Do you think you could have a look here too?
Sorry, something went wrong.
Thanks @aleem1314 for fixing the sim tests.
Successfully merging a pull request may close this issue.
Summary of Bug
A non-determinism bug was discovered and fixed a couple of months ago in v0.44 and v0.45, related to the usage of
time.Now()
in the state machine.However, this bug is still present on master.
Version
b9c7fd1
Proposal
We had a fix in #10447. However, it broke sims, so we reverted it.
For Admin Use
The text was updated successfully, but these errors were encountered: