FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.12] gh-149776: Skip UDP Lite tests if it's not supported (#149777) by vstinner · Pull Request #153592 · python/cpython · GitHub

/ cpython Public

[3.12] gh-149776: Skip UDP Lite tests if it's not supported (#149777) - #153592

Merged
Yhg1s merged 1 commit into
python:3.12from
vstinner:udplite12
Aug 4, 2026
Merged

[3.12] gh-149776: Skip UDP Lite tests if it's not supported (#149777)#153592
Yhg1s merged 1 commit into
python:3.12from
vstinner:udplite12

Conversation

vstinner commented Jul 11, 2026
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

Fix test_socket on Linux kernel 7.1 and newer: skip UDP Lite tests if it's not supported.

(cherry picked from commit 3cfc249)

…9777)

Fix test_socket on Linux kernel 7.1 and newer: skip UDP Lite tests if
it's not supported.

(cherry picked from commit 3cfc249)

Copy link
Copy Markdown
Member Author

The Linux kernel of the "AMD64 Fedora Stable" buildbot was upgraded from 7.0 to 7.1, 3 days ago, so test_socket started to fail. The Linux kernel 7.1 removes the UDP Lite support. This PR backports a fix from the main branch.

Copy link
Copy Markdown
Member Author

cc @hugovk

Copy link
Copy Markdown
Member Author

Tests / Thread sanitizer / Thread sanitizer (pull_request): Failing after 5m

test_large_content_length_truncated() of test_httpservers failed with BrokenPipeError: see #119452 (comment).

Yhg1s merged commit 3ecb27b into python:3.12 Aug 4, 2026
50 of 52 checks passed
vstinner deleted the udplite12 branch August 5, 2026 13:27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL