-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Fix HttpCache test #22224
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
Fix HttpCache test #22224
Conversation
The refactoring made in #22043 is not the cause, reverting it makes this test keep failing on windows. |
Wouldn't be better to fix the error on Windows or create alternative test which won't break there, instead of skipping the test? |
fdd1002
to
98b20d5
Compare
8af132e
to
6d66ced
Compare
Status: needs work |
6d66ced
to
3178f50
Compare
Spent some hours at trying to debug it and I can't find the bottleneck, so keep skipping on windows as it runs fine on other platforms. |
Status: needs review |
Thank you @chalasr. |
This PR was merged into the 3.3-dev branch. Discussion ---------- Fix HttpCache test | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | no | Fixed tickets | #22043 (comment) | License | MIT | Doc PR | n/a will make appveyor green. Commits ------- 3178f50 Fix failing HttpCache test on windows
will make appveyor green.