dymensionxyz/dymension

test `rollappPacket` error `OnRecvPacket`

omritoptix opened this issue · 3 comments

currently we dont test the path where after finalization has arrived for a rollappPacket, and when it's applied, an error is returned (e.g if the OnRecvPacket returned an error on rollapp_hooks.go).

another scenario to test is using PFM - when applying the delayed OnRecv packet, the underlying layer return nil (PFM's delayed ack)

I think this pr cover e2e test for this issue: dymensionxyz/e2e-tests#83

closing as this is covered by the test spec and the issue should reference it