-
Couldn't load subscription status.
- Fork 107
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
Open
cloudgray
wants to merge
50
commits into
main
Choose a base branch
from
refactor/systemtests
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 40 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
945cf95
refactor(systemtests): change CheckTxsQueuedSync to CheckTxsQueuedAsync
cloudgray 7723a96
refactor(systemtests): remove calling AfterEachAction from TestTxsOrd…
cloudgray b200286
refactor(systemtests): refactor account type
cloudgray c547ce0
refactor(systemtests): apply mutex for accounts
cloudgray 6c54985
refactor(systemtests): apply account pool to test cases
cloudgray 4545f7a
refactor(systemtests): apply account pool to eip7702 test
cloudgray 9f81d0d
refactor(systemtests): fix CheckTxsQueuedAsync
cloudgray 544dd55
refactor(systemtests): apply global chain
cloudgray 74b48ba
refactor(systemtests): fix eip7702 test
cloudgray bcb7711
refactor(systemtests): fix test suite
cloudgray 9210700
chore(systemtests): refactor test suite
cloudgray a2bb3fc
refactor(systemtests): fix eip712 test
cloudgray d9bf2eb
refactor(systemtests): fix validation method
cloudgray 807bbe9
refactor(systemtests): refactor suite
cloudgray 0fca2e4
WIP: refactor test suite
cloudgray fefa55b
chore: modify makefile
cloudgray 7196b9f
Merge branch 'main' into refactor/systemtests
aljo242 b3477b9
refactor: change upgrade test file name and apply --mempool.max-txs=0…
cloudgray c56e5a0
refactor test suite
cloudgray 4927921
refactor(systemtest): add test cases
cloudgray dda7167
refactor(systemtest): enable chainupgrade test
cloudgray 219f64d
refactor(systemtest): refactor suite
cloudgray 9db3ac0
fix system tests
cloudgray f6f5410
fix system tests
cloudgray 5f3fba5
Merge branch 'main' into refactor/systemtests
cloudgray f8499e5
fix system tests
cloudgray f83b2e5
refactor test cases
cloudgray f57e42c
chore: change test name
cloudgray dc8e0d0
fix upgrade test
cloudgray fd4dccd
fix upgrade test
cloudgray 06cff50
Merge branch 'main' into refactor/systemtests
cloudgray 3bafdd6
resolve merge conflic
cloudgray 4d456b4
test(systemtests): remove additional test accounts setting
cloudgray 491aca4
test(systemtests): fix helper function for pending txs
cloudgray e3fe2e8
test(systemtests): fix test case
cloudgray c5a21e9
tet(systemtests): refactor test execution
cloudgray 8479fa1
test(systemtests): remove account pool
cloudgray 0addd12
test(systemtests): fix pending cosmos tx verification
cloudgray 349afbd
chore: update CHANGELOG.md
cloudgray b8ec74d
chore: update comments
cloudgray e922c54
test(systemtests): increase block time of replacement test cases
cloudgray 289fb7b
fix: rollback block time increase for test
cloudgray 50ac4e6
test(systemtests): apply 6s blocktime only for specific test case
cloudgray 6ae5a77
test(systemtests): apply 9s blocktime only for specific test case
cloudgray 786b4d3
chore: modify Makefile
cloudgray 4b20c3e
test(systemtest): disable non-deterministic test case
cloudgray 9523ea5
Merge branch 'main' into refactor/systemtests
cloudgray 6cacc47
resolve merge conflict
cloudgray 3dc5193
Merge branch 'main' into refactor/systemtests
cloudgray b6fb49b
Merge branch 'main' into refactor/systemtests
cloudgray File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have this a few lines down - why do we need to initialize this twice?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems when I merge main branch, I should have accept one of changes from #736 or my upgrade handler fix. But I accepted both.
fixed (6cacc47)