Skip to content

Commit

Permalink
zpool_create_features_005_pos: don't use large_blocks for disabling t…
Browse files Browse the repository at this point in the history
…ests

large_microzap depends on large_blocks, so it gets enabled as a
dependency, breaking the test. Instead use feature "longname", which has
the exact same feature characteristics.

Sponsored-by: Klara, Inc.
Sponsored-by: Wasabi Technology, Inc.
Signed-off-by: Rob Norris <[email protected]>
  • Loading branch information
robn committed Oct 2, 2024
1 parent 97f39af commit f817435
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ log_onexit cleanup
# excluded because other features depend on them.
set -A features \
"hole_birth" \
"large_blocks" \
"large_dnode" \
"longname" \
"userobj_accounting"

typeset -i i=0
Expand Down

0 comments on commit f817435

Please sign in to comment.