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.
Although there are nominal calls in sb_subscription_test.c and messages are sent/received (after a subscription) in sb_sendrecv_test.c, there's no functional check that after unsubscribing from a message it is no longer received.
Unsubscribe also isn't used by the services (although it is used by GSFC apps).
Describe the solution you'd like
Add at minimum a verification of the unsubscribe. Would be nice to also add just a simple send/receive for each subscribe type in sb_subscription_test.c since only CFE_SB_SubscribeEx is utilized in the sendrecv test (and it's helpful have the test self contained).
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:
Extends the broadcast test case to cover unsubscription of a single pipe ID.
Confirms that other pipes/subscriptions are not affected, and that the limits
initially enforced on those original subscriptions still apply.
Is your feature request related to a problem? Please describe.
Although there are nominal calls in sb_subscription_test.c and messages are sent/received (after a subscription) in sb_sendrecv_test.c, there's no functional check that after unsubscribing from a message it is no longer received.
Unsubscribe also isn't used by the services (although it is used by GSFC apps).
Describe the solution you'd like
Add at minimum a verification of the unsubscribe. Would be nice to also add just a simple send/receive for each subscribe type in sb_subscription_test.c since only CFE_SB_SubscribeEx is utilized in the sendrecv test (and it's helpful have the test self contained).
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: