Re: [Gluster-devel] NetBSD hang in quota-anon-fd-nfs.t

2016-01-10 Thread Raghavendra Gowdappa
- Original Message - > From: "Emmanuel Dreyfus" > To: "Gluster Devel" > Sent: Monday, January 11, 2016 8:56:58 AM > Subject: Re: [Gluster-devel] NetBSD hang in quota-anon-fd-nfs.t > > Emmanuel Dreyfus wrote: > > > ps -axl

Re: [Gluster-devel] NetBSD hang in quota-anon-fd-nfs.t

2016-01-10 Thread Emmanuel Dreyfus
Emmanuel Dreyfus wrote: > ps -axl shows the quota helper program is waiting on genput: > UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT TTY TIME COMMAND > 0 9660 23707 0 124 0 3360 1080 genput D+ pts/2 0:00.01 > ./tests/basic/quota

Re: [Gluster-devel] NetBSD hang in quota-anon-fd-nfs.t

2016-01-10 Thread Vijaikumar Mallikarjuna
All quota test-cases uses 'tests/basic/quota.c' to write data Does sync flags have any impact? File:tests/basic/quota.c 30 int 31 file_write (char *filename, int bs, int count) 32 { *46 fd = open (filename, O_RDWR|O_CREAT|O_SYNC, 0600);* 47 while (i < count) { 48

Re: [Gluster-devel] [Gluster-infra] NetBSD tests not running to completion.

2016-01-10 Thread Pranith Kumar Karampuri
On 01/09/2016 12:34 AM, Vijay Bellur wrote: On 01/08/2016 08:18 AM, Jeff Darcy wrote: I think we just need to come up with rules for considering a platform to have voting ability before merging the patch. I totally agree, except for the "just" part. ;) IMO a platform is much

Re: [Gluster-devel] NetBSD tests not running to completion.

2016-01-10 Thread Pranith Kumar Karampuri
On 01/10/2016 02:04 PM, Pranith Kumar Karampuri wrote: On 01/10/2016 11:08 AM, Emmanuel Dreyfus wrote: Pranith Kumar Karampuri wrote: tests/basic/afr/arbiter-statfs.t I posted patches to fix this one (but it seems Jenkins is down? No regression is running)

Re: [Gluster-devel] NetBSD tests not running to completion.

2016-01-10 Thread Pranith Kumar Karampuri
On 01/10/2016 11:08 AM, Emmanuel Dreyfus wrote: Pranith Kumar Karampuri wrote: tests/basic/afr/arbiter-statfs.t I posted patches to fix this one (but it seems Jenkins is down? No regression is running) tests/basic/afr/self-heal.t It seems like in this run,

Re: [Gluster-devel] NetBSD tests not running to completion.

2016-01-10 Thread Emmanuel Dreyfus
Pranith Kumar Karampuri wrote: > I tried to look into 3 instances of this failure: (...) > same issue as above, two tests are running in parallel. How is it possible? A & that sends a job in the background? Are we sure it is the same regression test run? Or is it two

[Gluster-devel] NetBSD hang in quota-anon-fd-nfs.t

2016-01-10 Thread Emmanuel Dreyfus
Starting a new thread for the sake of clarity. While looking for the spurious reboot problem, I got a hang in quota-anon-fd-nfs.t. [23:39:54] ./tests/basic/quota-anon-fd-nfs.t .. 16/40 ps -axl shows the quota helper program is waiting on genput: UID PID PPID CPU PRI NI VSZ RSS WCHAN STAT

Re: [Gluster-devel] NetBSD tests not running to completion.

2016-01-10 Thread Emmanuel Dreyfus
Emmanuel Dreyfus wrote: > While trying to reproduce the problem in > ./tests/basic/afr/arbiter-statfs.t, I came to many failures here: > > [03:53:07] ./tests/basic/afr/split-brain-resolution.t I was running tests from wrong directory :-/ This one is fine with HEAD. --