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

Incomplete coverage test for src/tbl #472

Closed
avan989 opened this issue Jan 9, 2020 · 1 comment · Fixed by #1828 or #1839
Closed

Incomplete coverage test for src/tbl #472

avan989 opened this issue Jan 9, 2020 · 1 comment · Fixed by #1828 or #1839

Comments

@avan989
Copy link
Contributor

avan989 commented Jan 9, 2020

Is your feature request related to a problem? Please describe.
Current Coverage: 99.6 %

cfe_tbl_api.c
CFE_TBL_Register

     373           0 :                                 CFE_ES_GetAppName(AppName, ThisAppId, OS_MAX_API_NAME);
     374           0 :                                 CFE_ES_WriteToSysLog("CFE_TBL:Register-Failed to get work buffer for '%s.%s' (ErrCode=0x%08X)\n",

CFE_TBL_Update

    1005           0 :             CFE_EVS_SendEventWithAppID(CFE_TBL_UPDATE_ERR_EID,
    1006             :                                        CFE_EVS_EventType_ERROR,
    1007             :                                        CFE_TBL_TaskData.TableTaskAppId,
    1008             :                                        "%s Failed to Update '%s', Status=0x%08X",
    1009           0 :                                        AppName, RegRecPtr->Name, (unsigned int)Status);

CFE_TBL_Manage

    1374             :                 /* If an error occurred during Validate, then do not perform any more managing */
    1375           0 :                 FinishedManaging = true;

cfe_tbl_task_cmds.c
CFE_TBL_LoadCmd

    515             :                         {
     516           0 :                             CFE_EVS_SendEvent(CFE_TBL_INTERNAL_ERROR_ERR_EID,

Requester Info
Anh Van, NASA Goddard

@skliper skliper added this to the 6.8.0 milestone Feb 25, 2020
@skliper skliper modified the milestones: 6.8.0, 7.0.0 Jun 5, 2020
@skliper skliper changed the title Incomplete unit test for src/tbl Incomplete coverage test for src/tbl Jan 11, 2021
@nmullane
Copy link
Contributor

I'll work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants