Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix flakiness in the TopicInfo test #551

Merged
merged 2 commits into from
Nov 5, 2024

Commits on Nov 4, 2024

  1. Fix flakiness in the TopicInfo test

    The flakiness appears to be a timing issue. The fix here involves running
    the loop that waits for the input messages in a separate thread before
    starting the publisher.
    
    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d1b85be View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Remove debug messages

    Signed-off-by: Addisu Z. Taddese <[email protected]>
    azeey committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    c585053 View commit details
    Browse the repository at this point in the history