eclipse-iceoryx / eclipse-iceoryx/iceoryx
Update tests for missed transitions in subscriber port state machine
Open
refactoring
- Dominant language
- C++
- Stars
- 2.2k
- Forks
- 492
- Avg merge
- 18h 57m
- Merged PRs (30d)
- 1
Description
## Brief feature description
During PR #360 it was discovered that some transitions were missing in the subscriber port state machine. These need to be added.
## Detailed information
Added transitions that need testing:
- multi producer: CaproMessageType::OFFER, SubscribeState::NOT_SUBSCRIBED
- single producer: CaproMessageType::OFFER || (capro::CaproMessageType::STOP_OFFER, SubscribeState::NOT_SUBSCRIBED
Contributor guide
Assessment
This issue has not been assessed yet.