]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/client: Fix aio nonblocking test
authorKotresh HR <khiremat@redhat.com>
Sat, 28 Sep 2024 17:49:30 +0000 (23:19 +0530)
committerKotresh HR <khiremat@redhat.com>
Fri, 4 Oct 2024 17:05:50 +0000 (22:35 +0530)
commitb5af1c1ffe8786a96c866edcec69c78030e9f2e4
tree4e124cfaa10def5cb7c780ab9580edde5b22287e
parent59b996f0ed022f1bafd77317467d2e18ff0fa710
test/client: Fix aio nonblocking test

The same bufferlist is used without cleaning
for multiple calls. The test 'LlreadvLlwritev'
used to fail because of it. Fixed the same.

Fixes: https://tracker.ceph.com/issues/68146
Signed-off-by: Kotresh HR <khiremat@redhat.com>
src/test/client/nonblocking.cc