How to check if an op
is skipped or successful?
#5677
Unanswered
ivanov-slk
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Previously, a
solid
had the propertiessuccess
andskipped
that allowed checking for these conditions, e.g. in tests:I think that this could be replicated by searching through
ExecuteInProcessResult.all_node_events
, however this requires some filtering and checking. Is there a more concise way of making the above checks?Beta Was this translation helpful? Give feedback.
All reactions