-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Adds a Realistic WSGI Server for Testing #5915
base: main
Are you sure you want to change the base?
Commits on Aug 27, 2021
-
Adds a realisic Werkzeug-based server for testing, and modifies one o…
…f the tests to verify that chunked encoding works correctly.
Configuration menu - View commit details
-
Copy full SHA for f1f838e - Browse repository at this point
Copy the full SHA f1f838eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b270e73 - Browse repository at this point
Copy the full SHA b270e73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d4ce9e - Browse repository at this point
Copy the full SHA 7d4ce9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8916243 - Browse repository at this point
Copy the full SHA 8916243View commit details -
See if a 15-second pause when starting the server fixes the "connecti…
…on refused" error in MacOS. Maybe the server simply isn't ready yet and it's a flake.
Configuration menu - View commit details
-
Copy full SHA for 695ac32 - Browse repository at this point
Copy the full SHA 695ac32View commit details -
Attempt to fix flaky tests by waiting for the Werkzeug server to be a…
…ccepting connections before returning.
Configuration menu - View commit details
-
Copy full SHA for 6cbf092 - Browse repository at this point
Copy the full SHA 6cbf092View commit details -
I wonder if the reason the MacOS errors are occurring is related to c…
…onnection timeouts. Let's try adding one.
Configuration menu - View commit details
-
Copy full SHA for 287f3eb - Browse repository at this point
Copy the full SHA 287f3ebView commit details -
Merge pull request #1 from theGOTOguy/main
Pull to make sure we get the 10-minute request timeout.
Configuration menu - View commit details
-
Copy full SHA for efc8de9 - Browse repository at this point
Copy the full SHA efc8de9View commit details -
Try to fix the socket error in MacOS by not reusing the same socket w…
…hen waiting: Instead, we close any socket that fails to connect and try again with a fresh one.
Configuration menu - View commit details
-
Copy full SHA for bfc0949 - Browse repository at this point
Copy the full SHA bfc0949View commit details -
Reviewing the changes, I'm not sure why wheel was dropped as a test d…
…ependency. Re-add it.
Configuration menu - View commit details
-
Copy full SHA for 70b5ef9 - Browse repository at this point
Copy the full SHA 70b5ef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ca4848 - Browse repository at this point
Copy the full SHA 9ca4848View commit details -
Configuration menu - View commit details
-
Copy full SHA for 539721b - Browse repository at this point
Copy the full SHA 539721bView commit details
Commits on Aug 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5587641 - Browse repository at this point
Copy the full SHA 5587641View commit details
Commits on Jul 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f02fb67 - Browse repository at this point
Copy the full SHA f02fb67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e10520 - Browse repository at this point
Copy the full SHA 5e10520View commit details -
Configuration menu - View commit details
-
Copy full SHA for df89070 - Browse repository at this point
Copy the full SHA df89070View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a6a8b2 - Browse repository at this point
Copy the full SHA 9a6a8b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ce0767 - Browse repository at this point
Copy the full SHA 7ce0767View commit details