-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix failing unit tests in actuator remediation test #82
Conversation
Signed-off-by: Nir <[email protected]>
/assign @dhellmann |
Thanks - this fixes the local failures I was also seeing:
Do we know how/why this worked in CI but failed locally? /lgtm |
I also have some errors and thought it's only on my end. This is the error I'm getting:
Do you get the same error?
That's a good question. |
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest Please review the full test history for this PR and help us cut down flakes. |
While debugging this last week I noticed that there are a lot of client calls where errors aren't being checked. Does the test client return errors in the way the real client does? |
/retest Please review the full test history for this PR and help us cut down flakes. |
See also #80 |
/retest Please review the full test history for this PR and help us cut down flakes. |
/hold let's stop consuming CI resources in a loop |
I think it does. |
Either way is fine. |
/test e2e-metal-ipi |
/unhold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dhellmann, hardys, n1r1 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
📖 Update API docs for Metal3DataClaim objects
@dhellmann reported that unit tests fails locally.
This PR fixes the failing test.