summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-04-06test/poll-mshot-update: test live updates of triggering requestsJens Axboe
2021-04-04tests: test CQE ordering on early submission failPavel Begunkov
2021-04-03test/rw_merge_test: code cleanupsJens Axboe
2021-03-31Merge branch 'io_merge_testcase' of https://github.com/dmonakhov/liburingJens Axboe
2021-03-31test: get rid of x86_64'isms in the test codeJens Axboe
2021-03-31test/ring-leak: get rid of warning on unchecked readJens Axboe
2021-03-31test/pipe-reuse: ignore short readJens Axboe
2021-03-29test/connect: randomize connect portJens Axboe
2021-03-29test/socket-rw*: don't fatally error on failure to bindJens Axboe
2021-03-26tests: more cancellation testsPavel Begunkov
2021-03-19add test case for 5.4 io merge regression logicDmitry Monakhov
2021-03-18tests: test that ring exit cancels io-wqPavel Begunkov
2021-03-18tests: add more IORING_OP_ASYNC_CANCEL testsPavel Begunkov
2021-02-28Add test case for exiting with SQPOLL and rings created disabledJens Axboe
2021-02-24Merge branch 'test-io-after-child-exit' of https://github.com/anarazel/liburingJens Axboe
2021-02-24test: use ring creation helpers where appropriateJens Axboe
2021-02-24test/helpers: add ring creation helpersJens Axboe
2021-02-24helpers: prefix any helper with t_ instead of io_uring_Jens Axboe
2021-02-23tests: add test for using ring after a forked child exits.Andres Freund
2021-02-23test/helpers: remove extra whitespaceJens Axboe
2021-02-23Merge branch 'add-memalign-helper' of https://github.com/ZhiqiangLiu26/liburingJens Axboe
2021-02-23test/Makefile: ensure dependencies and build of helpers.[ch] is saneJens Axboe
2021-02-23helpers: add io_uring_create_buffers() helperZhiqiang Liu
2021-02-23helpers: add io_uring_create_file() helperZhiqiang Liu
2021-02-23helpers: add io_uring_calloc helperZhiqiang Liu
2021-02-23helpers: add io_uring_posix_memalign helperZhiqiang Liu
2021-02-23tests: add helpers.h to harden the testsZhiqiang Liu
2021-02-18test: don't expect links to be partially executedPavel Begunkov
2021-02-17test: use random port in range for socket testsJens Axboe
2021-02-17test/fsync: use new io_uring_prep_sync_file_range() helperJens Axboe
2021-02-17test/read-write: skip too-big test on non-rootJens Axboe
2021-02-12a test for CVE-2020-29373 (AF_UNIX path resolution)Pavel Begunkov
2021-02-11tests: make the per-test device/file map TEST_MAPJens Axboe
2021-02-11test/sq-poll-share: don't ignore wait errorsPavel Begunkov
2021-02-11test/link-timeout: close pipes after yourselfPavel Begunkov
2021-02-10Add test case for circular reference SQPOLL hangJens Axboe
2021-02-07test/poll*: use appropriately sized CQ ringJens Axboe
2021-01-26test/drain: test draining linked timeoutsPavel Begunkov
2021-01-26test/file-register: skip file skipping on older kernelsJens Axboe
2021-01-26test/file-register: cleanupsJens Axboe
2021-01-26test/file-register.c: Add tests for skipping filenoah
2021-01-26test: use a map to define test files / devices we needHao Xu
2021-01-24tests: add another timeout sequence test caseMarcelo Diop-Gonzalez
2021-01-24Add two ring deadlock caseJens Axboe
2021-01-24Add circular poll ring test caseJens Axboe
2021-01-21test/self: skip if argument passed inJens Axboe
2021-01-21Add test case for thread exiting with pending IOJens Axboe
2021-01-07tests: test fixed file removal orderPavel Begunkov
2021-01-06tests: identify timed out tests correctlyPavel Begunkov
2020-12-15Merge branch 'master' of https://github.com/romange/liburingJens Axboe