On 02/19/12 08:44, Jeff Liu wrote:
Introduce 279 for SEEK_DATA/SEEK_HOLE sanity tests.
Changes to v3:
--------------
* Redirect seek sanity test run log to 279.full.
Signed-off-by: Jie Liu<jeff.liu@xxxxxxxxxx>
---
279 | 58 ++++
279.full | 116 ++++++++
279.out | 1 +
group | 1 +
src/Makefile | 2 +-
src/seek_sanity_test.c | 683 ++++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 860 insertions(+), 1 deletions(-)
create mode 100755 279
create mode 100644 279.full
create mode 100644 279.out
create mode 100644 src/seek_sanity_test.c
diff --git a/279 b/279
new file mode 100755
index 0000000..b9e9cc3
--- /dev/null
+++ b/279
@@ -0,0 +1,58 @@
+#! /bin/bash
+# FS QA Test No. 279
+#
+# SEEK_DATA/SEEK_HOLE sanity tests.
+#
+# Improved by Jeff.liu@xxxxxxxxxx
+# Creater: josef@xxxxxxxxxx
+#
The first open test is 285 now.
It is is a good start of a XFS SEEK_DATA/SEEK_HOLE test.
Reviewed-by: Mark Tinguely <tinguely@xxxxxxx>
|