Recent changes (master)

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

 



The following changes since commit 349bbcb2e36658db05d5247ef8cbcb285d58dfbf:

  docs: update for new data placement options (2024-04-24 13:44:09 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 6a9a9bd2c524a7ef58d2fb8181038408155902b8:

  t/nvmept_trim: increase transfer size for some tests (2024-04-25 14:25:54 -0400)

----------------------------------------------------------------
Vincent Fu (1):
      t/nvmept_trim: increase transfer size for some tests

 t/nvmept_trim.py | 5 +++++
 1 file changed, 5 insertions(+)

---

Diff of recent changes:

diff --git a/t/nvmept_trim.py b/t/nvmept_trim.py
index 57568384..c990747d 100755
--- a/t/nvmept_trim.py
+++ b/t/nvmept_trim.py
@@ -470,6 +470,7 @@ TEST_LIST = [
             "output-format": 'json',
             "buffer_pattern": 0x0f,
             "size": 256*1024*1024,
+            "bs": 256*1024,
             },
         "test_class": TrimTest,
     },
@@ -481,6 +482,7 @@ TEST_LIST = [
             "verify_pattern": 0x0f,
             "verify": "pattern",
             "size": 256*1024*1024,
+            "bs": 256*1024,
             },
         "test_class": TrimTest,
     },
@@ -491,6 +493,7 @@ TEST_LIST = [
             "num_range": 8,
             "output-format": 'json',
             "size": 128*1024*1024,
+            "bs": 256*1024,
             },
         "test_class": TrimTest,
     },
@@ -511,6 +514,7 @@ TEST_LIST = [
             "verify_pattern": 0x0f,
             "verify": "pattern",
             "size": 128*1024*1024,
+            "bs": 256*1024,
             },
         "test_class": TrimTest,
         "success": SUCCESS_NONZERO,
@@ -524,6 +528,7 @@ TEST_LIST = [
             "verify": "pattern",
             "offset": 128*1024*1024,
             "size": 128*1024*1024,
+            "bs": 256*1024,
             },
         "test_class": TrimTest,
     },




[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