-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Disable writelines for test_write_large_payload_deflate_compression_data_in_eof #10423
Disable writelines for test_write_large_payload_deflate_compression_data_in_eof #10423
Conversation
…on_data_in_eof We have a writelines version of this test, test_write_large_payload_deflate_compression_data_in_eof_writelines, which should have writelines enabled, but for this version, writelines should always be disabled
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #10423 +/- ##
==========================================
- Coverage 98.77% 98.76% -0.01%
==========================================
Files 122 122
Lines 37125 37122 -3
Branches 2044 2044
==========================================
- Hits 36669 36665 -4
- Misses 316 317 +1
Partials 140 140
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging #10423 will not alter performanceComparing Summary
|
Backport to 3.11: 💚 backport PR created✅ Backport PR branch: Backported as #10429 🤖 @patchback |
Backport to 3.12: 💚 backport PR created✅ Backport PR branch: Backported as #10430 🤖 @patchback |
…_large_payload_deflate_compression_data_in_eof (#10430) Co-authored-by: J. Nick Koston <[email protected]> fixes #10421
…_large_payload_deflate_compression_data_in_eof (#10429) Co-authored-by: J. Nick Koston <[email protected]> fixes #10421
We have a
writelines
version of this test,test_write_large_payload_deflate_compression_data_in_eof_writelines
, which should havewritelines
enabled, but for this version,writelines
should always be disabledThis test would fail with CPython 3.12.9+ or 3.13.2+
fixes #10421