-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
test_audit.test_http is running even if the 'network' resource is not enabled #120373
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
Comments
itamaro
added a commit
to itamaro/cpython
that referenced
this issue
Jun 11, 2024
facebook-github-bot
pushed a commit
to facebookincubator/cinder
that referenced
this issue
Jun 19, 2024
Summary: see upstream issue: python/cpython#120373 and upstream PR: python/cpython#120374 Reviewed By: mpage Differential Revision: D58622163 fbshipit-source-id: 09151285af192347bd9502e97f503e06337ab1cd
carljm
pushed a commit
that referenced
this issue
Jun 24, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 24, 2024
…esource (pythonGH-120374) (cherry picked from commit b0e1c51) Co-authored-by: Itamar Oren <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 24, 2024
…esource (pythonGH-120374) (cherry picked from commit b0e1c51) Co-authored-by: Itamar Oren <[email protected]>
mrahtz
pushed a commit
to mrahtz/cpython
that referenced
this issue
Jun 30, 2024
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
facebook-github-bot
pushed a commit
to facebookincubator/cinder
that referenced
this issue
Feb 10, 2025
…k resource Summary: upstream issue: python/cpython#120373 upstream PR: python/cpython#120374 Running the test_audit test with no resources enabled in an environment with no Internet access takes ~9 minutes. Most of that time is spent waiting for test_http to timeout on network: Reviewed By: yilei Differential Revision: D69376997 fbshipit-source-id: 4aa2b0851dc6fdfe28870ed0fa3d95805706c84e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
Running the
test_audit
test with no resources enabled in an environment with no Internet access takes ~9 minutes. Most of that time is spent waiting fortest_http
to timeout on network:CPython versions tested on:
3.13, CPython main branch
Operating systems tested on:
Linux, macOS
Linked PRs
The text was updated successfully, but these errors were encountered: