-
Notifications
You must be signed in to change notification settings - Fork 207
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
cFE Integration Candidate: 2021-01-05 #1066
Conversation
@skliper Th following unit test seems to be hanging with OMIT_DEPRECATED = true Start 57: select-test See https://github.com/nasa/cFS/runs/1653771649?check_suite_focus=true |
@astrogeco There is a race in main right now, any test run might hang. See nasa/osal#721. Just requested that one get fast-tracked... |
Yes- I can confirm this is the exact symptom of the race condition that is fixed by nasa/osal#721. It was in the previous build too (main branch) it is just that it doesn't get triggered with every run, so it wasn't noticed. |
Fix #1064, Add cppcheck GitHub Actions workflow
fbd4d8a
to
de0052a
Compare
Also update Readme.md
95364b8
to
42ca5f9
Compare
Describe the contribution
Fix #1054, Resolve osal guide generation warnings
Fix #1059, Corrects documentation for CFE_SB_GetPipeName() stub
Fix #1064, Add cppcheck GitHub Actions workflow
Testing performed
Github Actions Run https://github.com/nasa/cFS/pull/172/checks
Expected behavior changes
PR #1056 - Resolved doxygen warnings osalguide and updated header file references
PR #1060 - Corrects the documentation for the
CFE_SB_GetPipeName()
unit test stub function.PR #1065 - Adds a new github actions workflow file to run cppcheck
System(s) tested on
Ubuntu 18.04
Additional context
Part of nasa/cFS#172
Third party code
None
Contributor Info - All information REQUIRED for consideration of pull request
@astrogeco
@CDKnightNASA
@skliper