Uki print dump diff fix - #2370
Open
Johan-Liebert1 wants to merge 2 commits into
Open
Conversation
The dumpfile diff was not being performed in the update/switch operations which was causing the dumpfile test to fail. Refactor out the diffing code to also run in the update/switch operations. Another major issue was `/boot` being masked in the EROFS which caused us to not find the dumpfile when reading from the EROFS. Update to read from the filesystem, create tmpfiles and run diff on the tmpfiles Signed-off-by: Pragyan Poudyal <pragyanpoudyal41999@gmail.com>
Johan-Liebert1
force-pushed
the
uki-print-dump-diff-fix
branch
from
August 7, 2026 10:08
8f47718 to
282ba8d
Compare
We were not computing the bootable digest which caused assertions to fail Signed-off-by: Pragyan Poudyal <pragyanpoudyal41999@gmail.com>
Johan-Liebert1
force-pushed
the
uki-print-dump-diff-fix
branch
from
August 7, 2026 10:09
282ba8d to
629ed65
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
uki: Fix dumpfile diffing
The dumpfile diff was not being performed in the update/switch
operations which was causing the dumpfile test to fail. Refactor out the
diffing code to also run in the update/switch operations.
Another major issue was
/bootbeing masked in the EROFS which causedus to not find the dumpfile when reading from the EROFS. Update to read
from the filesystem, create tmpfiles and run diff on the tmpfiles
tmt: Fix and re-enable uki-dumpfile test
We were not computing the bootable digest which caused assertions to
fail