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
The mock runtime returns ActorError with bogus exit codes in the case of some expectation violations. This is totally wrong – it should immediately fail the test instead. The mock should return an ActorError only in those cases where it's replicating an ActorError returned by the FVM runtime layer.
This is probably an artefact of the Runtime interface methods returning ActorError, which for the most part is inappropriate.
The mock runtime returns ActorError with bogus exit codes in the case of some expectation violations. This is totally wrong – it should immediately fail the test instead. The mock should return an ActorError only in those cases where it's replicating an ActorError returned by the FVM runtime layer.
This is probably an artefact of the Runtime interface methods returning ActorError, which for the most part is inappropriate.
cc @dignifiedquire @Stebalien
The text was updated successfully, but these errors were encountered: