]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
src/test: test async i/o after cluster is full 54435/head
authorDhairya Parmar <dparmar@redhat.com>
Thu, 13 Jun 2024 13:00:15 +0000 (18:30 +0530)
committerDhairya Parmar <dparmar@redhat.com>
Thu, 13 Nov 2025 20:50:15 +0000 (02:20 +0530)
commit445075c509a59fd2afde7538ae6d60141499f36a
tree7fc1955798cec588b5b1a7cc7f6c91e35ed1a25e
parentfc7d90b3bdb1baa801ad93bc3a188fe85d5957dd
src/test: test async i/o after cluster is full

This requires a new suite, cannot be run with other async i/o test cases
therefore apart from adding the test case, add a binary, a shell script
to run it and a YAML file to pick it up in teuthology.

Fixes: https://tracker.ceph.com/issues/63104
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
qa/suites/fs/libcephfs/tasks/client_full.yaml [new file with mode: 0644]
qa/workunits/client/test_full.sh [new file with mode: 0755]
src/test/client/CMakeLists.txt
src/test/client/TestClient.h
src/test/client/nonblocking_full.cc [new file with mode: 0644]