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 capability to pds4.bundle validation to ignore product-level validation #42

Closed
jordanpadams opened this issue Jul 10, 2019 · 2 comments · Fixed by #109 or #1026
Closed

Add capability to pds4.bundle validation to ignore product-level validation #42

jordanpadams opened this issue Jul 10, 2019 · 2 comments · Fixed by #109 or #1026
Assignees
Labels
enhancement New feature or request

Comments

@jordanpadams
Copy link
Member

jordanpadams commented Jul 10, 2019

Per request from several node personnel, they would like the ability to ignore product-level validation when they run pds4.bundle or pds4.collection validation. This would allow them to run a parallel instance of validate that performs the product-level validation.

@jordanpadams jordanpadams changed the title Add new functionality to allow for ignoring product-level validation Add capability to pds4.bundle validation to ignore product-level validation Jul 15, 2019
@hhlee445
Copy link
Contributor

Added --skip-product-validation flag.

@hhlee445
Copy link
Contributor

Used test case with PDS-572 from /home/pds/test/software/validate.
issue-42_product_validation.txt
issue-42_skip_product_validation.txt

./bin/validate /Users/hyunlee/dev/pds_en/validate/PDS-572/urn-nasa-pds-mess_rs_derived/ -R pds4.bundle --skip-product-validation

./bin/validate /Users/hyunlee/dev/pds_en/validate/PDS-572/urn-nasa-pds-mess_rs_derived/ -R pds4.bundle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment