On Mon, May 04, 2015 at 03:24:38AM -0400, Sachin Pandit wrote: > 83 TEST_IN_LOOP ! fd_write $i "content" (...) > In this test case we are writing "content" into the files (fd's). > But for some reason the data "content" is not being written (...) > We suspect this could be because of NFS client caching. As far sa I know there is no NFS client caching on NetBSD. I would be much more suspicious of libc-level buffering: fd_write just uses shell redirection and we do not control much of what happens. Perhaps we could do the test with a helper program written in C? -- Emmanuel Dreyfus manu@xxxxxxxxxx _______________________________________________ Gluster-devel mailing list Gluster-devel@xxxxxxxxxxx http://www.gluster.org/mailman/listinfo/gluster-devel