-
Notifications
You must be signed in to change notification settings - Fork 42
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
SAMPLE_ReportHousekeeping fails, likely due to nasa/cfe#674 #64
Comments
@jphickey could you take this one, planning to fasttrack. Either that or back out nasa/cFE#674 from this round (assuming it's the culprit) . |
Found this is due to the pkt length being 0 so the output packet isn't being copied out. |
Should I put this in a PR or go direct to IC? |
The FSW code relies on the message being pre-initalized which needs to be done explicitly in unit test code.
Nevermind - I just pushed direct to IC as a hotfix as you mentioned you wanted to fasttrack. See commit 155a3e7 |
See also nasa/cFE@6f06b16 for the CFE side of things. |
Describe the bug
UT failure, likely related to nasa/cFE#674:
To Reproduce
Build and run unit tests at bundle level with nasa/cFE#674 included
Expected behavior
Tests pass
Code snips
N/A
System observed on:
Additional context
N/A
Reporter Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: