cosmos / ibc-go

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

Fix flakyness with 08-wasm tests #7461

Open DimitrisJim opened 1 month ago

DimitrisJim commented 1 month ago

The following error seems to be happening on occasion:

=== RUN TestWasmTestSuite/TestClientRecoveryStoreIterators keeper_vm.go:93: test panicked: failed to instantiate new Wasm VM instance: Could not lock exclusive.lock. Is a different VM running in the same directory already?

Might be caused by parallel test running? Not sure. Re-triggering usually works fine but would be nice to not have to do this on occasion.


For Admin Use