-
Notifications
You must be signed in to change notification settings - Fork 118
refactor: systemtests #720
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
Merged
Merged
Conversation
This file contains hidden or 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
vladjdk
approved these changes
Oct 22, 2025
vladjdk
approved these changes
Oct 22, 2025
Member
|
Approved with a few nits |
zsystm
pushed a commit
to zsystm/evm
that referenced
this pull request
Nov 2, 2025
* 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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Closes: #741
Changes
Consequence
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
mainbranch