From 0a9b8988fab0c3365431cef19391c6f2e7b9b509 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 3 Jul 2020 21:19:23 -0700 Subject: [PATCH] t/run-fio-tests.py: Increase IOPS tolerance further From an Appveyor build: DEBUG:root:Test 12: iops1: 984.676882 Signed-off-by: Bart Van Assche --- t/run-fio-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/run-fio-tests.py b/t/run-fio-tests.py index ae2cb096..62238950 100755 --- a/t/run-fio-tests.py +++ b/t/run-fio-tests.py @@ -438,7 +438,7 @@ class FioJobTest_iops_rate(FioJobTest): logging.debug("Test %d: iops1: %f", self.testnum, iops1) logging.debug("Test %d: ratio: %f", self.testnum, ratio) - if iops1 < 995 or iops1 > 1005: + if iops1 < 950 or iops1 > 1050: self.failure_reason = "{0} iops value mismatch,".format(self.failure_reason) self.passed = False -- 2.25.1