Skip to content

Commit 23397d3

Browse files
committed
test/libcephfs: use more entries to reproduce snapdiff fragmentation
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 <[email protected]>
1 parent 24955e6 commit 23397d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/libcephfs/snapdiff.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2140,7 +2140,7 @@ TEST(LibCephFS, SnapDiffChangedBlockWithCustomObjectSize)
21402140
}
21412141

21422142
TEST(LibCephFS, SnapDiffDeletionRecreation) {
2143-
int bulk_count = 1 << 13;
2143+
int bulk_count = 1 << 15;
21442144
TestMount test_mount("/SnapdiffDeletionRecreation");
21452145

21462146
ASSERT_EQ(0, test_mount.mkdir("bulk"));

0 commit comments

Comments
 (0)