Include `--parallel-threads` jobs in free threading TSAN CI
未關閉
還沒有人認領這個 Issue。
tests
topic-free-threading
type-feature
- 主要語言
- Python
- 星號
- 77.2k
- 分支
- 35.9k
- PR 合併指標
- PR 指標待擷取
描述
Feature or enhancement
The regression test runner can now parallelize test cases to help catch thread-safety related bugs:
I'd like to add test suites run with --parallel-threads=N to the existing free threading TSAN CI job. We could also run them in the default build's TSAN CI job, but I don't think that would be useful.
Linked PRs
- gh-129696
- gh-129746
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從現有的 free-threading TSAN CI 工作和回歸測試執行器的 --parallel-threads=N 選項開始。檢查該工作如何設定測試套件,然後驗證使用平行執行緒的測試套件能在那裡執行,而不必將它們加入預設建置的 TSAN 工作;關聯的 PR gh-129696 和 gh-129746 表示這項工作已經在進行中。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- ci-cd, testing-qa
- Issue 類型
- 功能
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 20/100