-
-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
I'm seeing an issue on a NFS-mounted temp directory with t/file-locked.t failing. It does not fail with local disks. I wouldn't be surprised if my locking configuration isn't quite right on this host (nfs4, Linux kernel 4.4.0).
Interesting output (I set the tmp directory manually to an NFS-mounted subdir under my home directory):
t/file-locked.t ..
# Subtest: close_after_write = 0
ok 1 - no exception forking children and writing to file
not ok 2 - 10 children exited
# Failed test '10 children exited'
# at t/file-locked.t line 109.
# got: '9'
# expected: '10'
ok 3 - 10812 exited with 0
ok 4 - 10813 exited with 0
ok 5 - 10808 exited with 0
ok 6 - 10806 exited with 0
ok 7 - 10815 exited with 0
ok 8 - 10809 exited with 0
ok 9 - 10807 exited with 0
ok 10 - 10810 exited with 0
ok 11 - 10811 exited with 0
not ok 12 - file contains expected content
# Failed test 'file contains expected content'
# at t/file-locked.t line 138.
# Structures begin differing at:
# $got->[9] = '2'
# $expected->[9] = '1'
# 1
# 1
# 1
# 1
# 1
# 1
# 2
# 2
# 2
# 3
# 2
# 2
# 3
# 3
# 2
# 3
# 3
# 1
# 1
# 2
# 3
# 3
# 2
# 3
# 1
# 2
# 3
1..12
# Looks like you failed 2 tests of 12.
not ok 1 - close_after_write = 0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels