-
Notifications
You must be signed in to change notification settings - Fork 122
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
test: use cometmock in CI; run parallel jobs #1181
Conversation
* Add make time.sleep WaitTime and wait block after waiting time * Uncomment verbose error check * Fix spacing * Make format * Add make target for CometMock e2e tests * Add CometMock job to automated tests
01ac656
to
efc3fb9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Deployed a small fix, since a rebase introduced something incompatible with CometMock (--gas auto requires gas simulation, which is incompatible with out-of-process Tendermint, see cosmos/cosmos-sdk#16277). I solved the issue by just setting a fixed gas number with CometMock, and ignoring the missing error message |
Description
Closes: #1178
Attempts to add cometmock to CI and splits tests into multiple jobs.
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...