3.10, 3.11, 3.12: Windows fails to build, test_ssl NOT_ENOUGH_DATA failure on macOS, test_socket fails on Fedora Stable (Linux 7.1)
オープン
まだ誰も着手していません。
tests
topic-SSL
type-bug
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 35.9k
- PR マージ指標
- PR 指標を取得中
説明
There are multiple issues on 3.10, 3.11 and 3.12 branches:
- Windows fails to build on 3.10:
PCbuild/find_python.batdownloads a corruptednuget.exe. The nuget URL should be updated. Fix: commit 106eb532ea3b243423e62a702719e9d3c0e40c16 should be backported. - test_socket: UDP Lite tests fail on AMD64 Fedora Stable, the machine was rebooted 3 days ago to upgrade to Linux kernel from 7.0 and 7.1, but Linux 7.1 removes UDP Lite support. Fix: commit 3cfc249e11a132dc69624150843779aa96c72b2b should be backported.
- test_ssl fails with
NOT_ENOUGH_DATAon macOS. Fix commit acfe02f3b05436658d92add6b168538b30f357f0 should be backported.
For test_socket (UDP Lite), I prepared fixes:
- 3.12: https://github.com/python/cpython/pull/153592
- 3.11: https://github.com/python/cpython/pull/153593
- 3.10: https://github.com/python/cpython/pull/153594 -- I included the nuget URL change to fix the Windows CI jobs.
The test_socket issue is not blocked the GitHub Action, only buildbots are failing.
I'm not sure in which order we should fix these issues.
Maybe we should start from test_ssl fixes:
- 3.11: https://github.com/python/cpython/pull/153311
- 3.10: https://github.com/python/cpython/pull/153312
The Windows and macOS issues block my test_socket PRs since the Windows and macOS jobs fail.
cc @hugovk @encukou
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、参照されているコミット、既存の test_socket pull request、および 3.10–3.12 ブランチ向けの test_ssl pull request を確認します。PCbuild/find_python.bat と、影響を受ける test_socket および test_ssl のテストケースを調査し、その後、一覧にあるすべてのブランチで Windows、macOS、Fedora の buildbot の失敗が解消されていることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- build-system, operating-systems, testing-qa
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 25/100