Discussion:
NFSv4.1 xfstests results
Steve French
2014-10-15 00:49:10 UTC
Permalink
Saw Anna's patch for xfstests go in today (thanks) so for
nfsv3/v4/v4.1 did a run from 3.17 client and saw failures on test 192
(as expected based on Christoph's earlier results) and 35 and 313
(also noted by Christoph) for NFSv4.1 (server was Fedora 20).
Failures: generic/192 generic/313
For NFSv4.1 I saw 3 out of 55 fail
Failures: generic/035 generic/192 generic/313

For NFSv4 I saw 4 out of 55 fail
Failures: generic/011 generic/035 generic/192 generic/313

For NFSv3 I saw 3 out of 55 fail
Failures: generic/035 generic/192 generic/313

Is the test 35 failure (overwriting rename syscall test) expected (it
wasn't in Christoph's original list)? and the test 11 failure expected
(which failed on NFSv4 only)?

Test 35 output:
--- tests/generic/035.out 2014-10-14 16:59:22.237529380 -0500
+++ /home/sfrench/xfstests/results//NFSv41/generic/035.out.bad
2014-10-14 18:52:51.523146653 -0500
@@ -1,3 +1,6 @@
QA output created by 035
overwriting regular file:
+./tests/generic/035: line 57: src/t_rename_overwrite: No such
file or directory
overwriting directory:
+./tests/generic/035: line 65: src/t_rename_overwrite: No such
file or directory
+rmdir: failed to remove '/mnt/test/8221': Directory not empty


Test 11 is dirstress (which only failed on NFSv4 for me)
--
Thanks,

Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo-***@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Christoph Hellwig
2014-10-15 13:26:20 UTC
Permalink
Post by Steve French
Is the test 35 failure (overwriting rename syscall test) expected (it
wasn't in Christoph's original list)? and the test 11 failure expected
(which failed on NFSv4 only)?
--- tests/generic/035.out 2014-10-14 16:59:22.237529380 -0500
+++ /home/sfrench/xfstests/results//NFSv41/generic/035.out.bad
2014-10-14 18:52:51.523146653 -0500
@@ -1,3 +1,6 @@
QA output created by 035
+./tests/generic/035: line 57: src/t_rename_overwrite: No such
file or directory
Looks like you didn't run a make to build that new testcase.

--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo-***@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Steve French
2014-10-15 14:51:42 UTC
Permalink
Post by Christoph Hellwig
Post by Steve French
Is the test 35 failure (overwriting rename syscall test) expected (it
wasn't in Christoph's original list)? and the test 11 failure expected
(which failed on NFSv4 only)?
--- tests/generic/035.out 2014-10-14 16:59:22.237529380 -0500
+++ /home/sfrench/xfstests/results//NFSv41/generic/035.out.bad
2014-10-14 18:52:51.523146653 -0500
@@ -1,3 +1,6 @@
QA output created by 035
+./tests/generic/035: line 57: src/t_rename_overwrite: No such
file or directory
Looks like you didn't run a make to build that new testcase.
You are right, despite it being a low numbered test, it is new. After
rebuilding it still fails on v3/v4/v4.1

SECTION -- NFSv3
FSTYP -- nfs
PLATFORM -- Linux/x86_64 ubuntu 3.17.0+

generic/035 - output mismatch (see
/home/sfrench/xfstests/results//NFSv3/generic/035.out.bad)
--- tests/generic/035.out 2014-10-14 16:59:22.237529380 -0500
+++ /home/sfrench/xfstests/results//NFSv3/generic/035.out.bad
2014-10-15 06:50:41.149755964 -0500
@@ -1,3 +1,5 @@
QA output created by 035
overwriting regular file:
+nlink is 1, should be 0
overwriting directory:
+t_rename_overwrite: fstat(3): Stale file handle
...
(Run 'diff -u tests/generic/035.out
/home/sfrench/xfstests/results//NFSv3/generic/035.out.bad' to see the
entire diff)
Ran: generic/035
Failures: generic/035
Failed 1 of 1 tests
--
Thanks,

Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo-***@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Loading...