MagicStack / MagicStack/uvloop
test_write_pipe failures on PPC64le
未关闭
还没有人认领这个 Issue。
- 主要语言
- Cython
- 星标
- 11.9k
- 派生
- 616
- PR 合并指标
- 30 天内没有已合并 PR
描述
- uvloop version: 0.17.0
- Python version: 3.11
- Platform: Linux Fedora 37 / rawhide
- Can you reproduce the bug with
PYTHONASYNCIODEBUGin env?: unknown - Does uvloop behave differently from vanilla asyncio? How?: unknown
Test failures on PPC64le (aka little endian):
test_write_buffer_full (tests.test_pipes.Test_AIO_Pipes.test_write_buffer_full) ... FAIL
test_write_buffer_full (tests.test_pipes.Test_UV_Pipes.test_write_buffer_full) ... FAIL
All other arches worked. For a while, logs of failure can be seen at: https://kojipkgs.fedoraproject.org//work/tasks/2302/97832302/build.log
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 tests/test_pipes.py 和 Test_AIO_Pipes、Test_UV_Pipes 中失败的 test_write_buffer_full 用例开始。将 PPC64le 的失败日志与其他架构上的结果进行比较,然后验证这两个测试在 PPC64le 上均通过,且不会导致其他平台出现回归。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- operating-systems, testing-qa
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100