index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
system
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: migrate atomic_t to std::atomic<>
Jesse Williamson
2017-05-19
1
-3
/
+3
*
test: add override in test submodule
liuchang0812
2017-03-03
8
-15
/
+15
*
common: add override for common submodule and misc
liuchang0812
2017-02-16
2
-5
/
+5
*
test: More portable use of mmap(MAP_ANON)
Willem Jan Withagen
2016-08-04
1
-1
/
+1
*
cmake: add missing bits for rados/test.sh
Kefu Chai
2016-06-28
1
-8
/
+14
*
Merge pull request #9178 from wjwithagen/wip-wjw-freebsd-compile-2
Kefu Chai
2016-06-05
1
-4
/
+1
|
\
|
*
compat.h: added a set of extras for FreeBSD <> Linux compatability
Willem Jan Withagen
2016-05-25
1
-4
/
+1
*
|
cmake: install binaries used by ceph-qa-suite
Kefu Chai
2016-06-04
1
-2
/
+4
|
/
*
cmake: moved tests into test/system dir
Ali Maredia
2016-04-15
1
-0
/
+57
*
test/system: fix a -Wsign-compare warning in compiling.
Dongsheng Yang
2016-03-31
1
-1
/
+2
*
test/system/*: use dynamically generated pool name
Kefu Chai
2016-03-27
7
-13
/
+37
*
test/system/rados_list_parallel: print oid if rados_write fails
Kefu Chai
2016-03-25
1
-1
/
+2
*
Merge pull request #7743 from JiYou/open-test-for-bug-2339
Kefu Chai
2016-02-24
1
-3
/
+1
|
\
|
*
test: enable test for bug #2339 which has been resolved.
You Ji
2016-02-24
1
-3
/
+1
*
|
make ctors with one argument explicit
Danny Al-Gaaf
2016-01-29
1
-1
/
+1
|
/
*
systest_runnable: adjust argument to suite Preforker
Haomai Wang
2015-05-01
1
-16
/
+13
*
systest_runnable: Use Preforker to do fork
Haomai Wang
2015-05-01
2
-39
/
+14
*
systest_runnable.h: mark copy ctor as explicit
Danny Al-Gaaf
2015-04-15
1
-1
/
+1
*
locally disable pragma warnings on gcc < 4.6
Josh Durgin
2015-02-10
2
-0
/
+4
*
ceph_test_rados_watch_notify: do not unwatch on invalid handle
Sage Weil
2014-12-04
1
-1
/
+2
*
librados: mark old watch calls deprecated
Sage Weil
2014-12-04
2
-0
/
+10
*
st_rados_list_objects.cc: free resources in error case
Danny Al-Gaaf
2014-11-13
1
-3
/
+6
*
test: New and updated testing for pgls of all namespaces
David Zafman
2014-10-20
1
-3
/
+3
*
rados_list_parallel.cc: cleanup before return from run()
Danny Al-Gaaf
2014-10-08
1
-3
/
+7
*
test: Fix ceph_test_rados_watch_notify to delete the pools it creates
David Zafman
2014-09-11
1
-0
/
+6
*
st_rados_create_pool.cc: cleanup before return from run()
Danny Al-Gaaf
2014-09-04
1
-2
/
+6
*
rados_list_parallel.cc: cleanup before return from run()
Danny Al-Gaaf
2014-09-04
1
-3
/
+7
*
test/system/systest_runnable.cc: debugging on start and end
Samuel Just
2014-08-13
1
-0
/
+2
*
librados, test: Have write, append and write_full return 0 on success
David Zafman
2014-04-11
2
-2
/
+2
*
test: Fix ceph_test_rados_list_parallel to clean up test pool
David Zafman
2014-04-01
1
-0
/
+9
*
test/system/st_rados_watch: expect ENOENT for watch on non-existent object
Samuel Just
2014-03-13
3
-7
/
+15
*
test: Fix valgrind found "Mismatched free() / delete / delete []"
David Zafman
2013-07-31
1
-2
/
+2
*
test/system/*: parse CEPH_ARGS environment
Sage Weil
2013-07-29
8
-0
/
+11
*
test/system/systest_runnable.cc: reduce scope of 'ret' in join()
Danny Al-Gaaf
2013-05-16
1
-2
/
+2
*
test/system/st_rados_list_objects.cc: reduce scope of 'ret' in run()
Danny Al-Gaaf
2013-05-16
1
-2
/
+2
*
test/system/st_rados_create_pool.cc_ reduce scope of 'ret' in run()
Danny Al-Gaaf
2013-05-16
1
-2
/
+1
*
test/system/rados_list_parallel.cc: reduce scope of 'ret'
Danny Al-Gaaf
2013-05-16
1
-4
/
+2
*
test/system/st_rados_list_objects.cc: remove not needed statement
Danny Al-Gaaf
2013-03-12
1
-2
/
+0
*
systest: restrict list error acceptance
Josh Durgin
2013-02-26
1
-1
/
+1
*
systest: fix race with pool deletion
Josh Durgin
2013-02-25
4
-13
/
+19
*
st_rados_watch: tolerate extra notifies
Josh Durgin
2012-12-12
1
-2
/
+8
*
testrados_watch_notify: fix most tests, disable one
Sage Weil
2012-10-17
1
-2
/
+11
*
testrados_list_parallel: fix
Sage Weil
2012-10-17
6
-13
/
+13
*
add missing #includes to build on gcc 4.7
Tom Callaway
2012-02-17
1
-0
/
+1
*
librados,Objecter,PG: list objects now includes the locator key
Samuel Just
2011-12-07
1
-1
/
+1
*
First cut of FreeBSD support. This patch allowes ceph to compile successfully
Stanislav Sedov
2011-10-05
1
-0
/
+8
*
systest: add watch/notify tests with pool and object deletion
Josh Durgin
2011-08-02
1
-0
/
+182
*
systest: st_rados_create_pool: optionally wait before creating the pool
Josh Durgin
2011-08-02
5
-9
/
+22
*
systest: add object deletion to mirror object creation
Josh Durgin
2011-08-02
2
-0
/
+118
*
systest: add st_rados_notify building block for watch/notify tests
Josh Durgin
2011-08-02
2
-0
/
+124
[next]