summaryrefslogtreecommitdiffstats
path: root/src/test/libradosstriper (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: futex fail if more notification sent after destroyNitzan Mordechai2023-05-281-2/+15
* librados: fix stat test casesWei Wang2022-08-111-20/+20
* librados: export stat2 in C APIWei Wang2022-06-251-0/+24
* test: Avoid named semaphores on WindowsLucian Petrut2021-01-051-28/+37
* test/libradosstriper: use new aio_create_completion()Kefu Chai2019-11-011-104/+90
* test: s/rados_aio_create_completion/rados_aio_create_completion2/Kefu Chai2019-11-011-35/+4
* test: s/wait_for_safe/wait_for_complete/Kefu Chai2019-11-011-3/+3
* test: s/INSTANTIATE_TEST_CASE_P/INSTANTIATE_TEST_SUITE_P/Kefu Chai2019-05-021-1/+1
* librados: revert librados3/libradoscc back to librados2Jason Dillaman2019-02-201-5/+3
* librados: move C++ APIs into libradosppKefu Chai2018-11-012-5/+13
* Merge pull request #21983 from chardan/jfw-wip-libradosstriper_ultimate-final...Kefu Chai2018-08-231-0/+3
|\
| * build: add top-level libraddosstriper conditionalJesse Williamson2018-08-151-0/+3
* | cmake: link against gtest in a better wayKefu Chai2018-08-171-9/+3
|/
* common: Remove backport_std.h entirelyAdam C. Emerson2018-01-081-1/+0
* common: Get rid of artifact filenameAdam C. Emerson2017-12-141-1/+1
* common: Remove backported max and make_uniqueAdam C. Emerson2017-12-141-2/+2
* rados: Intializing members class StriperTestamitkuma2017-08-061-3/+3
* qa: move ceph-helpers and misc src/test/*.sh tests to qa/standaloneSage Weil2017-07-252-103/+0
* test/libradosstriper: always free allocated memoryKefu Chai2017-07-081-9/+8
* core/common: Fix ENODATA for FreeBSD with compat.hWillem Jan Withagen2017-06-151-0/+1
* test: add override in test submoduleliuchang08122017-03-031-7/+7
* radosstriper : Fixed semaphore cleanup and completion lifetime in striper aio...Sebastien Ponce2016-11-011-2/+4
* radosstriper : Fixed memory leaks found in valgrind testing of (improved) str...Sebastien Ponce2016-11-011-7/+18
* radosstriper : implementation of async remove/stat/stat2Sebastien Ponce2016-11-011-0/+40
* Merge pull request #10577 from wjwithagen/wip-wjw-test-rados-striperKefu Chai2016-08-251-8/+13
|\
| * rados-striper.sh: Use expect_failure and conditional stringmatchingWillem Jan Withagen2016-08-241-8/+13
* | cmake: install ceph_test_rados_striper_api_*Kefu Chai2016-08-021-0/+6
|/
* cmake: compile more radosstriper testsKefu Chai2016-06-041-3/+17
* cmake: libradosstriper's OUTPUT_NAME should be radosstriperKefu Chai2016-06-011-1/+1
* test: added env var setting to make check scriptsAli Maredia2016-05-021-0/+1
* cmake: working on rados-striper.sh testAli Maredia2016-04-151-1/+1
* cmake: moved tests into test/libradosstriper dirAli Maredia2016-04-151-0/+14
* tests and tools/scratchtool: Don't attempt to use NULL xattrDan Mick2015-12-011-2/+2
* tests: port uniqueness reminderLoic Dachary2015-10-271-1/+1
* 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