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

actionpack: Use an infinite sized queue in testing ActionController::Live #41609

Merged
merged 1 commit into from Jun 23, 2021

Commits on Jun 3, 2021

  1. actionpack: Use an infinite sized queue in testing ActionController::…

    …Live
    
    To avoid a deadlock from the buffer filling up during testing due to the
    ActionController::Live test monkey patch that processes the request in
    the same thread, which means there is no consumer of the queue until
    the request is processed.
    dylanahsmith committed Jun 3, 2021
    Copy the full SHA
    f6fb700 View commit details
    Browse the repository at this point in the history