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

Testing: pr 11340 test flakiness #2

Conversation

jayaddison
Copy link
Owner

@jayaddison jayaddison commented Apr 21, 2023

Using this branch to perform repeat continuous integration testing for potential flaky-test fixes.

[baseline] Test failures:

[content-length] Test failures after adding logic so that all test server responses include a Content-Length header:

[content-length + head-redirect] Test failures after adding logic to support HEAD requests during test server responses for redirect tests:

[head-redirect] Test failures after reverting the 'Content-Length for all test server responses' change:

  • None

[head-redirect + undo-405-content-length] Test failures after removing the Content-Length header from an HTTP 405 unsupported response:

  • None

[err-response-cleanup-theory] Test failures after replacing the head-redirect configuration, to test a theory:

[err-response-cleanup-theory + client-header-thread-safety] Test failures after incorporating a thread-safe collection during recording of client headers by test HTTP servers:

  • ...

…nkchecking

This ensures that the close method of the response is called when the response variable goes out-of-scope
…nagers during linkchecking""

This reverts commit 692fdef.
…e after headers have all been configured, but before they may have been flushed to the client
…st_defaults' test case

With thanks to @picnixz for mentioning this configuration setting: sphinx-doc#11324 (comment)
…/1.1 test server responses"

This reverts commit 2cad628.
… for unsupported-method response in redirect handler"

This reverts commit ac2baaa.
…heck-localserver-warn-redirects' conf"

This reverts commit d28e9d6.
…n initial HTTP HEAD request is out-of-scope before performing a fallback HTTP GET request (ensuring that the associated 'response' object's resources can be collected)
…ound-trips by enabling support for HEAD requests"

This reverts commit e01937e.
…on' into issue-11324/linkcheck-sessioned-requests-test-flakiness-testing
…on' into issue-11324/linkcheck-sessioned-requests-test-flakiness-testing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants