summaryrefslogtreecommitdiffstats
path: root/src/test/test_stress_watch.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: Avoid named semaphores on WindowsLucian Petrut2021-01-051-5/+5
* blacklist -> blocklistSage Weil2020-08-241-7/+7
* test/stress_watch: remove unused variableChangcheng Liu2020-06-291-1/+0
* test: s/INSTANTIATE_TEST_CASE_P/INSTANTIATE_TEST_SUITE_P/Kefu Chai2019-05-021-1/+1
* librados: move C++ APIs into libradosppKefu Chai2018-11-011-2/+2
* test: migrate atomic_t to std::atomic<>Jesse Williamson2017-05-191-4/+4
* common: add override for common submodule and miscliuchang08122017-02-161-2/+2
* test/rados: prune away unused bufferlist variableYan Jun2016-07-091-2/+1
* make ctors with one argument explicitDanny Al-Gaaf2016-01-291-1/+1
* threads: add thread namesIgor Podoski2016-01-051-1/+1
* common/buffer: changed buffer from class to namespaceMichal Jarzabek2015-11-301-1/+0
* test/librados: replace sem_init() with sem_open()Yan, Zheng2015-08-311-5/+5
* locally disable pragma warnings on gcc < 4.6Josh Durgin2015-02-101-0/+2
* ceph_test_stress_watch: do not unwatch if watch failedSage Weil2014-12-141-2/+3
* librados: mark old watch calls deprecatedSage Weil2014-12-041-0/+5
* ceph_test_stress_watch: test over cache poolSage Weil2014-04-151-1/+9
* test: Add blacklisting to test_stress_watchDavid Zafman2013-06-061-11/+32
* test_stress_watch: remove bogus assertsJosh Durgin2013-04-101-6/+0
* librados: test/rados-api/* -> test/librados/*Sage Weil2012-11-041-1/+1
* Merge branch 'wip-msgr'Sage Weil2012-08-131-3/+9
|\
| * test_stress_watch: verify that the watch operation isn't slowSage Weil2012-07-211-3/+9
* | test_stress_watch: just one librados instanceSage Weil2012-07-101-2/+2
|/
* test_stress_watch: exercise watch/unwatch/close from second clientYehuda Sadeh2012-06-011-2/+35
* test/test_stress_watch.cc: added simple watch stress testSamuel Just2011-09-221-0/+56