-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove TokenVM * Remove tokenvm from CI/scripts/README * Start e2e test refactor with workload logic decoupled from test declaration * Move sync test w/ TODOs into e2e * fix lint * Add GenerateNBlocks helper * fix lint * fix count dec instead of inc * Re-add state sync * fmt * Mark sync tests as pending * fix lint * Fix VMConfigPath -> VMConfig * Add GenerateUntilCancel to handle concurrent sync + broadcast test case * remove single line stop script * fix shellcheck * Skip syncing test * Allow errors during broadcast txs while syncing * fix lint * move sync test back to separate job with higher timeout * fix gh action yml * cleanup * Add passthrough args + ginkgo focus ping on mode=run * fix lint * fix unbound bash var * Rename map util combinators * Refactor e2e tests to use tmpnet * Address nits * Update workload factory interface * Remove unnecessary ctx w/ timeout * Replace describe with it * fix merge * Update describe/it * add explicit longer context timeout than default (#1251) * adjust timeout, balance, fees (#1262) * defer cancel in state sync while broadcasting txs * Update action timeout * bump ago to tmpnet fix for subnet config * Update e2e tests timeout back to 25m * Update ago version to match go mod * fix stop script * Move entrypoint to morpheusvm test file * fix lint * bump to ago commit on master * Add comments to WindowTargetUnits and MaxBlockUnits values in genesis construction --------- Co-authored-by: Franfran <51274081+iFrostizz@users.noreply.github.com>
- Loading branch information
1 parent
9d31136
commit 4a6cafc
Showing
13 changed files
with
280 additions
and
697 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
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.