summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-10-24test/send_recvmsg: ensure we exitJens Axboe
2019-10-24test/runtests.sh: only log first test to have alive workers on exitJens Axboe
2019-10-24test/accept: add test to see if we cancel correctly on exitJens Axboe
2019-10-24test/runtests.sh: check for remaining io_uring workers on exitJens Axboe
2019-10-23test/timeout: add multi timeout reqs test with different countzhangyi (F)
2019-10-23test/timeout: add multi timeout reqs test with different timeoutzhangyi (F)
2019-10-21Shorten timeout testsJens Axboe
2019-10-21Add test for overflow of timeout request's sequenceyangerkun
2019-10-18test/accept: fix a few errorsJens Axboe
2019-10-18test/accept: test that we -EINVAL for accept with SQPOLLJens Axboe
2019-10-17Add simple IORING_OP_ACCEPT test caseJens Axboe
2019-10-17test/socket-rw.c: use TCP, not pipesJens Axboe
2019-10-17Add deadlock socket read/write test caseJens Axboe
2019-10-17Un-DOSify test/232c93d07b74-test.cJens Axboe
2019-10-17Add test case for non-blocking socket reads/writesJens Axboe
2019-10-16Add IORING_OP_TIMEOUT_REMOVEJens Axboe
2019-10-16test/timeout: cleanup cqe seen and error printsJens Axboe
2019-10-15Make io_uring_prep_timeout() take timeout flagsJens Axboe
2019-10-15Add test case for absolute timeoutsJens Axboe
2019-10-14Add test case for skb/socket ref count issues with fully sparse file setJens Axboe
2019-10-09Add regression test case for commit 8a9973408177Jens Axboe
2019-10-08test/runtests.sh: distinguish between failed and OK timeoutsJens Axboe
2019-10-08test/cq-size: use 'ret', not 'errno' directlyJens Axboe
2019-10-08b/test/file-register: convert to library functions and clean upJens Axboe
2019-10-08test/runtests.sh: check for root before using /dev/kmsgJens Axboe
2019-10-07test/file-register: close/unlink test_shrink() filesJens Axboe
2019-10-07test/file-register: catch succeeding with too many fdsJens Axboe
2019-10-04Add test case for application specified cq ring sizeJens Axboe
2019-10-04test/file-register: add test case for zero initial fdsJeff Moyer
2019-10-03test/runtests.sh: make default timeout 30s, not 10sJens Axboe
2019-10-03test/file-register: add grow/shrink casesJens Axboe
2019-10-03Add test/file-registerJens Axboe
2019-10-01Switch to 32/64-bit agnostic timeout formatJens Axboe
2019-09-27Fold io_uring_wait_cqes_timeout() with io_uring_wait_cqes()Jens Axboe
2019-09-25Add io_uring_peek_batch_cqe()James Rouzier
2019-09-25Add io_uring_cq_ready()James Rouzier
2019-09-23Add STDOUT write testJens Axboe
2019-09-22Makefile: handle quiet AR/RANLIBJens Axboe
2019-09-21Makefile: add pretty/quiet CC/LN outputJens Axboe
2019-09-21Generalize Makefiles for examples and test.James Rouzier
2019-09-21test/timeout: use io_uring_wait_cqes_timeout()Jens Axboe
2019-09-21io_uring_wait_cqe_timeout: document that io_uring_submit() not neededJens Axboe
2019-09-21Add io_uring_sq_space_left()James Rouzier
2019-09-21Add io_uring_wait_cqe_timeout()Jens Axboe
2019-09-20Add TIMEOUT supportJens Axboe
2019-09-19Remove TIMEOUT codeJens Axboe
2019-09-17test/timeout: check if we always get a wakeup from timeoutJens Axboe
2019-09-17test/timeout: include some notion of verifying length of timeoutJens Axboe
2019-09-17Add basic IORING_OP_TIMEOUT test caseJens Axboe
2019-09-16liburing: add io_uring_prep_{recv,send}msg李通洲