[Bugs] [Bug 1218951] Spurious failures in fop-sanity.t
bugzilla at redhat.com
bugzilla at redhat.com
Thu May 7 05:16:21 UTC 2015
https://bugzilla.redhat.com/show_bug.cgi?id=1218951
--- Comment #3 from Nithya Balachandran <nbalacha at redhat.com> ---
Strace without the fix. As this is random behaviour, the mode here maps to a
non-linkto file so the tests pass in this case:
mprotect(0x604000, 4096, PROT_READ) = 0
mprotect(0x306261f000, 4096, PROT_READ) = 0
munmap(0x7fb8dd4f8000, 116173) = 0
open("temp-xattr-test-file_2", O_RDWR|O_CREAT, 03777775624535142) = 3 <===
wierd mode
ftruncate(3, 0) = 0
write(3, "This is my second string\n", 25) = 25
lseek(3, 0, SEEK_SET) = 0
read(3, "This is my second string\n", 25) = 25
fstat(3, {st_mode=S_IFREG|S_ISVTX|0140, st_size=25, ...}) = 0
fchmod(3, 0640) = 0
fchown(3, 10001, 10001) = 0
fsync(3) = 0
fsetxattr(3, "trusted.xattr-test", "working", 8, 0) = 0
fdatasync(3) = 0
flistxattr(3, NULL, 0) = 36
fgetxattr(3, "trusted.xattr-test", 0x0, 0) = 8
fremovexattr(3, "trusted.xattr-test") = 0
close(3) = 0
unlink("temp-xattr-test-file_2") = 0
fstat(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 9), ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x7fb8dd514000
write(1, "fd based file operation 2 passed"..., 33fd based file operation 2
passed
) = 33
exit_group(0) = ?
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list