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

Windows: Fix active_quic_listener_test #13918

Closed
wants to merge 1 commit into from
Closed

Windows: Fix active_quic_listener_test #13918

wants to merge 1 commit into from

Commits on Nov 5, 2020

  1. Windows: Fix active_quic_listener_test

    Rerun event loop until all client connections are consumed by the event
    loop. Running a non-blocking event loop, all outstanding socket events
    (especially on Windows) may not be picked up before the dispatcher
    exits.
    
    Another alternative would be to run the run the dispatcher in blocking
    mode and make it exit in a mocked callback on the last request
    processing. This is doable for the non-TLS quic path, but not as
    straightforward when testing a quic version with TLS with the network
    filter chain setup etc.
    
    Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
    sunjayBhatia committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    9218428 View commit details
    Browse the repository at this point in the history