summaryrefslogtreecommitdiffstats
path: root/src/test/librados (follow)
Commit message (Expand)AuthorAgeFilesLines
* cmake: link librados tests against librados.soKefu Chai2017-10-271-12/+12
* test/librados/cmd.cc: avoid using non-librados facilitiesKefu Chai2017-10-271-13/+7
* Merge pull request #18092 from tchaikov/wip-cmake-cleanupSage Weil2017-10-051-2/+2
|\
| * cmake: always use CMAKE_RUNTIME_OUTPUT_DIRECTORY as the unittests' pathKefu Chai2017-10-031-2/+2
* | osd: additional protection for out-of-bounds EC readsJason Dillaman2017-10-031-0/+22
|/
* Merge pull request #17790 from joscollin/wip-test-warning-signed-unsignedSage Weil2017-09-251-2/+2
|\
| * test: silence warning from -Wsign-compareJos Collin2017-09-191-2/+2
* | Merge pull request #17579 from liewegas/wip-kill-snapdirsSage Weil2017-09-221-2/+5
|\ \
| * | ceph_test_rados_api_pool: make LibRadosPools.PoolList tolerate long pool namesSage Weil2017-09-211-2/+5
* | | Merge pull request #17723 from amitkumar50/cov-librados-3Yuri Weinstein2017-09-201-2/+2
|\ \ \ | |_|/ |/| |
| * | rados: Initialization of alignmentamitkuma2017-09-171-2/+2
| |/
* / ceph_test_rados_api_tier: add ListSnap testXuehan Xu2017-09-131-0/+151
|/
* common,mon,osd,pybind: remove executable mode bitKefu Chai2017-09-071-0/+0
* test/librados/aio.cc: silence coverity with scope_guardDanny Al-Gaaf2017-09-021-4/+5
* c_read_operations.cc: silence coverity with scope_guardDanny Al-Gaaf2017-09-021-1/+2
* Merge pull request #16896 from amitkumar50/cov-librado-2Yuri Weinstein2017-08-171-10/+10
|\
| * rados: Initializing members of librados/TestCase.hamitkuma2017-08-081-10/+10
* | Merge pull request #16625 from Yan-waller/wip-walle-0727testlibradosSage Weil2017-08-131-2/+2
|\ \
| * | test/librados: reorder parameterYan Jun2017-07-271-2/+2
* | | test/librados: create unique lock namesNeha Ojha2017-08-091-90/+90
| |/ |/|
* | test/librados: Initializing left members from aio.ccamitkuma2017-08-071-3/+3
* | osd: cmpext operator should ignore -ENOENT on readJason Dillaman2017-07-291-0/+34
|/
* Merge pull request #16543 from dillaman/wip-service-daemon-c-apiKefu Chai2017-07-261-0/+57
|\
| * librados: add missing implementations for C service daemon API methodsJason Dillaman2017-07-241-0/+57
* | osd: support cmpext operation on EC-backed poolsJason Dillaman2017-07-211-0/+81
|/
* common: remove max_open_files config optionSage Weil2017-07-211-4/+4
* Merge pull request #16402 from liewegas/wip-20105Sage Weil2017-07-201-0/+16
|\
| * ceph_test_rados_api_watch_notify: flush after unwatchSage Weil2017-07-181-0/+16
* | test: skip pool application metadata tests if OSDs not at min luminousJason Dillaman2017-07-194-9/+74
* | librados: new API to manipulate pool application metadataJason Dillaman2017-07-191-0/+92
|/
* Merge pull request #15858 from liewegas/wip-mgr-servicemapJohn Spray2017-07-102-0/+69
|\
| * librados: include common daemon metadata in service_daemon_registerJohn Spray2017-07-091-0/+1
| * librados: allow service registrationsSage Weil2017-07-092-0/+68
* | Merge pull request #16027 from liewegas/wip-crush-rule-classSage Weil2017-07-091-2/+2
|\ \ | |/ |/|
| * erasure-code: ruleset-* -> crush-*Sage Weil2017-07-061-2/+2
* | ceph_test_rados_api_c_read_operations: do not assert per-op rval is correctSage Weil2017-07-071-1/+3
|/
* Merge pull request #15611 from tchaikov/wip-20175Jason Dillaman2017-06-166-130/+149
|\
| * test/librados: extract functions using libcommon in test.cc into test_common.ccKefu Chai2017-06-126-130/+149
* | cmake: use boost target instead of libary path while linking against themKefu Chai2017-06-141-1/+1
* | ceph_test_rados_api_*: wait for snap trim on ENOENT during cleanupSage Weil2017-06-121-13/+32
|/
* ceph_test_rados_api_misc: fix LibRadosMiscConnectFailure.ConnectFailure retrySage Weil2017-06-061-0/+1
* ceph_test_rados_api_tier: skip redirect tests if not luminousSage Weil2017-05-271-0/+26
* Merge branch 'wip-extensible_tier-redirect' of git://github.com/myoungwon/cep...Sage Weil2017-05-271-0/+105
|\
| * src/test: unit testmyoungwon oh2017-05-061-0/+105
* | ceph_test_rados_api_list: more fix LibRadosListNP.ListObjectsErrorSage Weil2017-05-171-0/+1
* | ceph_test_rados_api_list: make LibRadosListNP.ListObjectsError delete pool ev...Sage Weil2017-05-051-1/+11
* | mon/OSDMonitor: add mon_fake_pool_delete optionSage Weil2017-05-051-10/+18
* | ceph_test_rados_api_*: do not clean up objects (usually)Sage Weil2017-05-053-29/+72
* | ceph_test_rados_api_list: update check_listSage Weil2017-05-051-9/+6
* | Merge pull request #14889 from joscollin/wip-test-write-operations-warningSage Weil2017-05-021-2/+2
|\ \