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
The other node in the cluster did get a properly bubbled-up failed status.
What did you expect to happen:
Each nodes results should be aggregated appropriately.
Anything else you would like to add:
At this time I don't want to share the plugin I was using as it is a WIP but I think the bug should be fairly easy to repro/identify in the code.
The text was updated successfully, but these errors were encountered:
If a node isn't marked with a status, it should be treated as
being unknown and bubble up accordingly.
In addition, we need to continue processing all leaves instead
of exiting early on failure to ensure we bubble up every part
of the tree.
Fixes#900
Signed-off-by: John Schnake <[email protected]>
What steps did you take and what happened:
I had a plugin that ran a junit producing plugin on a 2 node cluster as a daemonset.
One of the nodes, which had test failures, did not get a status at all:
The other node in the cluster did get a properly bubbled-up
failed
status.What did you expect to happen:
Each nodes results should be aggregated appropriately.
Anything else you would like to add:
At this time I don't want to share the plugin I was using as it is a WIP but I think the bug should be fairly easy to repro/identify in the code.
The text was updated successfully, but these errors were encountered: