You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
CFE_TBL_GetWorkingBuffer has no alternative error codes to exercise the following code in CFE_TBL_LoadCmd:
Describe the solution you'd like
Could cover if CFE_TBL_GetWorkingBuffer was stubbed (test individual file units in #1886). Note there is a possible internal error from getting the mutex, but it doesn't get returned (see #1469)
Describe alternatives you've considered
Trade refactor/removal of condition... it's useful if errors do get added, just not currently reachable.
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
CFE_TBL_GetWorkingBuffer has no alternative error codes to exercise the following code in CFE_TBL_LoadCmd:
cFE/modules/tbl/fsw/src/cfe_tbl_task_cmds.c
Lines 492 to 501 in 5e41330
Describe the solution you'd like
Could cover if CFE_TBL_GetWorkingBuffer was stubbed (test individual file units in #1886). Note there is a possible internal error from getting the mutex, but it doesn't get returned (see #1469)
Describe alternatives you've considered
Trade refactor/removal of condition... it's useful if errors do get added, just not currently reachable.
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: