mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
update max_variance limit in zdb_block_size_histogram test for CI
Commit 2d7843401a
had previously
updated this hardcoded limit to allow for CI testing. As there
is no deterministic pass/fail value, the need has arisen for
one more small increase.
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Edmund Nadolski <edmund.nadolski@ixsystems.com>
Closes #15252
This commit is contained in:
parent
11943656f9
commit
b9b9cdcdb1
@ -204,11 +204,11 @@ function histo_check_test_pool
|
|||||||
# 4096 blocksize count for asize. For verification we stick
|
# 4096 blocksize count for asize. For verification we stick
|
||||||
# to just lsize counts.
|
# to just lsize counts.
|
||||||
#
|
#
|
||||||
# The max_variance is hard-coded here at 12% to leave us some
|
# Variances are expected since this test does not account for
|
||||||
# margin. Testing has shown this normally to be in the range
|
# metadata. The hardcoded limit here is empirical and should
|
||||||
# of 2%-8%, but it may be as large as 11%.
|
# not be construed as deterministic.
|
||||||
###################
|
###################
|
||||||
let max_variance=12
|
let max_variance=15
|
||||||
let fail_value=0
|
let fail_value=0
|
||||||
let error_count=0
|
let error_count=0
|
||||||
log_note "Comparisons for ${pool}"
|
log_note "Comparisons for ${pool}"
|
||||||
|
Loading…
Reference in New Issue
Block a user