]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/crimson/omap: enlarge values under ASan to shrink depth-driven tests 69680/head
authorSun Yuechi <sunyuechi@iscas.ac.cn>
Tue, 23 Jun 2026 12:48:12 +0000 (20:48 +0800)
committerSun Yuechi <sunyuechi@iscas.ac.cn>
Wed, 15 Jul 2026 15:54:33 +0000 (08:54 -0700)
commit517f9ce8f4d335d4a7e20518029189816f63e7d3
treecea377f5f66745ab41902fa97ef8d0840e8b0d5f
parent2f58c109e56bf6d8906be66ad2c3d58046cc17b6
test/crimson/omap: enlarge values under ASan to shrink depth-driven tests

innernode_split_merge_balancing, omap_iterate, list and monotonic_inc grow
the tree to a fixed depth, so under ASan a larger value reaches the same
depth (same split/merge paths) with far fewer keys. It stays below the
per-kv limit so inserts keep the normal path.

Scale the extent-count bound in innernode_split_merge_balancing with the
value size accordingly.

Signed-off-by: Sun Yuechi <sunyuechi@iscas.ac.cn>
src/test/crimson/seastore/test_omap_manager.cc