[Gluster-devel] spurious failures in split-brain-healing.t
Emmanuel Dreyfus
manu at netbsd.org
Tue Mar 10 13:25:15 UTC 2015
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 at netbsd.org
More information about the Gluster-devel
mailing list