mbox series

[liburing,0/3] test poll missing events

Message ID cover.1669079092.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series test poll missing events | expand

Message

Pavel Begunkov Nov. 23, 2022, 11:35 a.m. UTC
Pavel Begunkov (3):
  tests: remove sigalarm from poll.c
  tests: refactor poll.c
  tests: check for missing multipoll events

 test/poll.c | 146 ++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 120 insertions(+), 26 deletions(-)

Comments

Jens Axboe Nov. 23, 2022, 5:51 p.m. UTC | #1
On Wed, 23 Nov 2022 11:35:07 +0000, Pavel Begunkov wrote:
> Pavel Begunkov (3):
>   tests: remove sigalarm from poll.c
>   tests: refactor poll.c
>   tests: check for missing multipoll events
> 
> test/poll.c | 146 ++++++++++++++++++++++++++++++++++++++++++----------
>  1 file changed, 120 insertions(+), 26 deletions(-)
> 
> [...]

Applied, thanks!

[1/3] tests: remove sigalarm from poll.c
      commit: b532e9cb82a320186d6f9860ee2fdf2af0012dec
[2/3] tests: refactor poll.c
      commit: 81107fed5e17217caf7c6c51e6b468269de6403f
[3/3] tests: check for missing multipoll events
      commit: b90a28636e5b5efe6dc1383acc90aec61814d9ba

Best regards,