-
Notifications
You must be signed in to change notification settings - Fork 8
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
Initialize Event Recorder for executer #120
Initialize Event Recorder for executer #120
Conversation
Initialization was missing. recorder was nil
Skipping CI for Draft Pull Request. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: razo7 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 |
/test 4.14-openshift-e2e |
I think a UT capturing an event would be nice |
Beforehand the event was emitted after every successful status update while running the agent
Setup fake recoder for executer and test FenceAgentSucceeded instead of ResourceDeletion event. Better event checking
/test 4.14-openshift-e2e |
Code testing with one events recorder instead of two as in production code to simplify testing logic
/test 4.14-openshift-e2e |
/lgtm |
/test 4.13-openshift-e2e |
e.recorder
was nil.Fix ECOPROJECT-1816