Recent changes (master)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The following changes since commit e2d375856c5a443b340b06a33fb40740dda7fee9:

  t/io_uring: fix passthrough fixed buffer support (2025-02-13 08:58:17 -0700)

are available in the Git repository at:

  git://git.kernel.dk/fio.git master

for you to fetch changes up to 2768c33ec1a34cbc03f122876fea72a630da9ccb:

  Merge branch 't0036-0037' of https://github.com/kawasaki/fio (2025-02-14 09:26:48 -0500)

----------------------------------------------------------------
Shin'ichiro Kawasaki (1):
      t/jobs/t0036,0037: add tests for verify_state_save/load options

Vincent Fu (1):
      Merge branch 't0036-0037' of https://github.com/kawasaki/fio

 t/jobs/t0036-post.fio |  8 ++++++++
 t/jobs/t0036-pre.fio  |  8 ++++++++
 t/jobs/t0037-post.fio | 12 ++++++++++++
 t/jobs/t0037-pre.fio  | 12 ++++++++++++
 t/run-fio-tests.py    | 18 ++++++++++++++++++
 5 files changed, 58 insertions(+)
 create mode 100644 t/jobs/t0036-post.fio
 create mode 100644 t/jobs/t0036-pre.fio
 create mode 100644 t/jobs/t0037-post.fio
 create mode 100644 t/jobs/t0037-pre.fio

---

Diff of recent changes:

diff --git a/t/jobs/t0036-post.fio b/t/jobs/t0036-post.fio
new file mode 100644
index 00000000..13653c65
--- /dev/null
+++ b/t/jobs/t0036-post.fio
@@ -0,0 +1,8 @@
+[global]
+filename=t0036file
+verify=md5
+size=512k
+
+[job]
+readwrite=read
+verify_state_load=1
diff --git a/t/jobs/t0036-pre.fio b/t/jobs/t0036-pre.fio
new file mode 100644
index 00000000..ae94c88f
--- /dev/null
+++ b/t/jobs/t0036-pre.fio
@@ -0,0 +1,8 @@
+[global]
+filename=t0036file
+verify=md5
+size=512k
+
+[job]
+readwrite=write
+verify_state_save=1
diff --git a/t/jobs/t0037-post.fio b/t/jobs/t0037-post.fio
new file mode 100644
index 00000000..90ccc0c8
--- /dev/null
+++ b/t/jobs/t0037-post.fio
@@ -0,0 +1,12 @@
+[global]
+filename=t0037file.1:t0037file.2:t0037file.3:t0037file.4
+verify=md5
+ioengine=libaio
+iodepth=32
+size=512k
+loops=4
+
+[job]
+readwrite=read
+verify_state_load=1
+
diff --git a/t/jobs/t0037-pre.fio b/t/jobs/t0037-pre.fio
new file mode 100644
index 00000000..4a5e30dc
--- /dev/null
+++ b/t/jobs/t0037-pre.fio
@@ -0,0 +1,12 @@
+[global]
+filename=t0037file.1:t0037file.2:t0037file.3:t0037file.4
+verify=md5
+ioengine=libaio
+iodepth=32
+size=512k
+loops=4
+
+[job]
+readwrite=write
+verify_state_save=1
+
diff --git a/t/run-fio-tests.py b/t/run-fio-tests.py
index 4ab670de..101e95f7 100755
--- a/t/run-fio-tests.py
+++ b/t/run-fio-tests.py
@@ -951,6 +951,24 @@ TEST_LIST = [
         'pre_success':      None,
         'requirements':     [],
     },
+    {
+        'test_id':          36,
+        'test_class':       FioJobFileTest,
+        'job':              't0036-post.fio',
+        'success':          SUCCESS_DEFAULT,
+        'pre_job':          't0036-pre.fio',
+        'pre_success':      SUCCESS_DEFAULT,
+        'requirements':     [],
+    },
+    {
+        'test_id':          37,
+        'test_class':       FioJobFileTest,
+        'job':              't0037-post.fio',
+        'success':          SUCCESS_DEFAULT,
+        'pre_job':          't0037-pre.fio',
+        'pre_success':      SUCCESS_DEFAULT,
+        'requirements':     [Requirements.linux, Requirements.libaio],
+    },
     {
         'test_id':          1000,
         'test_class':       FioExeTest,




[Index of Archives]     [Linux Kernel]     [Linux SCSI]     [Linux IDE]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux