-
Notifications
You must be signed in to change notification settings - Fork 12
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
Validate does not work for multiple executions with LDDs in the same Java run #1105
Comments
Fascinating. Looked at NASA-PDS/pds4-information-model#866 and it is the same problem I was finding with #1092 and caused me to generate #1102. Going to prioritize #1102 over this because I think that is the fix for this. |
The issue might be connected with the work being done with the cucumber tests. |
Obviously this issue is tied back to the model. Do you want me to just rewrite the model cucumber in the same vein as validate and then fix this issue if it persists? |
@al-niessner it looks like this now works on the IM repo |
Fixed per #1113 |
Checked for duplicates
Yes - I've already checked
🐛 Describe the bug
When I try to run the pds4-information-model cucumber tests with LDDs, validate appears to lose track of these LDDs. It appears it may be looking in the cache for the LDDs and they are not there or ???
🕵️ Expected behavior
I expected validate to execute as expected
📜 To Reproduce
mvn test
See NASA-PDS/pds4-information-model#866 for more details
🦄 Related requirements
Blocking NASA-PDS/pds4-information-model#866
The text was updated successfully, but these errors were encountered: