summaryrefslogtreecommitdiffstats
path: root/src/test/librados (follow)
Commit message (Expand)AuthorAgeFilesLines
* librados/asio: add version_t to completion signaturesCasey Bodley2024-09-261-48/+73
* Merge pull request #56334 from NitzanMordhai/wip-nitzan-wathcnotify3-timout-i...Yuri Weinstein2024-06-271-1/+1
|\
| * test/librados: WatchNotify3 increase timeoutnmordech@redhat.com2024-03-201-1/+1
* | ceph_test_rados_api_misc: adjust LibRadosMiscConnectFailure.ConnectTimeout ti...Lucian Petrut2024-06-181-3/+3
* | Merge pull request #57856 from athanatos/sjust/wip-66226-ec-crcSamuel Just2024-06-133-14/+31
|\ \
| * | test/librados/testcase_cxx: set_allow_ec_overwrites wait for overwrite to workSamuel Just2024-05-311-1/+20
| * | test/librados/io_cxx: append buf to bl in CrcZeroWriteSamuel Just2024-05-311-0/+1
| * | test/librados/io_cxx: fix ec overwrites cleanup in CrcZeroWriteSamuel Just2024-05-313-14/+11
* | | Merge pull request #57561 from guojidan/rollbackMatan Breizman2024-06-091-1/+0
|\ \ \ | |/ / |/| |
| * | crimson/osd/ops_executer: LIST_SNAPS only on CEPH_SNAPDIRjunxiang Mu2024-05-311-1/+0
* | | Merge pull request #55592 from cbodley/wip-boost-asio-spawnCasey Bodley2024-05-212-31/+35
|\ \ \ | |/ / |/| |
| * | rgw: switch back to boost::asio for spawn() and yield_contextCasey Bodley2024-05-132-19/+23
| * | librados/asio: functions use async_initiateCasey Bodley2024-05-131-12/+12
* | | ceph_test_rados_io_pp: Add cxx test for append zero testNitzanMordhai2024-05-195-1/+59
|/ /
* | Merge pull request #55923 from NitzanMordhai/wip-nitzan-add-deprecate-cls-gatherNitzanMordhai2024-05-132-62/+0
|\ \
| * | rados/test: Remove cls_remote_reade since gather deprecatednmordech@redhat.com2024-05-122-62/+0
* | | tests/librados: do not use '0' as a stringRonen Friedman2024-05-071-2/+2
|/ /
* | Merge pull request #56606 from guojidan/num_bytesMatan Breizman2024-04-251-2/+0
|\ \
| * | crimson/osd/ops_executer: fix snap overlap range errorjunxiang Mu2024-04-181-2/+0
* | | test/librados/misc_cxx: disable the locator key test for crimsonXuehan Xu2024-04-071-0/+1
|/ /
* | Merge pull request #54301 from lxbsz/wip-sparse-read-testXiubo Li2024-03-291-0/+33
|\ \ | |/ |/|
| * ceph_test_rados_api_io_pp: add multiple extents test for sparse-readXiubo Li2023-11-061-0/+33
* | test/librados/aio_cxx: Crimson - Skip LibRadosAio.MultiReadsMatan Breizman2024-01-171-0/+1
* | librados: make querying pools for selfmanaged snaps reliableIlya Dryomov2023-12-041-7/+53
|/
* test/librados: include io_context.hpp and rename io_serviceCasey Bodley2023-10-201-12/+13
* common,test: avoid deprecated result_of_tLucian Petrut2023-08-171-1/+1
* Merge pull request #52124 from idryomov/wip-61733Ilya Dryomov2023-07-191-18/+24
|\
| * test/librados: make sense of LibRadosMiscConnectFailure.ConnectFailureIlya Dryomov2023-06-201-18/+4
| * mon/MonClient: resurrect original client_mount_timeout handlingIlya Dryomov2023-06-201-0/+20
* | Merge pull request #51681 from cbodley/wip-61349Casey Bodley2023-06-192-0/+118
|\ \ | |/ |/|
| * test/librados: test ability to set mtimes with aio_operateCasey Bodley2023-05-232-0/+118
* | Merge pull request #50651 from rosinL/cleanupYuri Weinstein2023-06-051-4/+4
|\ \
| * | test: remove leveldb support from testluo rixin2023-05-041-4/+4
* | | Merge pull request #50438 from SUSE/wip-fix-58477Ilya Dryomov2023-05-231-0/+2
|\ \ \ | |_|/ |/| |
| * | common, librbd, msg, test: fix FTBFS on gcc 13Tim Serong2023-05-191-0/+2
* | | Merge pull request #50210 from NitzanMordhai/wip-nitzan-c-write-operations-in...Yuri Weinstein2023-05-191-4/+18
|\ \ \ | |_|/ |/| |
| * | test/c_write_operations: set RETURNVEC on expected cmpext failuerNitzan Mordechai2023-04-241-4/+18
* | | Merge pull request #50530 from Matan-B/wip-matanb-crimson-only-new-rbd-v2Matan2023-04-272-0/+95
|\ \ \ | |/ / |/| |
| * | test/librados/snapshots_cxx: Add WriteRollback testMatan Breizman2023-03-211-0/+47
| * | test/librados/snapshots: Add FutureSnapRollback testMatan Breizman2023-03-211-1/+48
| |/
* | Merge pull request #50491 from Matan-B/wip-matanb-c-snaps-testsMatan2023-03-222-14/+1
|\ \
| * | test/librados/snapshots*: Enable supported testsMatan Breizman2023-03-132-14/+1
| |/
* / test/librados/snapshots_cxx: Enable OrderSnap for CrimsonMatan Breizman2023-03-151-1/+0
|/
* Merge pull request #48516 from athanatos/sjust/wip-57801Samuel Just2023-02-245-4/+23
|\
| * test/librados: SKIP_IF_CRIMSON remaining ec/cache testsSamuel Just2023-02-145-4/+23
* | test/librados: avoid using rlimit on WindowsLucian Petrut2023-02-201-13/+19
|/
* rados/test: cxx tests should be more readableNitzanMordhai2022-12-224-134/+168
* test: Increase test alarm timeNitzan Mordechai2022-12-221-1/+1
* tests: ceph_test_rados_api_watch_notify LibRadosWatchNotify.AioWatchDelete r...NitzanMordhai2022-12-211-1/+4
* Merge pull request #49278 from Matan-B/wip-matanb-EIO-flag-fixLaura Flores2022-12-121-31/+3
|\