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

http-netty: Fix flaky FullDuplexAndSequentialModeTest #3070

Merged
merged 3 commits into from
Sep 30, 2024

Commits on Sep 27, 2024

  1. http-netty: Fix flaky FullDuplexAndSequentialModeTest

    Motivation:
    
    This test suite has been flaky for a while. As detailed in issue apple#1894,
    this is because under some conditions the test running thread ends up
    waiting on a latch that it is actually responsible to release.
    
    Modifications:
    
    Make sure the publishing of the InputStreamPublisher happens in on a
    different thread so we don't end up in deadlock.
    
    Fixes apple#1894
    bryce-anderson committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    680546c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Feedback

    bryce-anderson committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b9da532 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a773eb View commit details
    Browse the repository at this point in the history