-
Notifications
You must be signed in to change notification settings - Fork 73
make sure all code patch steps are validated #186
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
make sure all code patch steps are validated #186
Conversation
|
commit: |
improve the code patching validation by removing the validation for each single patch function and introducing a new `patchCodeWithValidations` that applies all the patches with validations all in a single place
abc70d6
to
3f5e87a
Compare
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.
Thanks!
make sure all code patch steps are validated and improve the code patching validation by removing the validation for each single patch function and introducing a new `patchCodeWithValidations` that applies all the patches with validations all in a single place
make sure all code patch steps are validated and improve the code patching validation by removing the validation for each single patch function and introducing a new `patchCodeWithValidations` that applies all the patches with validations all in a single place
resolves #28
This PR makes sure that all our code patches are applied (that they do change the worker's code)
As part of this I did a bit of refactoring to remove every single function's log and validation and consolidate then
in a single function
patchCodeWithValidations
The result/logs in case everything works as expected:

The result/logs in case a step fails:
