issue.
Snapdiff listing fragments have different boundaries in Reef and Squid+
releases hence original reproducer (made for Reef) doesn't work properly
in S+ releases. This patch fixes that at cost of longer execution.
This might be redundant/senseless when backporting to Reef.
Resolves: rhbz#
2390060
Related-to: https://tracker.ceph.com/issues/72518
Signed-off-by: Igor Fedotov <igor.fedotov@croit.io>
(cherry picked from commit
23397d32607fc307359d63cd651df3c83ada3a7f)
(cherry picked from commit
04c34b62a7ebad9296593edfcc8132b1c7351513)
}
TEST(LibCephFS, SnapDiffDeletionRecreation) {
- int bulk_count = 1 << 13;
+ int bulk_count = 1 << 15;
TestMount test_mount("/SnapdiffDeletionRecreation");
ASSERT_EQ(0, test_mount.mkdir("bulk"));