test: fix hash for t0016
authorVincent Fu <vincent.fu@samsung.com>
Mon, 15 Aug 2022 15:40:58 +0000 (11:40 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Tue, 16 Aug 2022 19:35:10 +0000 (15:35 -0400)
I used the wrong hash for t0016 in the original commit. Fix it to refer
to the hash that fixed the issue in this tree.

Fixes: de31fe9a ("testing: add test for slat + clat = tlat")
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
t/jobs/t0016-259ebc00.fio [deleted file]
t/jobs/t0016-d54ae22.fio [new file with mode: 0644]
t/run-fio-tests.py

diff --git a/t/jobs/t0016-259ebc00.fio b/t/jobs/t0016-259ebc00.fio
deleted file mode 100644 (file)
index 1b418e7..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# Expected result: mean(slat) + mean(clat) = mean(lat)
-# Buggy result: equality does not hold
-
-[test]
-ioengine=null
-size=1M
-iodepth=16
diff --git a/t/jobs/t0016-d54ae22.fio b/t/jobs/t0016-d54ae22.fio
new file mode 100644 (file)
index 0000000..1b418e7
--- /dev/null
@@ -0,0 +1,7 @@
+# Expected result: mean(slat) + mean(clat) = mean(lat)
+# Buggy result: equality does not hold
+
+[test]
+ioengine=null
+size=1M
+iodepth=16
index 2bd02a2a31f84aec122bc81af48110570878d35d..504b7cdb38cc8e2af8599af194e73326dc58b443 100755 (executable)
@@ -850,7 +850,7 @@ TEST_LIST = [
     {
         'test_id':          16,
         'test_class':       FioJobTest_t0015,
-        'job':              't0016-259ebc00.fio',
+        'job':              't0016-d54ae22.fio',
         'success':          SUCCESS_DEFAULT,
         'pre_job':          None,
         'pre_success':      None,