cosmos / ibc-apps

IBC applications and middleware for Cosmos SDK chains.
Apache License 2.0
82 stars 63 forks source link

pfm(e2e): test are slow and flakey, try CometMock #203

Open Reecepbcups opened 3 months ago

Reecepbcups commented 3 months ago

Issue

Because of the number of docker network nodes setup:

Solution

Interchaintest added cometmock support earlier in the year here. We should see if using it allows for nearly instant block times.

This way test are drastically faster & if they do fail, it should be 1-2m instead of ~5-6m

Implementation note

NOTE: relayer will need to have a faster min-loop-duration to keep up.