-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Non-determinism error #244
Comments
Weirdness. I hit it too. It is fixed on the examples pr. Added a 100 ms sleep after starting the rest server and it works fine. Maybe a better solution is out there? On Aug 31, 2017 23:49, Rigel <[email protected]> wrote:Here are two circle builds with identical code but different results (one of them fails)
Passes:
https://circleci.com/gh/cosmos/cosmos-sdk/785
Fails:
https://circleci.com/gh/cosmos/cosmos-sdk/784
The error is the following:
./tests/cli/rest.sh
Preparing client keys...
Setting up genesis...
Starting basecoin server...
Attaching basecli client...
Loading validator set from tendermint rpc...
...Testing may begin!
test00GetAccount
2017/08/31 21:28:52 Serving on ":7000"
ASSERT:line=42, proper money expected:<> but was:<null>
test03CreateRole
test04CreateRoleInvalid
test01SendTx
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.
|
oh yeah I actually saw that 100 ms delay and was wondering.. cool |
No better solution and the sleep is working, I will close this unless Rige complains... |
alexanderbez
pushed a commit
that referenced
this issue
May 26, 2022
…ting during the upgrade (#244)
sosedoff
referenced
this issue
in figment-networks/cosmos-sdk
Jun 4, 2022
…ting during the upgrade (#244) (#245) (cherry picked from commit 9a05fa0) Co-authored-by: Roman <[email protected]>
yihuang
added a commit
to yihuang/cosmos-sdk
that referenced
this issue
Apr 1, 2024
fix and add test
mmsqe
pushed a commit
to mmsqe/cosmos-sdk
that referenced
this issue
Dec 16, 2024
generic interface generic btree generic cachekv generic transient store support ObjStore changelog Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> object store key Apply review suggestions fix merge conflict fix snapshot revert dependers Problem: store key type assertion is incorrect (cosmos#244) fix and add test
mmsqe
pushed a commit
to mmsqe/cosmos-sdk
that referenced
this issue
Dec 16, 2024
generic interface generic btree generic cachekv generic transient store support ObjStore changelog Update CHANGELOG.md Signed-off-by: yihuang <[email protected]> object store key Apply review suggestions fix merge conflict fix snapshot revert dependers Problem: store key type assertion is incorrect (cosmos#244) fix and add test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here are two circle builds with identical code but different results (one of them fails)
Passes:
https://circleci.com/gh/cosmos/cosmos-sdk/785
Fails:
https://circleci.com/gh/cosmos/cosmos-sdk/784
The error is within the rest.sh test and is the following:
The text was updated successfully, but these errors were encountered: