<div dir="ltr"><div><div>The below testcases failing are related to xfs, cluster and others..<br><br>The hardcoded ones I have fixed temporarily by providing the absolute pathname.<br><br></div>Testcase /tests/bugs/bug-767095.t is fixed by changing awk parameter $5 to $4.<br><br></div><div>Testcase tests/bugs/bug-861542.t is failing at EXPECT &quot;N/A&quot; port_field $V0 &#39;0&#39;; # volume status<br></div><div>If I change its value to to &#39;1&#39; it passes, is that correct ?<br></div><div><br></div><div></div>I will keep posting the new findings and possible fixes.<br><div><div><br>Test Summary Report<br>--------------------------------<br>./tests/bugs/bug-802417.t                       (Wstat: 0 Tests: 39 Failed: 2)<br>  Failed tests:  28, 31<br>./tests/bugs/bug-821056.t                       (Wstat: 0 Tests: 21 Failed: 1)<br>  Failed test:  15<br>./tests/bugs/bug-861542.t                       (Wstat: 0 Tests: 13 Failed: 1)<br>  Failed test:  10<br>./tests/bugs/bug-908146.t                       (Wstat: 0 Tests: 10 Failed: 2)<br>  Failed tests:  8-9<br>./tests/bugs/bug-913555.t                       (Wstat: 0 Tests: 11 Failed: 4)<br>  Failed tests:  4-6, 9<br>./tests/bugs/bug-948686.t                       (Wstat: 0 Tests: 19 Failed: 8)<br>  Failed tests:  5-7, 9, 11, 13-15<br>./tests/bugs/bug-948729/bug-948729-force.t      (Wstat: 0 Tests: 35 Failed: 14)<br>  Failed tests:  15, 17, 19, 21, 24-27, 29-31, 33-35<br>./tests/bugs/bug-948729/bug-948729-mode-script.t (Wstat: 0 Tests: 35 Failed: 14)<br>  Failed tests:  15, 17, 19, 21, 24-27, 29-31, 33-35<br>./tests/bugs/bug-948729/bug-948729.t            (Wstat: 0 Tests: 23 Failed: 4)<br>  Failed tests:  12, 15, 19, 23<br>Files=124, Tests=2031, 4470 wallclock secs ( 1.57 usr  0.24 sys + 259.31 cusr 220.81 csys = 481.93 CPU)<br>Result: FAIL<br><br></div><div>Thanks,<br>Kiran.<br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 25, 2014 at 2:17 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 12:49:21PM +0530, Kiran Patil wrote:<br>
&gt; I installed the &#39;psmisc&#39; package and it installed killall command and<br>
&gt; reverted pkill to killall in include.rc file.<br>
&gt;<br>
&gt; Testcases started executing properly and will send tests failure report<br>
&gt; soon.<br>
<br>
</span>Thanks, I&#39;ve added &#39;psmisc&#39; to the list of packages in the wiki:<br>
- <a href="http://www.gluster.org/community/documentation/index.php/Using_the_Gluster_Test_Framework#Preparation_steps_for_CentOS_7_.28only.29" target="_blank">http://www.gluster.org/community/documentation/index.php/Using_the_Gluster_Test_Framework#Preparation_steps_for_CentOS_7_.28only.29</a><br>
<span class="HOEnZb"><font color="#888888"><br>
Niels<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
&gt;<br>
&gt; Thanks,<br>
&gt; Kiran.<br>
&gt;<br>
&gt; On Thu, Sep 25, 2014 at 12:32 PM, Niels de Vos &lt;<a href="mailto:ndevos@redhat.com">ndevos@redhat.com</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; On Thu, Sep 25, 2014 at 10:45:49AM +0530, Kiran Patil wrote:<br>
&gt; &gt; &gt; pkill expects only one pattern, so I did as below in tests/include.rc<br>
&gt; &gt; file<br>
&gt; &gt; &gt; and test cases started working fine.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;     pkill  glusterfs 2&gt;/dev/null || true;<br>
&gt; &gt; &gt;     pkill  glusterfsd 2&gt;/dev/null || true;<br>
&gt; &gt; &gt;     pkill  glusterd 2&gt;/dev/null || true;<br>
&gt; &gt;<br>
&gt; &gt; Sorry, I&#39;m a little late to the party, but the &#39;killall&#39; command should<br>
&gt; &gt; be available for CentOS-7 too. It seems to be part of the &#39;psmisc&#39;<br>
&gt; &gt; package. I guess we should add this as a dependency on the wiki page.<br>
&gt; &gt;<br>
&gt; &gt; Could you check if that works for you too? If not, and you are<br>
&gt; &gt; interested, I&#39;ll help you posting a patch to make the pkill change.<br>
&gt; &gt;<br>
&gt; &gt; Thanks,<br>
&gt; &gt; Niels<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; On Wed, Sep 24, 2014 at 6:48 PM, Justin Clift &lt;<a href="mailto:justin@gluster.org">justin@gluster.org</a>&gt;<br>
&gt; &gt; wrote:<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; On 24/09/2014, at 2:07 PM, Kiran Patil wrote:<br>
&gt; &gt; &gt; &gt; &gt; Some of the reasons I have found so far are as below,<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; 1. Cleanup operation does not work since killall is not part of<br>
&gt; &gt; CentOS 7<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; 2. I used pkill and still testcases fail at first step  Ex: TEST<br>
&gt; &gt; glusterd<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; 3. Subsequent running of testcases does not proceed and hangs at the<br>
&gt; &gt; &gt; &gt; first testcase (tests/basic/bd.t)<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; This sounds like there could be a few challenges then.  I&#39;m setting up<br>
&gt; &gt; &gt; &gt; a new Fedora 20 (or 21 alpha) VM in Rackspace for running btrfs<br>
&gt; &gt; regression<br>
&gt; &gt; &gt; &gt; tests on.<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Guessing that will experience these same problems as your CentOS 7<br>
&gt; &gt; &gt; &gt; test run, so I&#39;m definitely interested in this too.<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; + Justin<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; --<br>
&gt; &gt; &gt; &gt; GlusterFS - <a href="http://www.gluster.org" target="_blank">http://www.gluster.org</a><br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; An open source, distributed file system scaling to several<br>
&gt; &gt; &gt; &gt; petabytes, and handling thousands of clients.<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; My personal twitter: <a href="http://twitter.com/realjustinclift" target="_blank">twitter.com/realjustinclift</a><br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; Gluster-users mailing list<br>
&gt; &gt; &gt; <a href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a><br>
&gt; &gt; &gt; <a href="http://supercolony.gluster.org/mailman/listinfo/gluster-users" target="_blank">http://supercolony.gluster.org/mailman/listinfo/gluster-users</a><br>
&gt; &gt;<br>
&gt; &gt;<br>
</div></div></blockquote></div><br></div>