From afea45f4d2bc9b17f709515c7a9dd50ce8ecad36 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Mon, 18 Jul 2022 16:12:12 -0600 Subject: [PATCH] LU-15282 tests: relax test_51d thresholds somewhat Added combinations for sanity.sh test_51d are failing some fraction of the time. Relax thresholds somewhat to avoid spurious failures, while keeping added configs to detect major regressions. Test-Parameters: trivial Fixes: fd5c915eff ("LU-15282 tests: improve sanity test_51d coverage") Signed-off-by: Andreas Dilger Change-Id: I2d28f77fa377a1eb96a00cf35827b9ebc5af806b Reviewed-on: https://review.whamcloud.com/47978 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index e098c80..880259a 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -5892,7 +5892,7 @@ test_51d_sub() { local nlast local min=4 - local max=5 # allow variance of (1 - $min/$max) = 20% by default + local max=6 # allow variance of (1 - $min/$max) = 33% by default # For some combinations of stripecount and OSTCOUNT current code # is not ideal, and allocates 50% fewer *first* objects to some OSTs -- 1.8.3.1