From 9811e15503cb18815ca3e5223a8943f133b5f267 Mon Sep 17 00:00:00 2001 From: Vitaliy Mysak Date: Wed, 5 Jun 2019 23:10:43 +0000 Subject: [PATCH] test/ocf: disable norandommap flag disable FIO norandommap flag because it is incompatible with verify which in context of async IO could cause verification errors. More on norandommap: https://fio.readthedocs.io/en/latest/fio_doc.html#cmdoption-arg-norandommap Signed-off-by: Vitaliy Mysak Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/457001 (master) (cherry picked from commit 5875bb0e3b7abf49bce6fe6181f63a3851871b47) Change-Id: I94392495a1f9f06360e3791fca31b88908d19dcb Signed-off-by: Tomasz Zawadzki Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/457589 Reviewed-by: Ben Walker Reviewed-by: Paul Luse Reviewed-by: Darek Stojaczyk Tested-by: SPDK CI Jenkins --- test/ocf/integrity/test.fio | 1 - 1 file changed, 1 deletion(-) diff --git a/test/ocf/integrity/test.fio b/test/ocf/integrity/test.fio index 8ea497cda..e56895c28 100644 --- a/test/ocf/integrity/test.fio +++ b/test/ocf/integrity/test.fio @@ -2,7 +2,6 @@ thread=1 group_reporting=1 direct=1 -norandommap=1 serialize_overlap=1 time_based=1 do_verify=1