-
Notifications
You must be signed in to change notification settings - Fork 11
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
As a user, I want to validate content for all possible PDS4 table types #217
Comments
Here are test files. In each set of 3, the ones with records=2 or 4 should fail while the one with records=2 should pass. Filenames: XXXYYYN.xml, where These cases are covered, based on Jordan's IM list: Not covered: XXXsupN because File_Area_Update is deprecated |
This has been a few years waiting. It looks to already be fixed but want to make sure I understand the test data and expectations. It seems like records 2 and 3 pass because the table is smaller or equal to what is there while records of 4 fail. Is this the correct expectation? |
@rchenatjpl just to verify, should this say:
|
@jordanpadams You're right. Boy, this is like software anthropology. |
@al-niessner per above, that is correct. if those tests are implemented in the PR then we should be good to go |
closed per #640 |
Test is failing locally. Testing if this works in GitHub Actions.
Is your feature request related to a problem? Please describe.
Right now, Validate only handles a subset of table types, but we need to make sure we check all possible objects.
This is a follow-on to #149
See referenced from section under each of these for the classes we need examples and test cases for.
Table Character - https://pds.nasa.gov/datastandards/documents/im/v1/index_1D00.html#9.37%C2%A0%C2%A0class_pds_table_character
Transfer Manifests - https://pds.nasa.gov/datastandards/documents/im/v1/index_1D00.html#class_pds_transfer_manifest
File_Area_Transfer_Manifest
Table Binary - https://pds.nasa.gov/datastandards/documents/im/v1/index_1D00.html#class_pds_table_binary
Table Delimited - https://pds.nasa.gov/datastandards/documents/im/v1/index_1D00.html#class_pds_table_delimited
The text was updated successfully, but these errors were encountered: