-
Notifications
You must be signed in to change notification settings - Fork 72
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 checks for missing answers more strict #797
Make checks for missing answers more strict #797
Conversation
Thank you for contributing to the Leapp project!Please note that every PR needs to comply with the Leapp Guidelines and must pass all tests in order to be mergable.
To launch regression testing public members of oamg organization can leave the following comment:
Please open ticket in case you experience technical problem with the CI. (RH internal only) Note: In case there are problems with tests not being triggered automatically on new PR/commit or pending for a long time, please consider rerunning the CI by commenting leapp-ci build (might require several comments). If the problem persists, contact leapp-infra. |
Can one of the admins verify this patch? |
29a24a5
to
6901f64
Compare
/rerun |
Copr build succeeded: https://copr.fedorainfracloud.org/coprs/build/4812344 |
@pirat89 This should be it. |
Testing Farm request for RHEL-8.6-rhui/4801151;4812344 regression testing has been created. |
Testing Farm request for RHEL-7.9-rhui/4801151;4812344 regression testing has been created. |
6901f64
to
9a4890e
Compare
Previously only presence of one section in the answerfile has been verified, which led to false-positive preupgrade reports when some other key has been present in the dialog section instead of the required one. OAMG-7521
9a4890e
to
9457a68
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.
lgtm and works as exepcted. Additional discovered issues (unrelated to this bug) will be handled properly as part of OAMG-7521 and OAMG-7525. Waiting for the finished CI test, preapred for merging
Testing Farm request for RHEL-8.7.0-Nightly/4801151;4812344 regression testing has been created. |
Testing Farm request for RHEL-8.6.0-Nightly/4801151;4812344 regression testing has been created. |
Testing Farm request for RHEL-7.9-ZStream/4801151;4812344 regression testing has been created. |
Testing Farm request for RHEL-7.9-ZStream/4801151;4812344 regression testing has been created. |
## Packaging - Change permissions for /var/lib/leapp to 0700 (oamg#807) ## Framework ### Fixes - Prevent unicode errors when printing error messages (oamg#806) - Make checks for missing answers more strict (oamg#797) ### Enhancements - Expose tracebacks from actors (oamg#802) ### Known issue - introduced new known issue in framework...
Previously only presence of one section in the answerfile
has been verified, which led to false-positive preupgrade
reports when some other key has been present in the
dialog section instead of the required one.
OAMG-7521