summaryrefslogtreecommitdiffstats
path: root/src/test/system (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: migrate atomic_t to std::atomic<>Jesse Williamson2017-05-191-3/+3
* test: add override in test submoduleliuchang08122017-03-038-15/+15
* common: add override for common submodule and miscliuchang08122017-02-162-5/+5
* test: More portable use of mmap(MAP_ANON)Willem Jan Withagen2016-08-041-1/+1
* cmake: add missing bits for rados/test.shKefu Chai2016-06-281-8/+14
* Merge pull request #9178 from wjwithagen/wip-wjw-freebsd-compile-2Kefu Chai2016-06-051-4/+1
|\
| * compat.h: added a set of extras for FreeBSD <> Linux compatabilityWillem Jan Withagen2016-05-251-4/+1
* | cmake: install binaries used by ceph-qa-suiteKefu Chai2016-06-041-2/+4
|/
* cmake: moved tests into test/system dirAli Maredia2016-04-151-0/+57
* test/system: fix a -Wsign-compare warning in compiling.Dongsheng Yang2016-03-311-1/+2
* test/system/*: use dynamically generated pool nameKefu Chai2016-03-277-13/+37
* test/system/rados_list_parallel: print oid if rados_write failsKefu Chai2016-03-251-1/+2
* Merge pull request #7743 from JiYou/open-test-for-bug-2339Kefu Chai2016-02-241-3/+1
|\
| * test: enable test for bug #2339 which has been resolved.You Ji2016-02-241-3/+1
* | make ctors with one argument explicitDanny Al-Gaaf2016-01-291-1/+1
|/
* systest_runnable: adjust argument to suite PreforkerHaomai Wang2015-05-011-16/+13
* systest_runnable: Use Preforker to do forkHaomai Wang2015-05-012-39/+14
* systest_runnable.h: mark copy ctor as explicitDanny Al-Gaaf2015-04-151-1/+1
* locally disable pragma warnings on gcc < 4.6Josh Durgin2015-02-102-0/+4
* ceph_test_rados_watch_notify: do not unwatch on invalid handleSage Weil2014-12-041-1/+2
* librados: mark old watch calls deprecatedSage Weil2014-12-042-0/+10
* st_rados_list_objects.cc: free resources in error caseDanny Al-Gaaf2014-11-131-3/+6
* test: New and updated testing for pgls of all namespacesDavid Zafman2014-10-201-3/+3
* rados_list_parallel.cc: cleanup before return from run()Danny Al-Gaaf2014-10-081-3/+7
* test: Fix ceph_test_rados_watch_notify to delete the pools it createsDavid Zafman2014-09-111-0/+6
* st_rados_create_pool.cc: cleanup before return from run()Danny Al-Gaaf2014-09-041-2/+6
* rados_list_parallel.cc: cleanup before return from run()Danny Al-Gaaf2014-09-041-3/+7
* test/system/systest_runnable.cc: debugging on start and endSamuel Just2014-08-131-0/+2
* librados, test: Have write, append and write_full return 0 on successDavid Zafman2014-04-112-2/+2
* test: Fix ceph_test_rados_list_parallel to clean up test poolDavid Zafman2014-04-011-0/+9
* test/system/st_rados_watch: expect ENOENT for watch on non-existent objectSamuel Just2014-03-133-7/+15
* test: Fix valgrind found "Mismatched free() / delete / delete []"David Zafman2013-07-311-2/+2
* test/system/*: parse CEPH_ARGS environmentSage Weil2013-07-298-0/+11
* test/system/systest_runnable.cc: reduce scope of 'ret' in join()Danny Al-Gaaf2013-05-161-2/+2
* test/system/st_rados_list_objects.cc: reduce scope of 'ret' in run()Danny Al-Gaaf2013-05-161-2/+2
* test/system/st_rados_create_pool.cc_ reduce scope of 'ret' in run()Danny Al-Gaaf2013-05-161-2/+1
* test/system/rados_list_parallel.cc: reduce scope of 'ret'Danny Al-Gaaf2013-05-161-4/+2
* test/system/st_rados_list_objects.cc: remove not needed statementDanny Al-Gaaf2013-03-121-2/+0
* systest: restrict list error acceptanceJosh Durgin2013-02-261-1/+1
* systest: fix race with pool deletionJosh Durgin2013-02-254-13/+19
* st_rados_watch: tolerate extra notifiesJosh Durgin2012-12-121-2/+8
* testrados_watch_notify: fix most tests, disable oneSage Weil2012-10-171-2/+11
* testrados_list_parallel: fixSage Weil2012-10-176-13/+13
* add missing #includes to build on gcc 4.7Tom Callaway2012-02-171-0/+1
* librados,Objecter,PG: list objects now includes the locator keySamuel Just2011-12-071-1/+1
* First cut of FreeBSD support. This patch allowes ceph to compile successfullyStanislav Sedov2011-10-051-0/+8
* systest: add watch/notify tests with pool and object deletionJosh Durgin2011-08-021-0/+182
* systest: st_rados_create_pool: optionally wait before creating the poolJosh Durgin2011-08-025-9/+22
* systest: add object deletion to mirror object creationJosh Durgin2011-08-022-0/+118
* systest: add st_rados_notify building block for watch/notify testsJosh Durgin2011-08-022-0/+124