nasa / fprime

F´ - A flight software and embedded systems framework
https://fprime.jpl.nasa.gov
Apache License 2.0
9.95k stars 1.28k forks source link

Renamed Time Interface File and fixed where it's included #2728

Closed CombustableLem0n closed 1 month ago

CombustableLem0n commented 1 month ago
Related Issue(s) #2579
Has Unit Tests (y/n) n
Documentation Included (y/n) n

Change Description

Renaming file to match Modern Standards as described by bug fix.

Rationale

Will keep files named in a predictable way

Testing Recommendations

Double check everything runs well (Sorry I don't know enough to be more specific/helpful here)

Future Work

None Expected

CombustableLem0n commented 1 month ago

I'm confused why tests failed first time but passed second with identical code. Any explanations?

LeStarch commented 1 month ago

There are a few causes of unrepeatable test failures. Some come down to the CI engine, others come from some randomness in our code.