This repository was archived by the owner on Apr 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 591
tests: make integration test more stable #1488
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
d0e290f
wait new blk right before send tx
mmsqe bf43d11
larger timeout_commit for priority test
mmsqe 017c443
larger timeout_commit for mempool related test
mmsqe 4769ba2
mv chain id test to cluster used test
mmsqe 468ea2d
keep cluster in module scope
mmsqe 4629205
sync gomod2nix
mmsqe 4b8a4e6
adjust timeout_commit
mmsqe 3515a3d
rm prune all in indexer config
mmsqe 1509f32
add missing min_gas_multiplier
mmsqe 5d5b761
wait 1 more blk in upgrade
mmsqe df0ecc9
only keep 2 validators
mmsqe c02f04b
add retry for grpc_eth_call
mmsqe ac41f32
wait 1 block before stop
mmsqe 30b0c61
fix lint
mmsqe f4a106d
disable recheck
mmsqe ad876a0
bump up upgrade
mmsqe 9bda14d
Merge branch 'main' into stable_test
mmsqe 6ffe847
sync gomod2nix
mmsqe ba3bfc8
Apply suggestions from code review
mmsqe 91bc698
Apply suggestions from code review
mmsqe 3c16925
Merge branch 'main' into stable_test
mmsqe 60c4328
append node log
mmsqe c3ad838
Merge branch 'main' into stable_test
mmsqe 5a625fd
fix lint
mmsqe 77e9990
expect less gas after ecd76396eb55dc44535842018c5f13f234af7da3
mmsqe 9a40293
Merge branch 'main' into stable_test
fedekunze 5a7283a
Merge branch 'main' into stable_test
fedekunze 12385ea
allow retry continue on empty rsp
mmsqe a8d8d5e
Merge branch 'main' into stable_test
mmsqe e49f98c
update gomod2nix
facs95 58d3add
fix flake
facs95 02e611f
Merge branch 'main' into stable_test
facs95 89f92ea
mod tidy
mmsqe 86eb2c3
keep grpc only test
mmsqe fc91abe
Merge branch 'main' into stable_test
mmsqe b1c72e2
Merge branch 'main' into stable_test
mmsqe fa34ce9
Merge branch 'main' into stable_test
mmsqe 71472c2
Merge branch 'main' into stable_test
facs95 6e45dc0
tests(integration): enable recheck tx mode
GAtom22 7845edf
Merge pull request #5 from GAtom22/add-recheck
mmsqe 673093d
update gomod2nix
facs95 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
11 changes: 11 additions & 0 deletions
11
tests/integration_tests/configs/long_timeout_commit.jsonnet
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| local default = import 'default.jsonnet'; | ||
|
|
||
| default { | ||
| 'ethermint_9000-1'+: { | ||
| config+: { | ||
| consensus+: { | ||
| timeout_commit: '5s', | ||
| }, | ||
| }, | ||
| }, | ||
| } |
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 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.
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.
Uh oh!
There was an error while loading. Please reload this page.