You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor(systemtests): change CheckTxsQueuedSync to CheckTxsQueuedAsync
* refactor(systemtests): remove calling AfterEachAction from TestTxsOrdering
* refactor(systemtests): refactor account type
* refactor(systemtests): apply mutex for accounts
* refactor(systemtests): apply account pool to test cases
* refactor(systemtests): apply account pool to eip7702 test
* refactor(systemtests): fix CheckTxsQueuedAsync
* refactor(systemtests): apply global chain
* refactor(systemtests): fix eip7702 test
* refactor(systemtests): fix test suite
* chore(systemtests): refactor test suite
* refactor(systemtests): fix eip712 test
* refactor(systemtests): fix validation method
* refactor(systemtests): refactor suite
* WIP: refactor test suite
* chore: modify makefile
* refactor: change upgrade test file name and apply --mempool.max-txs=0 flag
* refactor test suite
* refactor(systemtest): add test cases
* refactor(systemtest): enable chainupgrade test
* refactor(systemtest): refactor suite
* fix system tests
* fix system tests
* fix system tests
* refactor test cases
* chore: change test name
* fix upgrade test
* fix upgrade test
* resolve merge conflic
* test(systemtests): remove additional test accounts setting
* test(systemtests): fix helper function for pending txs
* test(systemtests): fix test case
* tet(systemtests): refactor test execution
* test(systemtests): remove account pool
* test(systemtests): fix pending cosmos tx verification
* chore: update CHANGELOG.md
* chore: update comments
* test(systemtests): increase block time of replacement test cases
* fix: rollback block time increase for test
* test(systemtests): apply 6s blocktime only for specific test case
* test(systemtests): apply 9s blocktime only for specific test case
* chore: modify Makefile
* test(systemtest): disable non-deterministic test case
* resolve merge conflict
---------
Co-authored-by: Alex | Cosmos Labs <[email protected]>
Each scenario now has its own `Test…` wrapper in `main_test.go`, so you can target a specific flow directly. For example, to exercise the mempool ordering suite:
27
27
28
28
```shell
29
-
go test -p 1 -parallel 1 -mod=readonly -tags='system_test' -v ./... \
> ℹ️ The shared system test suite keeps a single chain alive across multiple tests when the node arguments are identical. Running several tests back-to-back therefore re-uses the same process unless a scenario explicitly changes the node configuration.
0 commit comments