Re: [RFC 03/11] tests/unit: skip test-nested-aio-poll with io_uring

2025-05-28 Thread Eric Blake
On Wed, May 28, 2025 at 03:09:08PM -0400, Stefan Hajnoczi wrote: > test-nested-aio-poll relies on internal details of how fdmon-poll.c > handles AioContext polling. Skip it when other fdmon implementations are > in use. > > Note that this test is only built on POSIX systems so it is safe to > incl

[RFC 03/11] tests/unit: skip test-nested-aio-poll with io_uring

2025-05-28 Thread Stefan Hajnoczi
test-nested-aio-poll relies on internal details of how fdmon-poll.c handles AioContext polling. Skip it when other fdmon implementations are in use. Note that this test is only built on POSIX systems so it is safe to include "util/aio-posix.h". Signed-off-by: Stefan Hajnoczi --- tests/unit/test