forked from osmosis-labs/osmosis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: e2e parallel (osmosis-labs#5598)
* e2e parallel * dont add node to config * go mod * temp node * temp node config * remove mutex * add mutex to everything * remove mutex from upgrade.go * remove pointer * move node placement * more mutex * test * test * dont use config for txs * use go routines and less blocks for vote * sequence nums amoung other fixes * remove no longer needed mutex * remove old sendIBC * reintroduce secondary sendibc func * add back in balance check * mod check for seq num * more cleaning * more speed * parallel 4 to 8 check * parallel to 3 * inc goroutine procs * back to 4 procs and reorder tests * change epoch to day from week * updates for new upgrade handler * final speedup * add todos * Minor de-duplication of logic in E2E (osmosis-labs#5690) * minor dedup * more minor de-duplication continued * Update tests/e2e/helpers_e2e_test.go Co-authored-by: Dev Ojha <[email protected]> * Update tests/e2e/e2e_test.go Co-authored-by: Roman <[email protected]> * Update tests/e2e/e2e_test.go Co-authored-by: Dev Ojha <[email protected]> * rename * split ibc tests back up * add code comment --------- Co-authored-by: Dev Ojha <[email protected]> Co-authored-by: Roman <[email protected]>
- Loading branch information
1 parent
faacd4e
commit 8e2b5b5
Showing
11 changed files
with
993 additions
and
441 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.