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

Fix #955, Remove OS_printf stub count checks in UT #1107

Merged

Conversation

skliper
Copy link
Contributor

@skliper skliper commented Jan 19, 2021

Describe the contribution
Fix #955 - removes checking of OS_printf # of stub calls in unit tests (mostly ES, 2 in EVS). Checks for specific format string in history instead (added 2 checks where they were missing) to confirm the right path was taken.

Testing performed
Built and ran unit tests, passed

Expected behavior changes
None, reduces technical debt (no need to fix sub counts all over when implementation changes)

System(s) tested on

  • Hardware: cFS Dev Server
  • OS: Ubuntu 18.04
  • Versions: Bundle main + this commit

Additional context
None

Third party code
None

Contributor Info - All information REQUIRED for consideration of pull request
Jacob Hageman - NASA/GSFC

@skliper skliper added the CCB:Ready Ready for discussion at the Configuration Control Board (CCB) label Jan 19, 2021
@skliper skliper added this to the 7.0.0 milestone Jan 19, 2021
@astrogeco astrogeco changed the base branch from main to integration-candidate January 25, 2021 03:38
@astrogeco
Copy link
Contributor

CCB:2021-01-21 APPROVED

@astrogeco astrogeco added CCB:2021-01-21 and removed CCB:Ready Ready for discussion at the Configuration Control Board (CCB) labels Jan 25, 2021
@astrogeco astrogeco merged commit 1927e61 into nasa:integration-candidate Jan 25, 2021
astrogeco added a commit to nasa/cFS that referenced this pull request Jan 25, 2021
@skliper skliper deleted the fix955-os_printf_count branch February 1, 2021 22:04
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.

UT checking calls to OS_printf
2 participants