Fix streamer usecase source authority check#44
Merged
PLeVasseur merged 1 commit intoFeb 6, 2026
Conversation
(cherry picked from commit 3e277e8)
PLeVasseur
force-pushed
the
fix/streamer-usecase-pr42
branch
from
February 6, 2026 22:49
77f8c17 to
624c588
Compare
Contributor
Author
|
More info below! Bug Validation Report: vSomeIP streamer use-case detection (PR #42)ScopeValidated the
Downstream scenario used: Environment + setup
Dependency revisions testedBaseline (pre-fix)
Fixed (PR #42 commit)
Commands usedBuild: source build/envsetup.sh highest
cargo build -p up-linux-streamer --bin zenoh_someip --features "zenoh-transport vsomeip-transport bundled-vsomeip"
cargo build -p example-streamer-uses --bin someip_client --features "vsomeip-transport bundled-vsomeip"
cargo build -p example-streamer-uses --bin zenoh_service --features "zenoh-transport"Run scenario (baseline/fixed, same shape): source ../build/envsetup.sh highest
export LD_LIBRARY_PATH="<bundled-vsomeip-lib-dirs>:${LD_LIBRARY_PATH:-}"
export RUST_LOG="up_transport_vsomeip=trace,up_streamer=debug,up_linux_streamer=debug,example_streamer_uses=debug"
timeout 90s ../target/debug/zenoh_someip --config="DEFAULT_CONFIG.json5" > /tmp/<streamer_log> 2>&1 &
timeout 45s ../target/debug/someip_client > /tmp/<client_log> 2>&1 &
timeout 45s ../target/debug/zenoh_service > /tmp/<service_log> 2>&1 &Captured logs:
Baseline results (pre-fix)Expected failing behavior reproduced
Fixed results (PR #42 commit)Streamer use-case now detected correctly
End-to-end forwarding now works
No Regression sanity checks from logs
ConclusionPR #42 commit
This provides high confidence that merging PR #42 fixes the reported bug, with downstream depending on consuming the merged commit (via release or temporary pin). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Provenance
3e277e835916b9428d8492ea1ae1383c5131bca6Validation
source build/envsetup.sh highest && cargo clippy --all-targets -- -W warnings -D warningssource build/envsetup.sh highest && cargo test -- --test-threads 1(first run hit known one-messagepublisher_subscriberflake, reran once per policy and passed)