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
config: runtime: kunit: ensure result nodes are in "done" state
Nodes are created in `running` state by default. Recent changes to the
API helper functions copy the `state` field from the node instead of
setting it to `done` by default, meaning result nodes stay `running`
until they time out.
Fix this by making those nodes `done` right from the beginning.
Signed-off-by: Arnaud Ferraris <[email protected]>
0 commit comments