mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fsx: Report number of successful operations
Report the number of successful operations at the end of an fsx run. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
c8ba07126c
commit
6b7be00b07
@@ -1881,7 +1881,7 @@ main(int argc, char **argv)
|
||||
prterr("close");
|
||||
report_failure(99);
|
||||
}
|
||||
prt("All operations completed A-OK!\n");
|
||||
prt("All %lu operations completed A-OK!\n", testcalls);
|
||||
|
||||
exit(0);
|
||||
return 0;
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
QA output created by 127
|
||||
=== FSX Light Mode, No Memory Mapping ===
|
||||
All operations completed A-OK!
|
||||
All 100000 operations completed A-OK!
|
||||
=== FSX Light Mode, Memory Mapping ===
|
||||
All operations completed A-OK!
|
||||
All 100000 operations completed A-OK!
|
||||
=== FSX Standard Mode, No Memory Mapping ===
|
||||
All operations completed A-OK!
|
||||
All 100000 operations completed A-OK!
|
||||
=== FSX Standard Mode, Memory Mapping ===
|
||||
All operations completed A-OK!
|
||||
All 100000 operations completed A-OK!
|
||||
=== FSX Standard Mode, No Memory Mapping ===
|
||||
All operations completed A-OK!
|
||||
All 100000 operations completed A-OK!
|
||||
=== FSX Standard Mode, Memory Mapping ===
|
||||
All operations completed A-OK!
|
||||
All 100000 operations completed A-OK!
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
QA output created by 231
|
||||
=== FSX Standard Mode, Memory Mapping, 1 Tasks ===
|
||||
All operations completed A-OK!
|
||||
All 20000 operations completed A-OK!
|
||||
Comparing user usage
|
||||
Comparing group usage
|
||||
=== FSX Standard Mode, Memory Mapping, 4 Tasks ===
|
||||
All operations completed A-OK!
|
||||
All operations completed A-OK!
|
||||
All operations completed A-OK!
|
||||
All operations completed A-OK!
|
||||
All 20000 operations completed A-OK!
|
||||
All 20000 operations completed A-OK!
|
||||
All 20000 operations completed A-OK!
|
||||
All 20000 operations completed A-OK!
|
||||
Comparing user usage
|
||||
Comparing group usage
|
||||
=== FSX Standard Mode, Memory Mapping, 1 Tasks ===
|
||||
All operations completed A-OK!
|
||||
All 20000 operations completed A-OK!
|
||||
Comparing user usage
|
||||
Comparing group usage
|
||||
|
||||
Reference in New Issue
Block a user