]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
src/test: test sync/async i/o code paths with huge (4GiB) buffers
authorDhairya Parmar <dparmar@redhat.com>
Wed, 17 Jul 2024 13:00:29 +0000 (18:30 +0530)
committerDhairya Parmar <dparmar@redhat.com>
Tue, 22 Apr 2025 12:09:05 +0000 (14:09 +0200)
commit28b15bd1ec58e2a1cfbcf139ea3df81079f71e3e
tree2ce38576a0792b38bf23247123ba9d07e1b4ff8e
parentd6d49c93e68ae117365c9779f6e27805bd1cca45
src/test: test sync/async i/o code paths with huge (4GiB) buffers

to make sure there are no crashes and max bytes written is INT_MAX
(clamped in write paths).

Fixes: https://tracker.ceph.com/issues/66245
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
src/test/client/nonblocking.cc
src/test/client/syncio.cc