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

Kiran Patil kirantpatil at gmail.com
Thu Sep 25 05:15:49 UTC 2014


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 Clift <justin at gluster.org> wrote:

> 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 does not proceed and hangs at the
> first testcase (tests/basic/bd.t)
>
> This sounds like there could be a few challenges then.  I'm setting up
> a new Fedora 20 (or 21 alpha) VM in Rackspace for running btrfs regression
> tests on.
>
> Guessing that will experience these same problems as your CentOS 7
> test run, so I'm definitely interested in this too.
>
> + Justin
>
> --
> GlusterFS - http://www.gluster.org
>
> An open source, distributed file system scaling to several
> petabytes, and handling thousands of clients.
>
> My personal twitter: twitter.com/realjustinclift
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://supercolony.gluster.org/pipermail/gluster-devel/attachments/20140925/8cacbefc/attachment-0001.html>


More information about the Gluster-devel mailing list