summaryrefslogtreecommitdiffstats
path: root/src/test/libradosstriper (follow)
Commit message (Expand)AuthorAgeFilesLines
* test/librados: replace sem_init() with sem_open()Yan, Zheng2015-08-311-53/+54
* libradosstriper/striping.cc: include "include/types.h"Yan, Zheng2015-08-311-0/+2
* tests: rados striper tests use 7116 instead of 7113Loic Dachary2015-08-051-1/+1
* Fixed inclusion of ceph-helpers file in tests after it was moved to qa/workunitsSebastien Ponce2015-06-241-1/+1
* tests : Fixed radosstriper tests to introduce the needed calls to setup and t...Sebastien Ponce2015-06-231-3/+9
* rados: Added --striper option to the command lineSebastien Ponce2015-06-231-0/+89
* libradosstriper/striping.cc: fix resource leakDanny Al-Gaaf2015-02-241-1/+2
* libradosstriper: fixed write_full when ENOENTSebastien Ponce2015-02-061-0/+14
* libradosstriper/striping.cc: fix strdup memory leaksDanny Al-Gaaf2014-10-271-4/+10
* test/libradosstriper/striping.cc: fix wrong indentationDanny Al-Gaaf2014-10-271-19/+19
* Added missing semaphore in libradosstriper AIO tests leading to potential mem...Sebastien Ponce2014-10-201-0/+32
* test/libradosstriper/striping.cc: remove dead initializationDanny Al-Gaaf2014-09-191-1/+1
* test: use 0U with gtest to avoid spurious warningsLoic Dachary2014-07-011-1/+1
* Merge pull request #2035 from ceph/wip-da-SCA-20140623Sage Weil2014-06-261-1/+2
|\
| * test/libradosstriper/striping.cc: fix potential memory leakDanny Al-Gaaf2014-06-231-1/+2
* | test: use (unsigned)0 with gtest to avoid spurious warningsGreg Farnum2014-06-261-1/+1
* | Added a couple of ASSERTS for avoiding coverity to complain about the possibi...Sebastien Ponce2014-06-262-2/+4
|/
* fix compilation warningsLoic Dachary2014-06-102-4/+4
* Added unit test suite for the Rados striping API.Sebastien Ponce2014-06-075-0/+1402