Skip to content

Add Integration Test for Remote Logging#344

Open
KonradBreitsprecherBkd wants to merge 1 commit into
mainfrom
dev/ITest-logging
Open

Add Integration Test for Remote Logging#344
KonradBreitsprecherBkd wants to merge 1 commit into
mainfrom
dev/ITest-logging

Conversation

@KonradBreitsprecherBkd

Copy link
Copy Markdown
Contributor

Summary

Add a new integration test for remote logging with three participants in SilKit/IntegrationTests/ITest_RemoteLogging.cpp.

  • Creates three participants:
    • Sender1 and Sender2 configured with a remote logging sink
    • Receiver configured with LogFromRemotes: true and a file sink
  • Sender1 and Sender2 each emit a unique log message
  • Verifies that the receiver-side log file contains both messages
  • Timeout-based polling for file creation and content visibility
  • Added scoped cleanup to remove generated log files after test execution (including failure paths)

Signed-off-by: Konrad Breitsprecher <Konrad.Breitsprecher@vector.com>
@KonradBreitsprecherBkd KonradBreitsprecherBkd added the needs reviewer This issue is looking for a reviewer. label Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs reviewer This issue is looking for a reviewer.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant