test_multiprocessing_fork running without any timeout
未关闭
还没有人认领这个 Issue。
tests
topic-multiprocessing
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 36k
- 平均合并
- 1 天 9 小时
- 30 天内合并 PR
- 558
描述
| BPO | 46999 |
|---|---|
| Nosy | @doko42 |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2022-03-13.05:17:57.224>
labels = ['tests']
title = 'test_multiprocessing_fork running without any timeout'
updated_at = <Date 2022-03-13.05:17:57.224>
user = 'https://github.com/doko42'
bugs.python.org fields:
activity = <Date 2022-03-13.05:17:57.224>
actor = 'doko'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2022-03-13.05:17:57.224>
creator = 'doko'
dependencies = []
files = []
hgrepos = []
issue_num = 46999
keywords = []
message_count = 1.0
messages = ['415027']
nosy_count = 1.0
nosy_names = ['doko']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue46999'
versions = []
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
在 CPython 测试套件中搜索 test_multiprocessing_fork 入口点,并检查当前测试的运行方式。添加超时机制,使测试无法无限期运行,然后运行相关的 multiprocessing 测试,并确认它在配置的限制时间内终止。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- testing-qa
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100