<div dir="ltr"><div><div>I installed the &#39;psmisc&#39; package and it installed killall command and reverted pkill to killall in include.rc file.<br><br></div>Testcases started executing properly and will send tests failure report soon.<br><br></div>Thanks,<br>Kiran.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 25, 2014 at 12:32 PM, Niels de Vos <span dir="ltr">&lt;<a href="mailto:ndevos@redhat.com" target="_blank">ndevos@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Sep 25, 2014 at 10:45:49AM +0530, Kiran Patil wrote:<br>
&gt; pkill expects only one pattern, so I did as below in tests/include.rc file<br>
&gt; and test cases started working fine.<br>
&gt;<br>
&gt;     pkill  glusterfs 2&gt;/dev/null || true;<br>
&gt;     pkill  glusterfsd 2&gt;/dev/null || true;<br>
&gt;     pkill  glusterd 2&gt;/dev/null || true;<br>
<br>
</span>Sorry, I&#39;m a little late to the party, but the &#39;killall&#39; command should<br>
be available for CentOS-7 too. It seems to be part of the &#39;psmisc&#39;<br>
package. I guess we should add this as a dependency on the wiki page.<br>
<br>
Could you check if that works for you too? If not, and you are<br>
interested, I&#39;ll help you posting a patch to make the pkill change.<br>
<br>
Thanks,<br>
Niels<br>
<span class=""><br>
<br>
&gt;<br>
&gt; On Wed, Sep 24, 2014 at 6:48 PM, Justin Clift &lt;<a href="mailto:justin@gluster.org">justin@gluster.org</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; On 24/09/2014, at 2:07 PM, Kiran Patil wrote:<br>
&gt; &gt; &gt; Some of the reasons I have found so far are as below,<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; 1. Cleanup operation does not work since killall is not part of CentOS 7<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; 2. I used pkill and still testcases fail at first step  Ex: TEST glusterd<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; 3. Subsequent running of testcases does not proceed and hangs at the<br>
&gt; &gt; first testcase (tests/basic/bd.t)<br>
&gt; &gt;<br>
&gt; &gt; This sounds like there could be a few challenges then.  I&#39;m setting up<br>
&gt; &gt; a new Fedora 20 (or 21 alpha) VM in Rackspace for running btrfs regression<br>
&gt; &gt; tests on.<br>
&gt; &gt;<br>
&gt; &gt; Guessing that will experience these same problems as your CentOS 7<br>
&gt; &gt; test run, so I&#39;m definitely interested in this too.<br>
&gt; &gt;<br>
&gt; &gt; + Justin<br>
&gt; &gt;<br>
&gt; &gt; --<br>
&gt; &gt; GlusterFS - <a href="http://www.gluster.org" target="_blank">http://www.gluster.org</a><br>
&gt; &gt;<br>
&gt; &gt; An open source, distributed file system scaling to several<br>
&gt; &gt; petabytes, and handling thousands of clients.<br>
&gt; &gt;<br>
&gt; &gt; My personal twitter: <a href="http://twitter.com/realjustinclift" target="_blank">twitter.com/realjustinclift</a><br>
&gt; &gt;<br>
&gt; &gt;<br>
<br>
</span>&gt; _______________________________________________<br>
&gt; Gluster-users mailing list<br>
&gt; <a href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a><br>
&gt; <a href="http://supercolony.gluster.org/mailman/listinfo/gluster-users" target="_blank">http://supercolony.gluster.org/mailman/listinfo/gluster-users</a><br>
<br>
</blockquote></div><br></div>