Re: [Gluster-devel] CentOS 7: Gluster Test Framework testcases failure

2014-09-27 Thread Kiran Patil
Testcase tests/bugs/bug-913555.t does not show the peers and please find the details at http://ur1.ca/i8ybk (http://fpaste.org/136968/) On Sat, Sep 27, 2014 at 3:26 PM, Kiran Patil wrote: > Now on XFS, the Test Summary Report is same as running on ZFS except test > case bug-953887.t failure. > >

Re: [Gluster-devel] CentOS 7: Gluster Test Framework testcases failure

2014-09-27 Thread Kiran Patil
Now on XFS, the Test Summary Report is same as running on ZFS except test case bug-953887.t failure. Test case tests/bugs/bug-953887.t expects force at end of line, TEST gluster volume add-brick $V0 $H0:$B0/${V0}{2,3} and it passed once force is substituted at the end of the line. Test case tests

Re: [Gluster-devel] CentOS 7: Gluster Test Framework testcases failure

2014-09-27 Thread Kiran Patil
I ran each testcases with DEBUG=1 and pasted at http://ur1.ca/i8xay ( http://fpaste.org/136940/) This time I ran the testcases by keeping default paths and now tests/bugs/bug-861542.t passes Need to create /var/run/gluster directory on reboot Test Setup: - CentOS 7 : 3.10.0-1

Re: [Gluster-devel] CentOS 7: Gluster Test Framework testcases failure

2014-09-26 Thread Lalatendu Mohanty
On 09/26/2014 02:59 AM, Justin Clift wrote: On 25/09/2014, at 9:28 PM, Lalatendu Mohanty wrote: Have we published somewhere which distributions or OS versions we are running regression tests ? if not lets compile it and publish as this will help community to understand which os distributions

Re: [Gluster-devel] CentOS 7: Gluster Test Framework testcases failure

2014-09-25 Thread Emmanuel Dreyfus
Justin Clift wrote: > Seems to be some portability issues in the regression tests for > CentOS 7 too. Figured you might have some insight into some of > them, since you're doing portability stuff around this anyway. :) > > Start of thread: (...) It seems very broken! I would start by the firs

Re: [Gluster-devel] CentOS 7: Gluster Test Framework testcases failure

2014-09-25 Thread Justin Clift
On 25/09/2014, at 9:28 PM, Lalatendu Mohanty wrote: > Have we published somewhere which distributions or OS versions we are running > regression tests ? if not lets compile it and publish as this will help > community to understand which os distributions are part of the regression > testing. T

Re: [Gluster-devel] CentOS 7: Gluster Test Framework testcases failure

2014-09-25 Thread Justin Clift
On 25/09/2014, at 6:47 PM, Emmanuel Dreyfus wrote: > Justin Clift wrote: > >> Emmanuel Dreyfus and Harsha may have useful insight here too. They're >> been working through the regression scripts for a while now, making them >> more cross platform in order to run on the BSD's. (and maybe OSX >> e

Re: [Gluster-devel] CentOS 7: Gluster Test Framework testcases failure

2014-09-25 Thread Emmanuel Dreyfus
Justin Clift wrote: > Emmanuel Dreyfus and Harsha may have useful insight here too. They're > been working through the regression scripts for a while now, making them > more cross platform in order to run on the BSD's. (and maybe OSX > eventually) Sure but what it the question? -- Emmanuel Dr

Re: [Gluster-devel] CentOS 7: Gluster Test Framework testcases failure

2014-09-25 Thread Justin Clift
On 25/09/2014, at 2:31 PM, Kiran Patil wrote: > The below testcases failing are related to xfs, cluster and others.. > > The hardcoded ones I have fixed temporarily by providing the absolute > pathname. > > Testcase /tests/bugs/bug-767095.t is fixed by changing awk parameter $5 to $4. Interesti

Re: [Gluster-devel] CentOS 7: Gluster Test Framework testcases failure

2014-09-24 Thread Kiran Patil
pkill expects only one pattern, so I did as below in tests/include.rc file and test cases started working fine. pkill glusterfs 2>/dev/null || true; pkill glusterfsd 2>/dev/null || true; pkill glusterd 2>/dev/null || true; Thanks, Kiran. On Wed, Sep 24, 2014 at 6:48 PM, Justin Cli

Re: [Gluster-devel] CentOS 7: Gluster Test Framework testcases failure

2014-09-24 Thread Justin Clift
On 24/09/2014, at 2:07 PM, Kiran Patil wrote: > Some of the reasons I have found so far are as below, > > 1. Cleanup operation does not work since killall is not part of CentOS 7 > > 2. I used pkill and still testcases fail at first step Ex: TEST glusterd > > 3. Subsequent running of testcases

Re: [Gluster-devel] CentOS 7: Gluster Test Framework testcases failure

2014-09-24 Thread Kiran Patil
Some of the reasons I have found so far are as below, 1. Cleanup operation does not work since killall is not part of CentOS 7 2. I used pkill and still testcases fail at first step Ex: TEST glusterd 3. Subsequent running of testcases does not proceed and hangs at the first testcase (tests/basi

[Gluster-devel] CentOS 7: Gluster Test Framework testcases failure

2014-09-24 Thread Kiran Patil
Hi, I am running Gluster Test Framework on ZFS, XFS and most of the testcases are failing. Gluster version : v3.4.5 Operating System: CentOS 7 Please let us know how to fix it ? What could be the major changes in CentOS 7 which is causing this issue ? or Is gluster is the culprit here ? I ha