mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 12:36:56 +00:00
Originally, the expected failure for a recursive invocation test case was to expect that fuel gets exhausted, but it's also possible to hit a stack limit first. All errors are equally expected here as long as the execution is halted, so let's relax the condition and accept any wasm-related InvalidRequest errors. Closes #9361