Skip to content
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

Merged
merged 9 commits into from
Aug 9, 2023

Conversation

MSalopek
Copy link
Contributor

@MSalopek MSalopek commented Aug 2, 2023

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...

  • Included the correct type prefix in the PR title
  • Targeted the correct branch (see PR Targeting)
  • Provided a link to the relevant issue or specification
  • Reviewed "Files changed" and left comments if necessary
  • Confirmed all CI checks have passed

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...

  • Confirmed the correct type prefix in the PR title
  • Confirmed all author checklist items have been addressed
  • Confirmed that this PR does not change production code

@p-offtermatt p-offtermatt marked this pull request as ready for review August 9, 2023 09:37
@p-offtermatt p-offtermatt requested a review from a team as a code owner August 9, 2023 09:38
@MSalopek MSalopek force-pushed the masa/1178-happy-path-cleanup-continued branch from 01ac656 to efc3fb9 Compare August 9, 2023 09:44
Copy link
Contributor

@mpoke mpoke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@p-offtermatt
Copy link
Contributor

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

@MSalopek MSalopek merged commit 4045b6a into main Aug 9, 2023
12 checks passed
@MSalopek MSalopek deleted the masa/1178-happy-path-cleanup-continued branch August 9, 2023 10:56
@bermuell bermuell mentioned this pull request Aug 11, 2023
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

reduce number of steps in e2e happyPath
3 participants