index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
pybind
/
test_rados.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
test/pybind/test_rados.py: fix test_list_objects
Matan Breizman
2024-05-22
1
-0
/
+1
*
test/pybind: check crc fail after append zero
NitzanMordhai
2024-05-19
1
-1
/
+5
*
test/pybind/test_rados: disable the locator key test for crimson
Xuehan Xu
2024-04-07
1
-0
/
+2
*
Merge pull request #49486 from ifed01/wip-ifed-fix-rados-pybind
Igor Fedotov
2023-11-02
1
-0
/
+5
|
\
|
*
pybind/rados: fix missed changes for PEP484 style type annotations
Igor Fedotov
2022-12-16
1
-0
/
+5
*
|
test/pybind/rados: convert from nose to pytest
Casey Bodley
2023-07-06
1
-43
/
+42
*
|
test/pybind: add testing for rados omap keys as bytes
Patrick Donnelly
2023-06-07
1
-14
/
+14
*
|
test/pybind/test_rados.py: add another rollback test
Matan Breizman
2023-01-03
1
-0
/
+10
|
/
*
Merge pull request #47668 from NitzanMordhai/wip-nitzan-test-rados-watch-noti...
Neha Ojha
2022-09-14
1
-2
/
+4
|
\
|
*
pybind/rados: notify callback reconnect
NitzanMordhai
2022-08-18
1
-2
/
+4
*
|
qa/suites/crimson-rados: Enable test_rados snap test in Crimson's suite
Matan Breizman
2022-08-18
1
-9
/
+2
*
|
qa/crimson-rados: add 'wait' attribute
Matan Breizman
2022-08-17
1
-0
/
+3
*
|
test/pybind/test_rados: test_remove_omap_range2 typo
Matan Breizman
2022-08-10
1
-1
/
+1
|
/
*
pybind: add wrapper for rados_write_op_omap_cmp
Sandy Kaur
2021-10-19
1
-0
/
+45
*
pybind/rados: add test_cmpext_op()
zhangjiao
2021-01-08
1
-1
/
+40
*
Merge pull request #37631 from zjcmszh/aio_setxattr
Kefu Chai
2020-12-04
1
-0
/
+36
|
\
|
*
pybind/test_rados: test remove_omap_range2()
zhangjiao
2020-12-01
1
-0
/
+20
|
*
pybind/test_rados: test aio_setxattr()
zhangjiao
2020-11-06
1
-0
/
+16
*
|
pybind/test_rados: test aio_rmxattr()
zhangjiao
2020-11-06
1
-1
/
+20
|
/
*
pybind/rados: introduce aio_notify() python binding
Venky Shankar
2020-09-17
1
-0
/
+72
*
test/pybind: pass a str to "ping_monitor()"
Kefu Chai
2020-09-11
1
-1
/
+1
*
pybind/rados: use PEP484 style type annotations
Kefu Chai
2020-09-11
1
-32
/
+5
*
Merge pull request #37029 from tchaikov/wip-pybind-finer-grainer-test
Kefu Chai
2020-09-11
1
-16
/
+34
|
\
|
*
test/pybind: drop thrash attr
Kefu Chai
2020-09-07
1
-3
/
+0
|
*
test/pybind: split aio_test into smaller pieces
Kefu Chai
2020-09-07
1
-15
/
+36
*
|
test/pybind: test aio_cmpext()
zhangjiao
2020-08-29
1
-0
/
+17
|
/
*
blacklist -> blocklist
Sage Weil
2020-08-24
1
-3
/
+3
*
test/pybind: remove object for testing after done with it
Kefu Chai
2020-08-21
1
-2
/
+11
*
test/pybind: label test_rados tests with attributes
Kefu Chai
2020-08-21
1
-0
/
+15
*
test/pybind: drop py2 support
Kefu Chai
2020-07-05
1
-17
/
+3
*
test/pybind/test_rados.py: test Ioctx::cmpext()
zhangjiao
2020-04-25
1
-3
/
+8
*
pybind/rados: add watch object bindings
Mykola Golub
2020-03-12
1
-1
/
+93
*
Merge pull request #31829 from zjcmszh/xattrs
Kefu Chai
2019-12-26
1
-1
/
+22
|
\
|
*
test/pybind/test_rados.py: add WriteOp::rm_xattr() and test rm_xattr()
zhangjiao
2019-12-18
1
-1
/
+22
*
|
test/pybind/test_rados: execute takes a bytes (not str) payload
Sage Weil
2019-12-13
1
-1
/
+1
*
|
pybind/rados: add WriteOp::writesame() and test WriteOp::writesame()
zhangjiao
2019-12-03
1
-0
/
+6
*
|
pybind/rados: add Ioctx::aio_writesame() and test Ioctx::aio_writesame()
zhangjiao
2019-12-03
1
-0
/
+17
*
|
pybind/rados: add Ioctx::writesame() and test Ioctx::writesame()
zhangjiao
2019-12-03
1
-0
/
+4
|
/
*
Merge pull request #31546 from zjcmszh/execute
Kefu Chai
2019-11-19
1
-0
/
+6
|
\
|
*
test/pybind/test_rados.py: test execute() method in class WriteOp
zhangjiao
2019-11-12
1
-0
/
+6
*
|
Merge pull request #31158 from zjcmszh/test_remove
Kefu Chai
2019-11-16
1
-0
/
+18
|
\
\
|
|
/
|
/
|
|
*
test/pybind/test_rados.py: test test_operate_aio_write_op()
zhangjiao
2019-11-12
1
-0
/
+18
*
|
pybind/rados: do not use wait_for_safe() anymore
Kefu Chai
2019-11-01
1
-4
/
+0
*
|
Merge pull request #31044 from tchaikov/wip/pybind/rados-py3
Kefu Chai
2019-10-23
1
-2
/
+2
|
\
\
|
*
|
test/pybind/test_rados: always pass bytes to rados.Object.set_xattr()
Kefu Chai
2019-10-22
1
-2
/
+2
*
|
|
Merge PR #31003 into master
Sage Weil
2019-10-22
1
-0
/
+18
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
test/pybind/test_rados.py: test test_aio_remove
zhangjiao
2019-10-22
1
-0
/
+18
*
|
test/pybind/test_rados: fix accidental mon tell test
Sage Weil
2019-10-04
1
-6
/
+7
|
/
*
pybind/rados: add application_metadata_get
songweibin
2019-09-24
1
-0
/
+3
*
pybind/rados: add get_id and get_name method in class Ioctx
zhengyin
2019-08-14
1
-0
/
+6
[next]