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(e2e): parallelize e2e tests #4101

Closed
Tracked by #4615
p0mvn opened this issue Jan 25, 2023 · 3 comments
Closed
Tracked by #4615

test(e2e): parallelize e2e tests #4101

p0mvn opened this issue Jan 25, 2023 · 3 comments

Comments

@p0mvn
Copy link
Member

p0mvn commented Jan 25, 2023

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

  • Having the tests depend on each other does not allow running them in-parallel.

Make e2e tests run in parallel.

Acceptance Criteria

  • switch to gotest.tools in e2e test suite
  • ensure all tests can run in-parallel
  • reconfigure the e2e test suite to execute all tests in-parallel
@czarcas7ic
Copy link
Member

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

@hieuvubk
Copy link
Contributor

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

@czarcas7ic
Copy link
Member

Great, please hit me up on slack when you would like a call @hieuvubk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

6 participants