mbox series

[liburing,0/2] test: fix poll-mshot-update tests

Message ID 20220721160406.1700508-1-dylany@fb.com (mailing list archive)
Headers show
Series test: fix poll-mshot-update tests | expand

Message

Dylan Yudaken July 21, 2022, 4:04 p.m. UTC
This test did not look at the IORING_CQE_F_MORE flag, and so could start failing.
Update it to do this in patch 1, and then patch 2 runs the test with more/less
overflows to test these codepaths

Dylan Yudaken (2):
  fixup poll-mshot-update
  test: have poll-mshot-update run with both big and small cqe

 test/poll-mshot-update.c | 116 ++++++++++++++++++++++++++++-----------
 1 file changed, 83 insertions(+), 33 deletions(-)


base-commit: 4e6eec8bdea906fe5341c97aef96986d605004e9

Comments

Jens Axboe July 21, 2022, 4:50 p.m. UTC | #1
On Thu, 21 Jul 2022 09:04:04 -0700, Dylan Yudaken wrote:
> This test did not look at the IORING_CQE_F_MORE flag, and so could start failing.
> Update it to do this in patch 1, and then patch 2 runs the test with more/less
> overflows to test these codepaths
> 
> Dylan Yudaken (2):
>   fixup poll-mshot-update
>   test: have poll-mshot-update run with both big and small cqe
> 
> [...]

Applied, thanks!

[1/2] fixup poll-mshot-update
      commit: 6451f3d9c0d06537a87d2adbe88c7f83aa0de787
[2/2] test: have poll-mshot-update run with both big and small cqe
      commit: 3609e11ccce8a9bc1ce36a3191fa8e25dd762932

Best regards,