MagicStack / MagicStack/uvloop
test_write_pipe failures on PPC64le
Nobody has claimed this yet.
- Dominant language
- Cython
- Stars
- 11.9k
- Forks
- 616
- PR merge metrics
- No merged PRs in 30d
Description
- 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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with tests/test_pipes.py and the failing test_write_buffer_full cases in Test_AIO_Pipes and Test_UV_Pipes. Compare the PPC64le failure log with results on other architectures, then verify that both tests pass on PPC64le without regressing the other platforms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- operating-systems, testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100