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

Validate does not work for multiple executions with LDDs in the same Java run #1105

Closed
jordanpadams opened this issue Jan 10, 2025 · 5 comments
Assignees
Labels

Comments

@jordanpadams
Copy link
Member

jordanpadams commented Jan 10, 2025

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

  1. clone https://github.com/NASA-PDS/pds4-information-model
  2. uncomment >1 of the tests including LDDs
  3. run mvn test

See NASA-PDS/pds4-information-model#866 for more details

🦄 Related requirements

Blocking NASA-PDS/pds4-information-model#866

@al-niessner
Copy link
Contributor

@jordanpadams

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.

@tloubrieu-jpl
Copy link
Member

The issue might be connected with the work being done with the cucumber tests.

@al-niessner
Copy link
Contributor

@jordanpadams

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?

@jordanpadams
Copy link
Member Author

@al-niessner it looks like this now works on the IM repo

@jordanpadams
Copy link
Member Author

Fixed per #1113

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🏁 Done
Status: 🏁 Done
Development

No branches or pull requests

3 participants