summaryrefslogtreecommitdiffstats
path: root/src/test/old (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test/old: Removed commented codeJos Collin2017-05-301-47/+0
| | | | | | | There were lot of commented code inside src/test/old/testcrush.cc. This was found while doing the PR#15364. Removed them. Signed-off-by: Jos Collin <jcollin@redhat.com>
* common: Unskew clockAdam C. Emerson2016-12-224-7/+7
| | | | | | | | In preparation to deglobalizing CephContext, remove the CephContext* parameter to ceph_clock_now() and ceph::real_clock::now() that carries a configurable offset. Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
* all: add const to operator<< paramMichal Jarzabek2016-06-051-1/+1
| | | | Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
* make ctors with one argument explicitDanny Al-Gaaf2016-01-292-2/+2
| | | | | | | Use explicit keyword for constructors with one argument to prevent implicit usage as conversion functions. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* test_disk_bw.cc: reduce scope of variableDanny Al-Gaaf2014-10-261-2/+2
| | | | Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* test_seek_read.c: remove unused variable 'off64_t so'Danny Al-Gaaf2013-11-071-1/+1
| | | | Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* testxattr.cc: remove twice included <iostream>Danny Al-Gaaf2013-02-041-1/+0
| | | | | | Cleanup includes, remove twice included <iostream>. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* Convert g_ceph_context to a pointer.Colin Patrick McCabe2011-06-214-7/+7
| | | | Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
* g_clock.now -> ceph_clock_nowColin Patrick McCabe2011-06-214-7/+7
| | | | Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
* ebofs: Remove dead code.Tommi Virtanen2011-04-071-333/+0
| | | | | | | | | | | | | | Nothing has used the EboFS object storage in years. Fix usage string of dupstore. FileJournal and Journal are now part of OSD proper, not EboFS. The old scripts in src/jobs are probably broken, but not touching them further right now. Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
* osbdb: Remove dead code.Tommi Virtanen2011-04-072-357/+0
| | | | | | Nothing has used the BerkeleyDB-backed object storage in years. Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
* Rename config.h -> common/config.hColin Patrick McCabe2011-02-231-1/+1
| | | | Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
* test_disk_bw.cc: use safe_writeColin Patrick McCabe2011-02-101-1/+4
| | | | Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
* move tests aroundSage Weil2009-10-0615-0/+1591