spurious failures in split-brain-healing.t

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello

NetBSD also exhibit spurious failures in split-brain-healing.t
I would be glad if someone could help here.

I found the following problems:

1) On *BSD, ls ran as root lists dot-files, which includes .glusterfs.
Fix is simple:
-replica_0_files_list=(`ls $B0/${V0}1`)
-replica_1_files_list=(`ls $B0/${V0}3`)
+replica_0_files_list=( $B0/${V0}1/* )
+replica_1_files_list=( $B0/${V0}3/* )

2) The spurious failure: accessing files here succeeds instead of giving EIO.
Help wanted!
############### Acessing the files should now give EIO. ########################
#######
TEST ! cat file1              
TEST ! cat file2
(...)

3) later I hit this, I do not know yet if it is a consequence or not:
assertion "list_empty (&priv->table.lru[i])" failed: file "quick-read.c", line 1052, function "qr_inode_table_destroy"




-- 
Emmanuel Dreyfus
manu@xxxxxxxxxx
_______________________________________________
Gluster-devel mailing list
Gluster-devel@xxxxxxxxxxx
http://www.gluster.org/mailman/listinfo/gluster-devel




[Index of Archives]     [Gluster Users]     [Ceph Users]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux