You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I reviewed the README file to see if the feature is in the major future work.
I performed a cursory search to see if the feature request is relevant, not redundant, nor in conflict with other tickets.
Is your feature request related to a problem? Please describe.
The destination file table and filter table are not consistently initialized in unit tests. Example where DestFileTable isn't fully initialized:
Checklist (Please check before submitting)
Is your feature request related to a problem? Please describe.
The destination file table and filter table are not consistently initialized in unit tests. Example where DestFileTable isn't fully initialized:
DS/unit-test/ds_file_tests.c
Lines 729 to 740 in 9d0651c
Observed test failure:
Assuming there's a combination of random file name components that pass, which then cause OS_OpenCreate to be called.
Describe the solution you'd like
Implement a consistent initialization scheme for commonly used elements
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: