Add additional tests checking against dirty shutdown recovery. Also adds 'write after write' test - checking if two simultaneous writes to the same LBAs return the same data before and after dirty shutdown. Signed-off-by: Kozlowski Mateusz <mateusz.kozlowski@intel.com> Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: Idcf9b51d9c00d0d065f7e9655387668f5eeb646d Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13376 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
21 lines
261 B
Plaintext
21 lines
261 B
Plaintext
[global]
|
|
ioengine=spdk_bdev
|
|
spdk_json_conf=${FTL_JSON_CONF}
|
|
filename=${FTL_BDEV_NAME}
|
|
thread=1
|
|
direct=1
|
|
random_distribution=normal
|
|
io_size=5G
|
|
|
|
[job1]
|
|
iodepth=512
|
|
rw=write
|
|
bs=32k
|
|
buffer_pattern="abcdef"
|
|
|
|
[job2]
|
|
iodepth=512
|
|
rw=write
|
|
bs=64k
|
|
buffer_pattern="qwert"
|