<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:41:34 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-11171] parallel-scale-nfs* running racer against wrong directory</title>
                <link>https://jira.whamcloud.com/browse/LU-11171</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for James Nunez &amp;lt;james.a.nunez@intel.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;https://testing.whamcloud.com/test_sets/c386aaae-8b55-11e8-9028-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/c386aaae-8b55-11e8-9028-52540065bddc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Since the patch for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11045&quot; title=&quot;running racer on a single node only users one client mount&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11045&quot;&gt;&lt;del&gt;LU-11045&lt;/del&gt;&lt;/a&gt; test: use provided directory in racer/racer.sh, commit d6a3908fee28, landed, we see parallel-scale-nfsv3 and parallel-scale-nfv4 test suites failing. racer uses the first input variable as the directory to run racer in, parallel-scale-nfs&#8217; routine  racer_on_nfs() is not calling racer correctly.&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
 127 test_racer_on_nfs() {
 128         $racer $CLIENTS
 129 }
 130 run_test racer_on_nfs &lt;span class=&quot;code-quote&quot;&gt;&quot;racer on NFS client&quot;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;We need to call racer with $TESTDIR. &lt;/p&gt;

&lt;p&gt;parallel-scale-nfsv3 and parallel-scale-nfv4 test suites started failing on 2018-07-19 with no individual test failing, but the whole test suite is marked as failed. I think racer_on_nfs() calling racer with no directory is what is causing these failures. &lt;/p&gt;

&lt;p&gt;In the suite_log for &lt;a href=&quot;https://testing.whamcloud.com/test_sets/75546c6e-8dd4-11e8-8ee3-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/75546c6e-8dd4-11e8-8ee3-52540065bddc&lt;/a&gt;, the only signs of a failure are&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;layout: raid0 raid0 pfl pfl pfl flr flr flr
layout: raid0 raid0 pfl pfl pfl flr flr flr
layout: raid0 raid0 pfl pfl pfl flr flr flr
 racer cleanup
./file_create.sh: line 1: kill: (3030) - No such process
./file_create.sh: line 1: kill: (3044) - No such process
./file_create.sh: line 1: kill: (3045) - No such process
  Trace dump:
  = ./file_create.sh:1:main()
parallel-scale-nfsv4: FAIL: test-framework exiting on error
  Trace dump:
  = ./file_create.sh:1:main()
parallel-scale-nfsv4: FAIL: test-framework exiting on error
  Trace dump:
  = ./file_create.sh:1:main()
parallel-scale-nfsv4: FAIL: test-framework exiting on error
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;In the output for racer_on_nfs(), we also see that we are using the wrong file system for this test&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;there should be NO racer processes:
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
Filesystem     1K-blocks    Used Available Use% Mounted on
/dev/vda1       20511312 2448832  16997520  13% /
We survived /usr/lib64/lustre/tests/racer/racer.sh for 300 seconds.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Logs for more of these failures are at&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/5b0dee6e-8b6f-11e8-b0aa-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/5b0dee6e-8b6f-11e8-b0aa-52540065bddc&lt;/a&gt; &lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/8d0547e8-8d61-11e8-87f3-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/8d0547e8-8d61-11e8-87f3-52540065bddc&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="52806">LU-11171</key>
            <summary>parallel-scale-nfs* running racer against wrong directory</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="jamesanunez">James Nunez</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                            <label>tests</label>
                    </labels>
                <created>Tue, 24 Jul 2018 22:06:54 +0000</created>
                <updated>Thu, 9 Aug 2018 18:39:25 +0000</updated>
                            <resolved>Thu, 9 Aug 2018 18:39:25 +0000</resolved>
                                    <version>Lustre 2.12.0</version>
                                    <fixVersion>Lustre 2.12.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="230911" author="gerrit" created="Wed, 25 Jul 2018 17:05:35 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/32880&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32880&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11171&quot; title=&quot;parallel-scale-nfs* running racer against wrong directory&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11171&quot;&gt;&lt;del&gt;LU-11171&lt;/del&gt;&lt;/a&gt; tests: set parameters for racer_on_nfs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: f6d191751b79369202e268f537a25b453ab8775d&lt;/p&gt;</comment>
                            <comment id="231741" author="gerrit" created="Thu, 9 Aug 2018 18:20:46 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/32880/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/32880/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11171&quot; title=&quot;parallel-scale-nfs* running racer against wrong directory&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11171&quot;&gt;&lt;del&gt;LU-11171&lt;/del&gt;&lt;/a&gt; tests: set parameters for racer_on_nfs&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: be189ac74726415c0859c3001e3f1cfde7542864&lt;/p&gt;</comment>
                            <comment id="231745" author="jamesanunez" created="Thu, 9 Aug 2018 18:39:25 +0000"  >&lt;p&gt;Landed for Lustre 2.12&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzzzpr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>