]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
aio_cxx: resolve test unreliability 66430/head
authorNitzan Mordechai <nmordech@redhat.com>
Tue, 9 Dec 2025 14:31:38 +0000 (14:31 +0000)
committerNitzan Mordechai <nmordech@ibm.com>
Mon, 4 May 2026 12:46:50 +0000 (12:46 +0000)
commit257a357b691c1a8b55b973ee91de95e678ac32eb
tree956a88fa459bfff05d1417e576de6d2677d9ee8d
parent9da2d94dd46adaae8926be3aeff33f3d67b17741
aio_cxx: resolve test unreliability

The LibRadosAio.PoolEIOFlag test was unstable, skip due to:
 - Test Unreliability (Timing Dependency): The test used a fixed
   iteration count for IO submission and finished too quickly, missing the
   target error.
    * Fix: The submission loop now runs continuously (time-bounded)
           until the EIO error is reliably caught, eliminating the timing issue.

Fixes: https://tracker.ceph.com/issues/73946
Signed-off-by: Nitzan Mordechai <nmordec@ibm.com>
src/test/librados/aio_cxx.cc