]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
Added unit test suite for the Rados striping API.
authorSebastien Ponce <sebastien.ponce@cern.ch>
Thu, 6 Feb 2014 10:38:44 +0000 (11:38 +0100)
committerJosh Durgin <josh.durgin@inktank.com>
Sat, 7 Jun 2014 01:12:34 +0000 (18:12 -0700)
commitfa01ca65981bca455f31a3cd7813c081a8d128d0
tree94614f75ad08365c9fce4f0cb50459fb8ddf4c50
parentd160ce23770d73649d22ef1ff1a6670cd3864a51
Added unit test suite for the Rados striping API.

This includes tests for standard io and asynchronous io, similar to what is tested in the rados tests.
In addition, it includes in depth tests of the striping itself.

Signed-off-by: Sebastien Ponce <sebastien.ponce@cern.ch>
src/test/Makefile.am
src/test/librados/io.cc
src/test/libradosstriper/TestCase.cc [new file with mode: 0644]
src/test/libradosstriper/TestCase.h [new file with mode: 0644]
src/test/libradosstriper/aio.cc [new file with mode: 0644]
src/test/libradosstriper/io.cc [new file with mode: 0644]
src/test/libradosstriper/striping.cc [new file with mode: 0644]