Files
third_party_liburing/test
Jens Axboe abce98153b Add a test case for closed pipe terminating properly
This is fixed by upstream commit:

commit 68faa4727c0e2d7d255d9b97e754f2cda748f141
Author: Jens Axboe <axboe@kernel.dk>
Date:   Tue Aug 25 12:27:50 2020 -0600

    io_uring: don't use poll handler if file can't be nonblocking read/written

We're testing whether we first get some data, then a zero return on the
next one when it's closed. The buggy behavior was to arm a poll handler,
which isn't notified when the pipe is closed.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-08-25 17:23:14 -06:00
..
2020-06-09 19:50:30 -06:00
2020-05-20 09:32:11 -06:00
2020-07-08 19:30:05 -06:00
2020-02-11 20:34:12 -07:00
2019-10-24 19:19:49 -06:00
2020-06-28 14:03:56 -06:00
2020-06-16 13:47:13 -06:00