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.
Filter verification is done by sending an event message that says "FAILED", even though the actual assert will PASS. This does not get counted in test reporting as an actual failure.
Describe the solution you'd like
Assert on the message counters not incrementing (MessageSendCounter and/or EventCount) and CFE_SB_TransmitMsg stub count doesn't increment, the as well as the filter counter (should latch at max per requirement).
Describe alternatives you've considered
None
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.
Filter verification is done by sending an event message that says "FAILED", even though the actual assert will PASS. This does not get counted in test reporting as an actual failure.
cFE/modules/evs/ut-coverage/evs_UT.c
Lines 522 to 538 in eb9c523
Describe the solution you'd like
Assert on the message counters not incrementing (MessageSendCounter and/or EventCount) and CFE_SB_TransmitMsg stub count doesn't increment, the as well as the filter counter (should latch at max per requirement).
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: