NASA-PDS / pds-github-util

[ARCHIVED] Github utility functions to enforce the PDS engineering node software life cycle.
https://nasa-pds.github.io/pds-github-util
Other
0 stars 2 forks source link

RDD contains issues marked as wontfix #51

Closed jordanpadams closed 3 years ago

jordanpadams commented 3 years ago

🐛 Describe the bug

Looking at the RDD, ttps://github.com/NASA-PDS/validate/issues/314 should not be included as it was tagged as wontfix

📜 To Reproduce

See https://nasa-pds.github.io/releases/12.0/rdd.html#id178 and testing completed for the issue here: https://github.com/NASA-PDS/validate/issues/314#issuecomment-951528790

🕵️ Expected behavior

issues tagged with invalid, wontfix, or duplicate do not appear in RDD

Should be updated in https://github.com/NASA-PDS/pds-github-util/pull/39

tloubrieu-jpl commented 3 years ago

@jordanpadams , I believe the code is handing that case properly, I will re-run the RD generation and check that the ticket NASA-PDS/validate#314 is not there anymore.

tloubrieu-jpl commented 3 years ago

Ooops, no actually that was a bug in the planned update section where I did not filter out the tickets with wontfix or similar label.

This is done now in branch rdd_12.0 that I will merge now.

tloubrieu-jpl commented 3 years ago

The RDD for build 12.0 remains to be updated

tloubrieu-jpl commented 3 years ago

@jordanpadams The RDD is updated https://nasa-pds.github.io/releases/12.0/rdd.html#validate

Pull request https://github.com/NASA-PDS/pds-github-util/pull/39 is ready for review and merge !