[Bugs] [Bug 1610240] Mark tests/bugs/distribute/bug-1122443.t failing very often

bugzilla at redhat.com bugzilla at redhat.com
Fri Aug 3 10:51:48 UTC 2018


https://bugzilla.redhat.com/show_bug.cgi?id=1610240

Nithya Balachandran <nbalacha at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nbalacha at redhat.com



--- Comment #2 from Nithya Balachandran <nbalacha at redhat.com> ---
Not a spurious failure. This is a bug introduced by commit
7131de81f72dda0ef685ed60d0887c6e14289b8c

With the latest master, I created a single brick volume and some files inside
it.The first call to ls -l returns Null iatt information. This test uses this
information to check if the operation succeeded and hence it fails.

[root at rhgs313-6 ~]# umount -f /mnt/fuse1; mount -t glusterfs -s server1:/vol1
/mnt/fuse1; ls -l /mnt/fuse1/; echo "Trying again"; ls -l /mnt/fuse1
total 0
----------. 0 root root 0 Jan  1  1970 file-1
----------. 0 root root 0 Jan  1  1970 file-2
----------. 0 root root 0 Jan  1  1970 file-3
----------. 0 root root 0 Jan  1  1970 file-4
----------. 0 root root 0 Jan  1  1970 file-5
d---------. 0 root root 0 Jan  1  1970 subdir
Trying again
total 3
-rw-r--r--. 1 root root 33 Aug  3 14:06 file-1
-rw-r--r--. 1 root root 33 Aug  3 14:06 file-2
-rw-r--r--. 1 root root 33 Aug  3 14:06 file-3
-rw-r--r--. 1 root root 33 Aug  3 14:06 file-4
-rw-r--r--. 1 root root 33 Aug  3 14:06 file-5
d---------. 0 root root  0 Jan  1  1970 subdir
[root at rhgs313-6 ~]# 


The above works as expected if I revert this commit.

-- 
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