You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
extiop
added
tests
Relative to the testing capabilities
mlar
Concerns the mlar utility
and removed
CI
Relative to the Continuous Integration
labels
Apr 8, 2025
extiop
changed the title
Minor side effect with unauthenticated repair feature
Test case failing with unauthenticated repair feature
Apr 8, 2025
Fails like https://github.com/ANSSI-FR/MLA/actions/runs/12364423067/job/34507635501?pr=227 and https://github.com/ANSSI-FR/MLA/actions/runs/12364423067/job/34507634605?pr=227 are explained most likely explained by https://github.com/ANSSI-FR/MLA/blob/master/mlar/tests/integration.rs#L46. Indeed, when file3.bin from the
setup()
is used intest_repair_auth_unauth()
integration test, the input to mlar is 10 bytes. Thereby, it fails the test as unauthenticated read data is equal to authenticated read data, which is 10, failing here https://github.com/ANSSI-FR/MLA/blob/master/mlar/tests/integration.rs#L547.Thus, the feature (unauthenticated and authenticated data from
repair
cf. #222) works well but fixing this problem is preferable.The reason is still not well diagnosed.
First identified there: #227 (comment)
The text was updated successfully, but these errors were encountered: