-
Notifications
You must be signed in to change notification settings - Fork 627
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(e2e): parallelize e2e tests #4101
Comments
Hey @ThanhNhann @hieuvubk, is this still being worked on? If so, do you need any further guidance? Happy to set up a call. If moving on to other things, we will unassign. Thanks |
Yes we would like to have a call with you, for now we still working on that but got some probs. We can discuss further in the call |
Great, please hit me up on slack when you would like a call @hieuvubk |
Background
Currently, e2e tests run in sequence but they don't have to be.
Suggested Design
Implement this into the e2e test suite: cosmos/cosmos-sdk#12332 so that we can run tests in-parallel safely
Ensure that #2569 is complete first
Make e2e tests run in parallel.
Acceptance Criteria
gotest.tools
in e2e test suiteThe text was updated successfully, but these errors were encountered: