uvloop icon indicating copy to clipboard operation
uvloop copied to clipboard

test_write_pipe failures on PPC64le

Open paulwouters opened this issue 2 years ago • 0 comments

  • uvloop version: 0.17.0
  • Python version: 3.11
  • Platform: Linux Fedora 37 / rawhide
  • Can you reproduce the bug with PYTHONASYNCIODEBUG in 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

paulwouters avatar Feb 22 '23 01:02 paulwouters