-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Bug]: flaky simulation test: unique constraint violation #15741
Labels
Comments
mark-rushakoff
changed the title
[Bug]: flaky simulation test
[Bug]: flaky simulation test: unique constraint violation
Apr 7, 2023
This was referenced Apr 7, 2023
This happened again at https://github.com/cosmos/cosmos-sdk/actions/runs/4679650341/jobs/8289964158#step:5:4980 for #15819 (changing unrelated CI scripts), with stack trace:
and with seed 8979509998758717859. |
We're seeing the same issue: EmpowerPlastic/empowerchain#633 |
19 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary of Bug
https://github.com/cosmos/cosmos-sdk/actions/runs/4638318575/jobs/8208005708?pr=15727 failed with stack:
Version
main branch at commit df161c2
Steps to Reproduce
Apply this patch to use the fixed seed from the failure:
(the
-Seed
flag isn't respected in this test)The failure reproduces immediately.
Upon investigating the state, the group policies look like:
The address and admin are identical on the first and last entry. Since the failure mentions an invalid unique constraint, maybe we need to prevent generating that state?
The text was updated successfully, but these errors were encountered: