Skip to content
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

Add test for graph::Manifest conversion from tracking::Manifest #1014

Merged
merged 1 commit into from
May 2, 2024

Conversation

dcookspi
Copy link
Collaborator

This adds a test for graph::Manifest conversion from tracking::Manifest to make sure the converted manifest is not missing any entries, by checking it is identical to the original manifest when converted back.

We encountered a situation with our internal, pre-flatbuffers, build where this was not the case. That bug was patched internally, and we confirmed the problem does not exist in post-flatbuffers changes. But want to add the test that detects it to the test suite.

This also relocates the entry related tests that were in the graph::Manifest test file to the entry_test.rs file with the other entry related tests.

… relocates Entry tests that were in the graph::Manifest test file.

Signed-off-by: David Gilligan-Cook <dcook@imageworks.com>
@dcookspi dcookspi added SPI AOI Area of interest for SPI SPI-0.41 labels Apr 29, 2024
@dcookspi dcookspi requested review from jrray and rydrman April 29, 2024 19:29
@dcookspi dcookspi self-assigned this Apr 29, 2024
@dcookspi dcookspi merged commit 51ada8e into main May 2, 2024
7 checks passed
@dcookspi dcookspi deleted the improve-manifest-conversion-testing branch May 2, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SPI AOI Area of interest for SPI SPI-0.41
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants