Skip to content
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

fix(ibc-test): use latest relayer channel for tendermint test #1929

Merged
merged 3 commits into from
Aug 2, 2023

Conversation

onur-ozkan
Copy link
Member

Fixes mm2_tests::tendermint_tests::test_tendermint_ibc_withdraw test which fails as:

thread 'mm2_tests::tendermint_tests::test_tendermint_ibc_withdraw' panicked at 'assertion failed: `(left == right)`
  left: `500`,
 right: `200`: 'ibc_withdraw' failed: {"mmrpc":"2.0","error":"Transport error: Could not read gas_info. Error code: 6 Message: rpc error: code = Unknown desc = failed to execute message; message index: 0: cannot send packet using client (07-tendermint-120) with status Expired: client is not active [cosmos/ibc-go/v5@v5.2.0/modules/core/04-channel/keeper/packet.go:74] With gas wanted: '18446744073709551615' and gas used: '71366' : unknown request","error_path":"tendermint_token.tendermint_coin","error_trace":"tendermint_token:180] tendermint_coin:973]","error_type":"Transport","error_data":"Could not read gas_info. Error code: 6 Message: rpc error: code = Unknown desc = failed to execute message; message index: 0: cannot send packet using client (07-tendermint-120) with status Expired: client is not active [cosmos/ibc-go/v5@v5.2.0/modules/core/04-channel/keeper/packet.go:74] With gas wanted: '18446744073709551615' and gas used: '71366' : unknown request","id":null}', /home/runner/work/komodo-defi-framework/komodo-defi-framework/mm2src/mm2_test_helpers/src/for_tests.rs:2239:5

Signed-off-by: ozkanonur <work@onurozkan.dev>
@onur-ozkan onur-ozkan self-assigned this Aug 2, 2023
Signed-off-by: ozkanonur <work@onurozkan.dev>
shamardy
shamardy previously approved these changes Aug 2, 2023
Copy link
Collaborator

@shamardy shamardy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only one non-blocker :)

mm2src/mm2_main/tests/mm2_tests/tendermint_tests.rs Outdated Show resolved Hide resolved
Signed-off-by: ozkanonur <work@onurozkan.dev>
@shamardy shamardy merged commit e333635 into dev Aug 2, 2023
23 of 30 checks passed
@shamardy shamardy deleted the bump-ibc-channel-for-tendermint-test branch August 2, 2023 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants