Skip to content
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

psp Integration Candidate: 2020-11-24 #221

Merged
merged 5 commits into from
Dec 2, 2020
Merged

Conversation

astrogeco
Copy link
Contributor

@astrogeco astrogeco commented Dec 1, 2020

Describe the contribution
Fix #214, Refactoring UT_SetForceFail to UT_SetDefaultReturnValue
Fix #217, use size_t in PSP stubs

Testing performed
See events for "github actions test" at https://github.com/astrogeco/cFS/actions

Expected behavior changes
PR #215 - Rename UT_SetForceFail to UT_SetDefaultReturnValue since some functions that retain more than 1 value are not necessarily failing.

PR #219 - Use of the size_t type instead of uint32 in unit-tests to avoid a compiler type mismatch error on some platforms.

System(s) tested on
Ubuntu 18.04

Additional context
Part of nasa/cFS#158

Third party code
None

Contributor Info - All information REQUIRED for consideration of pull request
@zanzaben
@jphickey

zanzaben and others added 4 commits November 5, 2020 09:50
Recent API updates require use of the size_t type
instead of uint32.
Fix #214, Refactor UT_SetForceFail to UT_SetDefaultReturnValue
Integration Candidate 2020-11-24
@astrogeco astrogeco marked this pull request as ready for review December 2, 2020 15:11
@astrogeco astrogeco merged commit 8591014 into main Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update unit test stubs to use size_t Refactor UT_SetForceFail
3 participants