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.
Related-to: https://tracker.ceph.com/issues/72518
Signed-off-by: Igor Fedotov <igor.fedotov@croit.io>
}
TEST(LibCephFS, SnapDiffDeletionRecreation) {
- int bulk_count = 1 << 13;
+ int bulk_count = 1 << 15;
TestMount test_mount("/SnapdiffDeletionRecreation");
ASSERT_EQ(0, test_mount.mkdir("bulk"));