mbox series

[liburing,0/2] tests for deferred multishot completions

Message ID 20221124103042.4129289-1-dylany@meta.com (mailing list archive)
Headers show
Series tests for deferred multishot completions | expand

Message

Dylan Yudaken Nov. 24, 2022, 10:30 a.m. UTC
Hi,

This adds a couple of tests that expose some trickier corner cases for
multishot APIS, specifically in light of the latest series to batch &
defer multishot completion.


Dylan Yudaken (2):
  Add a test for errors in multishot recv
  add a test for multishot downgrading

 test/poll-mshot-overflow.c | 105 ++++++++++++++++++++++++++++++++++++-
 test/recv-multishot.c      |  85 ++++++++++++++++++++++++++++++
 2 files changed, 188 insertions(+), 2 deletions(-)


base-commit: b90a28636e5b5efe6dc1383acc90aec61814d9ba

Comments

Jens Axboe Nov. 24, 2022, 1:25 p.m. UTC | #1
On Thu, 24 Nov 2022 02:30:40 -0800, Dylan Yudaken wrote:
> This adds a couple of tests that expose some trickier corner cases for
> multishot APIS, specifically in light of the latest series to batch &
> defer multishot completion.
> 
> 
> Dylan Yudaken (2):
>   Add a test for errors in multishot recv
>   add a test for multishot downgrading
> 
> [...]

Applied, thanks!

[1/2] Add a test for errors in multishot recv
      (no commit info)
[2/2] add a test for multishot downgrading
      (no commit info)

Best regards,