t/run-fio-tests: relax acceptance criteria for t0008
authorVincent Fu <vincent.fu@samsung.com>
Tue, 13 Dec 2022 21:34:20 +0000 (21:34 +0000)
committerVincent Fu <vincent.fu@samsung.com>
Fri, 16 Dec 2022 19:35:07 +0000 (19:35 +0000)
commit77c758db876d93022e8f2bb4fd4c1acbbf7e76ac
treee0c6ed6d6cb8f4caca68e4f6ef988326fdc7614d
parent4e0fa717441c5d79ebeb0ef6a96a085c554ecc4f
t/run-fio-tests: relax acceptance criteria for t0008

t0008 runs a 50/50 seq read/write job on a 32M file. Since a random number
generator determines whether fio issues a read or a write command, the
read/write ratio will not be exactly 50/50.  This patch relaxes the acceptance
criteria to avoid false positives when we do not use the default random number
seeds.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
t/run-fio-tests.py