This PR contains a temporary fix to solve the problem of the CI not failing when filling and/or consumption fails. This was due to a bug in consume direct in the testing library that just got fixed yesterday.
Look at the CI runs:
The "Consume (stable)" jobs now are failing. This is the correct thing, since we already merged bugfixes for geth. And the current "stable-fixtures" are actually wrong, so the correct thing is that they should fail!
The filling & consumption jobs don't fail. This is correct, since we're refilling and consuming with this branch itself (not stable one).
This PR contains a temporary fix to solve the problem of the CI not failing when filling and/or consumption fails. This was due to a bug in
consume direct
in the testing library that just got fixed yesterday.Look at the CI runs: