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 <vitaliy.mysak@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/457001 (master)
(cherry picked from commit 5875bb0e3b
)
Change-Id: I94392495a1f9f06360e3791fca31b88908d19dcb
Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/457589
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Paul Luse <paul.e.luse@intel.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
a82ed6455a
commit
9811e15503
@ -2,7 +2,6 @@
|
|||||||
thread=1
|
thread=1
|
||||||
group_reporting=1
|
group_reporting=1
|
||||||
direct=1
|
direct=1
|
||||||
norandommap=1
|
|
||||||
serialize_overlap=1
|
serialize_overlap=1
|
||||||
time_based=1
|
time_based=1
|
||||||
do_verify=1
|
do_verify=1
|
||||||
|
Loading…
Reference in New Issue
Block a user