summarylogtreecommitdiffstats
path: root/ceph-17.2.4-test-bluefs-split.patch
AgeCommit message (Collapse)Author
2023-09-09repo: update ceph-17.2.4-test-bluefs-split.patchBazaah
mostly fixes to line offsets, but there was one real if small change to a variable init.
2022-10-26pkgbuild: test-bluefs-split.patchBazaah
this is a large commit that finally resolves one of the more annoying thorns I've dealt with while testing ceph. in essence, I've split a *very* long running test suite (more than 3 hours) into multiple tests which run concurrently. the accompanying .patch file does the following: - split src/test/objectstore/test_bluefs.cc (unittest_bluefs) into 11 tests - nerf a couple values in _replay* tests which were still out of line - fixup the relevant CMakeLists.txt, adding the extra tests unfortunately, this patch will conflict with virtually any change in the source dir; but at least I finally have a method for passing this test in less than 3 hours