ic icon indicating copy to clipboard operation
ic copied to clipboard

fix: weird error message upon instruction limit exceeded [DO_NOT_MERGE]

Open mraszyk opened this issue 1 year ago • 0 comments

Running bazel test //packages/pocket-ic:slow fails with

Canister exceeded the limit of 0 instructions for single message execution.

Replacing with_benchmarking_application_subnet by with_application_subnet in packages/pocket-ic/tests/slow.rs results in a failure with an expected error message

Canister exceeded the limit of 40000000000 instructions for single message execution.

mraszyk avatar Oct 24 '24 10:10 mraszyk