cosmos / ibc-go

Inter-Blockchain Communication Protocol (IBC) implementation in Golang.
https://ibc.cosmos.network/
MIT License
554 stars 593 forks source link

Remove creation of relayers before E2E tests are run when running in parallel #7578

Open chatton opened 5 days ago

chatton commented 5 days ago

Summary

When E2E tests are run in parallel, we create relayers for the test beforehand. See the initalizeRelayerPool. This is done because currently relayers must be created before we can call ic.Build().

Relevant interchaintest issue https://github.com/strangelove-ventures/interchaintest/issues/1153


For Admin Use