summaryrefslogtreecommitdiffstats
path: root/src/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #53320 from jzhu116-bloomberg/wip-62710Casey Bodley2024-01-241-0/+191
|\
| * rgw/multisite: add multisite test cases with some rgw instances downJane Zhu2024-01-221-0/+191
* | Merge pull request #55107 from ronen-fr/wip-rf-rm-penaltyqRonen Friedman2024-01-231-1/+0
|\ \
| * | osd/scrub: remove the 'penalized jobs' queueRonen Friedman2024-01-221-1/+0
* | | Merge pull request #55223 from athanatos/sjust/wip-64055Samuel Just2024-01-221-1/+77
|\ \ \
| * | | common/intrusive_lru: add clear() mechanism and state for removed items with ...Samuel Just2024-01-181-1/+77
* | | | Merge pull request #53154 from ifed01/wip-ifed-no-death-testsYuri Weinstein2024-01-223-17/+14
|\ \ \ \
| * | | | test/store_test: get rid off assert_death.Igor Fedotov2023-08-253-17/+14
* | | | | librbd: try to preserve object map for diff-iterate in fast-diff modeIlya Dryomov2024-01-201-0/+77
* | | | | librbd/object_map: potentially use in-memory object map in DiffRequestIlya Dryomov2024-01-202-118/+404
* | | | | librbd/object_map: don't resize object map in handle_load_object_map()Ilya Dryomov2024-01-201-0/+36
* | | | | librbd/object_map: add support for ranged diff-iterateIlya Dryomov2024-01-202-40/+131
* | | | | test/librbd: expand TestMockObjectMapDiffRequest edge case coverageIlya Dryomov2024-01-201-36/+438
* | | | | librbd/object_map: allow intermediate snaps to be skipped on diff-iterateIlya Dryomov2024-01-201-82/+136
* | | | | librbd/object_map: resurrect diff-iterate behavior when image is shrunkIlya Dryomov2024-01-201-0/+354
* | | | | librbd/object_map: fix diff from snapshot when image is grownIlya Dryomov2024-01-201-0/+304
* | | | | test/librbd: refactor TestMockObjectMapDiffRequest testsIlya Dryomov2024-01-201-321/+254
* | | | | test/librbd: improve TestMockObjectMapDiffRequest.InvalidStartSnapIlya Dryomov2024-01-201-1/+1
* | | | | Merge pull request #54759 from jzhu116-bloomberg/wip-63178Casey Bodley2024-01-181-6/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | rgw/lc: remove default arguments in virtual functionsJane Zhu2024-01-101-6/+6
* | | | | Merge pull request #54116 from EdwardVitor/fix-warning-monYuri Weinstein2024-01-181-1/+1
|\ \ \ \ \
| * | | | | mon&test: resolve warning about inconsistent variable typescuiming_yewu2024-01-031-1/+1
* | | | | | Merge pull request #55172 from Matan-B/wip-matanb-crimson-neoradosMatan Breizman2024-01-188-185/+320
|\ \ \ \ \ \
| * | | | | | test/neorados/misc: Crimson - Skip NeoRadosMisc.WriteSameMatan Breizman2024-01-171-0/+1
| * | | | | | test/librados/aio_cxx: Crimson - Skip LibRadosAio.MultiReadsMatan Breizman2024-01-171-0/+1
| * | | | | | test/neorados/list: Seperate NeoRadosECTest from NeoRadosTestMatan Breizman2024-01-173-94/+164
| * | | | | | test/neorados/aio_cxx: Seperate NeoRadosECTest from NeoRadosTestMatan Breizman2024-01-173-91/+152
| * | | | | | test/neorados/io: Crimson - Skip NeoRadosIo.LimitsMatan Breizman2024-01-171-0/+1
| * | | | | | test/neorados/cls: Crimson - Skip NeoRadosCls.RemoteReadsMatan Breizman2024-01-171-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge PR #54511 into mainVenky Shankar2024-01-181-1/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | test/libcephfs: move the snapdiff to a dedicated binaryXiubo Li2023-11-151-1/+14
* | | | | | Merge pull request #55148 from cbodley/wip-63994Casey Bodley2024-01-161-3/+5
|\ \ \ \ \ \
| * | | | | | test/rgw: metadata sync checkpoint waits on global 'sync' statusCasey Bodley2024-01-121-3/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #54381 from lxbsz/wip-cleanup-authRishabh Dave2024-01-161-1/+16
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | test/libcephfs: add test case for slash tailing path for accessXiubo Li2023-11-091-1/+16
* | | | | | Merge pull request #54829 from awojno-bloomberg/wip-fix-role-delete-replicationCasey Bodley2024-01-094-0/+49
|\ \ \ \ \ \
| * | | | | | rgw/iam: fix role deletion replicationAlex Wojno2023-12-204-0/+49
* | | | | | | Merge pull request #53156 from qiuxinyidian/rgw-devCasey Bodley2024-01-091-3/+2
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch 'main' into rgw-devqiuxinyidian2023-12-21136-2054/+12967
| |\ \ \ \ \ \
| * | | | | | | rgw: modify string match_wildcards with fnmatchzhipeng li2023-12-211-3/+2
* | | | | | | | Merge pull request #52315 from ronen-fr/wip-rf-rgw-tassertsCasey Bodley2024-01-081-4/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | test/rgw: annotating variables with maybe_unusedRonen Friedman2023-07-051-4/+7
* | | | | | | | | Merge pull request #54525 from myoungwon/wip-delta-overwrite-inplace-replayYingxin2024-01-085-15/+83
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | crimson/os/seastore: check correct crc for inplace-rewritten extents after r...Myoungwon Oh2024-01-052-3/+6
| * | | | | | | | | test/crimson/seastore: fix overflow issue and make len > 0 when set_contents ...Myoungwon Oh2024-01-051-9/+11
| * | | | | | | | | crimson/os/seastore: introduce modified_region in DATA_BLOCK to keep track of...Myoungwon Oh2024-01-052-14/+16
| * | | | | | | | | crimson/os/seastore: write only modified region when rewriting the extent in ...Myoungwon Oh2024-01-051-0/+14
| * | | | | | | | | test/crimson/seastore: add a random overwrite test to test_objec_date_handlermyoungwon oh2024-01-051-2/+45
| * | | | | | | | | crimson/os/seastore: perform a inplace-partial-overwrite on the corresponding...Myoungwon Oh2023-12-281-0/+4
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #50055 from cbodley/wip-rgw-polymorphic-executorCasey Bodley2024-01-043-6/+6
|\ \ \ \ \ \ \ \ \