-
Notifications
You must be signed in to change notification settings - Fork 609
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 tests to improve CI times #2646
Labels
Comments
ref: #2100 |
Might not be as simple as adding |
I also am suspicious that this is where the big speedup will come from, vs block time changes Its a bit hard to see right now due to #2653 , but my recollection from before was that the time from traces looked to mostly be in waiting for blocks to occur. |
Open
github-project-automation
bot
moved this from Todo 🕒
to Done ✅
in Osmosis Chain Development
Mar 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
Since our tests are now independent, we can parallelize them to improve CI times
Suggested Design
Add
s.T().Parallel()
to the following:TestIBCTokenTransferAndCreatePool
TestSuperfluidVoting
TestAddToExistingLockPostUpgrade
TestAddToExistingLock
TestTWAP
TestExpeditedProposals
Note:
TestStateSync
cannot be parallelizedAcceptance Criteria
make test-e2e-debug
make test-e2e-short
The text was updated successfully, but these errors were encountered: