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
Export e2e tests uncovered a weird behavior in the testing environment, the spdx bom used in the export test is added to the cache via db.AddDocument and exported (to spdx format) to a file. the two files are then compared for equality, but fail on Meta data being different.
Some things are expected, like date will always be different, which easily handled, but the ID, tools and author being different needs more investigation.
The task here is to investigate and fix issue if it resides in bomctl, otherwise create an issue with supporting documentation and evidence in protobom to have it investigated there.
Also update the compare_documents to compare each field individually, and ignore expected differences , like date. If resolved within bomctl, uncomment e2e test checks for document equality.
The text was updated successfully, but these errors were encountered:
Export e2e tests uncovered a weird behavior in the testing environment, the spdx bom used in the export test is added to the cache via
db.AddDocument
and exported (to spdx format) to a file. the two files are then compared for equality, but fail on Meta data being different.Some things are expected, like
date
will always be different, which easily handled, but the ID, tools and author being different needs more investigation.The task here is to investigate and fix issue if it resides in bomctl, otherwise create an issue with supporting documentation and evidence in protobom to have it investigated there.
Also update the
compare_documents
to compare each field individually, and ignore expected differences , like date. If resolved within bomctl, uncomment e2e test checks for document equality.The text was updated successfully, but these errors were encountered: