<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:45:57 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-11673] Correct shell issues/mistakes in Lustre test suites</title>
                <link>https://jira.whamcloud.com/browse/LU-11673</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Running the Lustre test suites with shellcheck (&lt;a href=&quot;https://github.com/koalaman/shellcheck&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/koalaman/shellcheck&lt;/a&gt;), used in CodeFactor (&lt;a href=&quot;https://www.codefactor.io/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.codefactor.io/&lt;/a&gt;), has brought out a few issues. We need to correct any valid issues that these utilities bring out. &lt;/p&gt;

&lt;p&gt;As an example, shellcheck pointed out the following issue in sanity test 405&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;
18918 test_405() {
18919         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.6.92) -o \
18920         [ $(lustre_version_code client) -lt $(version_code 2.6.99) ] &amp;amp;&amp;amp;
18921                 skip &lt;span class=&quot;code-quote&quot;&gt;&quot;Layout swap lock is not supported&quot;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;although in not the most straight forward way&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;$ shellcheck myscript
 
Line 18918:
 test_405() {
            ^-- SC1009: The mentioned syntax error was in this brace group.
 
Line 18919:
         [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.6.92) -o \
         ^-- SC1073: Couldn&apos;t parse this test expression. Fix to allow more checks.
 
Line 18920:
         [ $(lustre_version_code client) -lt $(version_code 2.6.99) ] &amp;amp;&amp;amp;
         ^-- SC1026: If grouping expressions inside [..], use \( ..\).
           ^-- SC1072: Expected test to end here (don&apos;t wrap commands in []/[[]]). Fix any mentioned problems and try again.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;In addition, the OpenGroup, has marked the use of some functionality as obsolete  and &#8220;functionality described may be removed in a future version of this volume of POSIX.1-2017. Strictly Conforming POSIX Applications and Strictly Conforming XSI Applications shall not use obsolescent features.&#8221; In particular, under the test ([) page at  &lt;a href=&quot;http://pubs.opengroup.org/onlinepubs/9699919799/utilities/test.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://pubs.opengroup.org/onlinepubs/9699919799/utilities/test.html&lt;/a&gt; , use of the following are marked as obsolete:&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;expression1 -a  expression2
    [OB XSI] 
    True if both expression1 and expression2 are true; otherwise, false. The -a binary primary is left associative. It has a higher precedence than -o. 
expression1 -o  expression2
    [OB XSI] 
    True if either expression1 or expression2 is true; otherwise, false. The -o binary primary is left associative. 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;For a better explanation, see &lt;a href=&quot;https://github.com/koalaman/shellcheck/wiki/SC2166&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/koalaman/shellcheck/wiki/SC2166&lt;/a&gt;. &lt;/p&gt;</description>
                <environment></environment>
        <key id="54044">LU-11673</key>
            <summary>Correct shell issues/mistakes in Lustre test suites</summary>
                <type id="4" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11310&amp;avatarType=issuetype">Improvement</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="jamesanunez">James Nunez</reporter>
                        <labels>
                            <label>test_script_improvements</label>
                            <label>tests</label>
                    </labels>
                <created>Thu, 15 Nov 2018 20:49:20 +0000</created>
                <updated>Fri, 4 Mar 2022 22:26:28 +0000</updated>
                            <resolved>Thu, 15 Aug 2019 13:38:19 +0000</resolved>
                                    <version>Lustre 2.12.0</version>
                                    <fixVersion>Lustre 2.13.0</fixVersion>
                    <fixVersion>Lustre 2.12.4</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="237073" author="gerrit" created="Thu, 15 Nov 2018 23:34:09 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33670&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33670&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11673&quot; title=&quot;Correct shell issues/mistakes in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11673&quot;&gt;&lt;del&gt;LU-11673&lt;/del&gt;&lt;/a&gt; tests: correct extra call to test in sanity&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3bf482f243af4d8bac094d05f12e6981d128a182&lt;/p&gt;</comment>
                            <comment id="246489" author="gerrit" created="Tue, 30 Apr 2019 03:36:49 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33670/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33670/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11673&quot; title=&quot;Correct shell issues/mistakes in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11673&quot;&gt;&lt;del&gt;LU-11673&lt;/del&gt;&lt;/a&gt; tests: replace obsolete &apos;-o&apos; to &apos;||&apos;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6d277f126df7605d402255333180b0ca03991613&lt;/p&gt;</comment>
                            <comment id="246522" author="pjones" created="Tue, 30 Apr 2019 13:01:17 +0000"  >&lt;p&gt;Landed for 2.13&lt;/p&gt;</comment>
                            <comment id="246539" author="jamesanunez" created="Tue, 30 Apr 2019 14:46:03 +0000"  >&lt;p&gt;Reopening this ticket because there are a few more test script issues that should be cleaned up under this ticket.&lt;/p&gt;</comment>
                            <comment id="248533" author="gerrit" created="Thu, 6 Jun 2019 14:04:10 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35079&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35079&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11673&quot; title=&quot;Correct shell issues/mistakes in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11673&quot;&gt;&lt;del&gt;LU-11673&lt;/del&gt;&lt;/a&gt; tests: add space before &apos;]&apos; in test-framework&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: e82eb59b21d8f441144dd0d93ba95dc1155a740c&lt;/p&gt;</comment>
                            <comment id="248543" author="gerrit" created="Thu, 6 Jun 2019 15:21:28 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35080&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35080&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11673&quot; title=&quot;Correct shell issues/mistakes in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11673&quot;&gt;&lt;del&gt;LU-11673&lt;/del&gt;&lt;/a&gt; tests: quote argument of &#8211;n&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: fa9556ae99c61f1ef7224d750d1b73c1e43e9be6&lt;/p&gt;</comment>
                            <comment id="249139" author="gerrit" created="Wed, 12 Jun 2019 17:08:28 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35210&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35210&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11673&quot; title=&quot;Correct shell issues/mistakes in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11673&quot;&gt;&lt;del&gt;LU-11673&lt;/del&gt;&lt;/a&gt; testing: testing quote argument of -n&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 5226fc26d6249cb4018c9769698b7e46cd2de683&lt;/p&gt;</comment>
                            <comment id="250172" author="gerrit" created="Thu, 27 Jun 2019 21:33:44 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35079/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35079/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11673&quot; title=&quot;Correct shell issues/mistakes in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11673&quot;&gt;&lt;del&gt;LU-11673&lt;/del&gt;&lt;/a&gt; tests: add space before &apos;]&apos; in test-framework&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 54e011a729fd656ae8568192763afe12425cd05e&lt;/p&gt;</comment>
                            <comment id="252420" author="gerrit" created="Thu, 1 Aug 2019 21:39:15 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35669&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35669&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11673&quot; title=&quot;Correct shell issues/mistakes in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11673&quot;&gt;&lt;del&gt;LU-11673&lt;/del&gt;&lt;/a&gt; tests: quote argument of -n conf-sanity&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 873f34d5056c3682fce69d1b89d74543742dde08&lt;/p&gt;</comment>
                            <comment id="253064" author="gerrit" created="Thu, 15 Aug 2019 07:54:06 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35080/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35080/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11673&quot; title=&quot;Correct shell issues/mistakes in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11673&quot;&gt;&lt;del&gt;LU-11673&lt;/del&gt;&lt;/a&gt; tests: quote argument of -n and test fix&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 7e0cba246a7f2408c8266574a657e4459f691570&lt;/p&gt;</comment>
                            <comment id="253074" author="gerrit" created="Thu, 15 Aug 2019 07:55:02 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35669/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35669/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11673&quot; title=&quot;Correct shell issues/mistakes in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11673&quot;&gt;&lt;del&gt;LU-11673&lt;/del&gt;&lt;/a&gt; tests: quote argument of -n conf-sanity&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 443cc6e51f0202b9bc40c256259c4fc14ae3f7af&lt;/p&gt;</comment>
                            <comment id="253100" author="pjones" created="Thu, 15 Aug 2019 13:38:19 +0000"  >&lt;p&gt;All open patches seem to have landed for 2.13&lt;/p&gt;</comment>
                            <comment id="259210" author="gerrit" created="Thu, 5 Dec 2019 15:36:20 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36926&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36926&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11673&quot; title=&quot;Correct shell issues/mistakes in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11673&quot;&gt;&lt;del&gt;LU-11673&lt;/del&gt;&lt;/a&gt; tests: add space before &apos;]&apos; in test-framework&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 918bc9c3657a4950c4d055961bfaecbd660a3140&lt;/p&gt;</comment>
                            <comment id="259211" author="gerrit" created="Thu, 5 Dec 2019 15:46:29 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36927&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36927&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11673&quot; title=&quot;Correct shell issues/mistakes in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11673&quot;&gt;&lt;del&gt;LU-11673&lt;/del&gt;&lt;/a&gt; tests: quote argument of -n and test fix&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 92fe5ff5d54e80be5ebd1d81997930d014765381&lt;/p&gt;</comment>
                            <comment id="259212" author="gerrit" created="Thu, 5 Dec 2019 15:48:56 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36928&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36928&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11673&quot; title=&quot;Correct shell issues/mistakes in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11673&quot;&gt;&lt;del&gt;LU-11673&lt;/del&gt;&lt;/a&gt; tests: quote argument of -n conf-sanity&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 3511f674a4e93db74e0ef7fe1d21fbacc76cf5ad&lt;/p&gt;</comment>
                            <comment id="259218" author="gerrit" created="Thu, 5 Dec 2019 16:34:45 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36929&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36929&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11673&quot; title=&quot;Correct shell issues/mistakes in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11673&quot;&gt;&lt;del&gt;LU-11673&lt;/del&gt;&lt;/a&gt; tests: replace obsolete &apos;-o&apos; to &apos;||&apos;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c0ad282157bda61d2e10e7507ef6b04d14d5fc1a&lt;/p&gt;</comment>
                            <comment id="259771" author="gerrit" created="Thu, 12 Dec 2019 23:06:19 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36926/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36926/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11673&quot; title=&quot;Correct shell issues/mistakes in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11673&quot;&gt;&lt;del&gt;LU-11673&lt;/del&gt;&lt;/a&gt; tests: add space before &apos;]&apos; in test-framework&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 93efabdb0db798037f377206f50502e6510b4604&lt;/p&gt;</comment>
                            <comment id="260221" author="gerrit" created="Fri, 20 Dec 2019 06:45:15 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36927/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36927/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11673&quot; title=&quot;Correct shell issues/mistakes in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11673&quot;&gt;&lt;del&gt;LU-11673&lt;/del&gt;&lt;/a&gt; tests: quote argument of -n and test fix&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 1727bce01ffe49ce5dbf44af3d1cf4dd8f1db15d&lt;/p&gt;</comment>
                            <comment id="260222" author="gerrit" created="Fri, 20 Dec 2019 06:45:19 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36928/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36928/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11673&quot; title=&quot;Correct shell issues/mistakes in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11673&quot;&gt;&lt;del&gt;LU-11673&lt;/del&gt;&lt;/a&gt; tests: quote argument of -n conf-sanity&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c207b3cb9b49e3c8026e63173a92ee6231f8eb5f&lt;/p&gt;</comment>
                            <comment id="260598" author="gerrit" created="Fri, 3 Jan 2020 23:44:12 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36929/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36929/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11673&quot; title=&quot;Correct shell issues/mistakes in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11673&quot;&gt;&lt;del&gt;LU-11673&lt;/del&gt;&lt;/a&gt; tests: replace obsolete &apos;-o&apos; to &apos;||&apos;&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4cf34cbf68eed1fd201f0eb4bd9f3155e805cef9&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="68966">LU-15617</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <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|i006hr:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>