t/io_uring: show IOPS in increments of 1000 IOPS if necessary
[fio.git] / t / jsonplus2csv_test.py
index 34084b14704c2dedba0ed0eec284ed7a92256a26..f01a9f322c55e8df9732b7c8ebcbb5dd92d4a028 100755 (executable)
@@ -53,6 +53,7 @@ def run_fio(fio):
         aio = 'posixaio'
 
     fio_args = [
+        "--max-jobs=4",
         "--output=fio-output.json",
         "--output-format=json+",
         "--filename=fio_jsonplus_clat2csv.test",
@@ -88,6 +89,7 @@ def check_output(fio_output, script_path):
     """
 
     if fio_output.returncode != 0:
+        print("ERROR: fio run failed")
         return False
 
     if platform.system() == 'Windows':