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
When running multiple test cases in parallel that utilize interchain security there seems to be some flakiness around the initialization of the provider and consumer chains. Sometimes initialization completely fails, see logs below, and sometimes the channel creation takes so long that you effectively need to wait for 10-20 blocks before you can make any assertions around things like channel state or the ability to relay ibc packets.
Logs:
Error: Received unexpected error:
failed to start chains: failed to start provider chain gaia-7: proposal status did not change to passed in expected number of blocks: proposal status (PROPOSAL_STATUS_REJECTED) does not match expected: (PROPOSAL_STATUS_PASSED)
Test: TestIBCSwapMiddleware_FailRefund
The text was updated successfully, but these errors were encountered:
jonathanpberger
changed the title
flakiness in concurrently running test cases when using interchain security
Concurrently running test cases should not be flaky when using interchain security.
Mar 20, 2023
When running multiple test cases in parallel that utilize interchain security there seems to be some flakiness around the initialization of the provider and consumer chains. Sometimes initialization completely fails, see logs below, and sometimes the channel creation takes so long that you effectively need to wait for 10-20 blocks before you can make any assertions around things like channel state or the ability to relay ibc packets.
Logs:
The text was updated successfully, but these errors were encountered: