<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:45:21 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-11607] Reduce repeated function calls in Lustre test suites</title>
                <link>https://jira.whamcloud.com/browse/LU-11607</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;There are many repeated calls to the same function with the same input in each of the Lustre test suites. One example of this is the call to &lt;br/&gt;
&#8220;$(lustre_version_code $SINGLEMDS)&#8221;. All test suites combined call &#8220;$(lustre_version_code $SINGLEMDS)&#8221; 269 times; sanity.sh 135 times, conf-sanity 27 times, sanityn 16 times, etc. There are 44 calls to &#8220;$(lustre_version_code ost1)&#8221; and 28 calls to &#8220;$(lustre_version_code mgs)&#8221;. There are 113 calls to &quot;facet_fstype $SINGLEMDS&quot; with 34 in conf-sanity alone.&lt;/p&gt;

&lt;p&gt;Let&apos;s get the environment variables that are stable during each test suite in a routine, call it at the beginning of each test suite and export it for the test suites to use. The routine must be called after we source the configuration file &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;
. $LUSTRE/tests/test-framework.sh
init_test_env $@
. ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;since SINGLEMDS and other variables are defined in the configuration file.&lt;/p&gt;

&lt;p&gt;The patch for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11564&quot; title=&quot;interop: sanity-hsm test 24g fails with &amp;#39;hsm flags on /mnt/lustre/d24g.sanity-hsm/f24g.sanity-hsm are 0x00000009 != 0x0000000b&amp;#39;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11564&quot;&gt;&lt;del&gt;LU-11564&lt;/del&gt;&lt;/a&gt;, &lt;a href=&quot;https://review.whamcloud.com/#/c/33463&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/#/c/33463&lt;/a&gt;, started this move by calling lustre_version_code() at the beginning of the test suite and using the value for each test that needs it. &lt;/p&gt;

&lt;p&gt;Please list any other test suite routine calls that can be reduced in this way.&lt;/p&gt;</description>
                <environment></environment>
        <key id="53901">LU-11607</key>
            <summary>Reduce repeated function calls 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>easy</label>
                            <label>tests</label>
                    </labels>
                <created>Fri, 2 Nov 2018 21:18:12 +0000</created>
                <updated>Wed, 17 Feb 2021 21:10:28 +0000</updated>
                            <resolved>Wed, 17 Feb 2021 21:10:28 +0000</resolved>
                                    <version>Lustre 2.12.0</version>
                                    <fixVersion>Lustre 2.14.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="239196" author="gerrit" created="Fri, 28 Dec 2018 17:20:36 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/33938&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33938&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: create get_env() to get Lustre env&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c51e83fc8be49929e785d3fe24fd3335552efa42&lt;/p&gt;</comment>
                            <comment id="240673" author="gerrit" created="Thu, 24 Jan 2019 18:10:07 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/33938/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33938/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: create routine to get Lustre env&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4eb4479b0ea050d99033a9bac9994d2f1509200c&lt;/p&gt;</comment>
                            <comment id="240732" author="simmonsja" created="Fri, 25 Jan 2019 19:17:06 +0000"  >&lt;p&gt;I&apos;m seeing:&lt;/p&gt;

&lt;p&gt;----&lt;del&gt;============= acceptance-small: sanity-quota ============&lt;/del&gt;---- Thu Jan 24 22:04:03 UTC 2019 Running: bash /usr/lib64/lustre/tests/sanity-quota.sh Skipping tests: 55 == sanity-quota test complete, duration -o sec ======================================================= 22:04:04 (1548367444) /usr/lib64/lustre/tests/sanity-quota.sh: line 37: get_lustre_env: command not found Trace dump: = /usr/lib64/lustre/tests/sanity-quota.sh:37:main() sanity-quota: FAIL: test-framework exiting on error&lt;/p&gt;</comment>
                            <comment id="240735" author="jamesanunez" created="Fri, 25 Jan 2019 20:35:16 +0000"  >&lt;p&gt;James - a couple of patches were landed out of order. The error that you reported should be cleaned up now. Please rebase any patches that are in flight. &lt;/p&gt;</comment>
                            <comment id="240767" author="adilger" created="Sun, 27 Jan 2019 17:00:42 +0000"  >&lt;p&gt;Janes N, it makes sense to push out a patch that removes usage of SINGLEMDS, but leaves the definition of SINGLEMDS in test-framework.sh for a few weeks in case it is used in another patch in flight. They can both be submitted at the same time, but mark the second one -1 until we are ready to land it. &lt;/p&gt;</comment>
                            <comment id="242730" author="gerrit" created="Mon, 25 Feb 2019 19:26:14 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/34319&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34319&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: create routine to get Lustre env&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a0563c775921bbc8399ba9e9998632e132c90fae&lt;/p&gt;</comment>
                            <comment id="244965" author="gerrit" created="Mon, 1 Apr 2019 06:18:25 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/34319/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/34319/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: create routine to get Lustre env&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 08badb42a5040bd56d3dc27fac40bc3831c15f93&lt;/p&gt;</comment>
                            <comment id="246231" author="jamesanunez" created="Tue, 23 Apr 2019 18:01:21 +0000"  >&lt;p&gt;With the landing of &lt;a href=&quot;https://review.whamcloud.com/33611/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/33611/&lt;/a&gt;, get_lustre_env() was moved into init_logging() in test-framework.sh and, thus, is available to all test scripts from Lustre 2.12.53 on.&lt;/p&gt;

&lt;p&gt;We&apos;ve already cleaned up sanity.sh by replacing calls to lustre_version_code() with MGS_VERSION, MDS1_VERSION or CLIENT_VERSION and replacing facet_fstype() with mds1_FSTYPE or ost1_FSTYPE. What&apos;s left to do for this ticket is to replace these calls in all the other Lustre test suites. &lt;/p&gt;</comment>
                            <comment id="252685" author="gerrit" created="Wed, 7 Aug 2019 19:39:48 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35719&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35719&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace version/fstype calls in sanity/n&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 668ca3817b19082f59bf8776d535e3012f5cd264&lt;/p&gt;</comment>
                            <comment id="252692" author="gerrit" created="Wed, 7 Aug 2019 21:23:57 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35721&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35721&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace version/fstype calls in 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: e2d2025d06d326ebf1f9ff7c1b96442bbdc0e1d3&lt;/p&gt;</comment>
                            <comment id="252696" author="gerrit" created="Wed, 7 Aug 2019 22:02:39 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35723&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35723&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace version/fstype calls in recov-small&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7018501158f2d3aaa7659b22b382602681e4f6e5&lt;/p&gt;</comment>
                            <comment id="252701" author="gerrit" created="Wed, 7 Aug 2019 22:40:47 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35724&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35724&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace version/fstype calls in replay-sing&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7c37142616d935c6279cbc7bd27d9fca4f8b5df2&lt;/p&gt;</comment>
                            <comment id="252916" author="gerrit" created="Sat, 10 Aug 2019 00:21:15 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35760&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35760&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace lustre_version calls in sanity-flr/pfl&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8c7c81492559f352a87315eba5bfb9c45efcfc10&lt;/p&gt;</comment>
                            <comment id="252932" author="gerrit" created="Sun, 11 Aug 2019 16:53:54 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35766&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35766&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace version/fstype in sanity-dom/quota&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: c9f52e570abc25ab112d1729dccafccf69d425fc&lt;/p&gt;</comment>
                            <comment id="253080" author="gerrit" created="Thu, 15 Aug 2019 07:55:38 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35721/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35721/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace version/fstype calls in conf-sanity&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: b4c955fe72d8598c4eaf98b809ae42be94f8c40b&lt;/p&gt;</comment>
                            <comment id="253621" author="gerrit" created="Mon, 26 Aug 2019 21:55:49 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35928&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35928&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace lustre_version in mds-survey/pcc/sec&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8c0de7a025308c88492950d30ed028ba6ce09069&lt;/p&gt;</comment>
                            <comment id="253624" author="gerrit" created="Mon, 26 Aug 2019 22:56:49 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35929&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35929&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace lustre_version/fstype in sanity-scrub&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ddaeeaa4d5ea75591811c94a373eeccaedbb059e&lt;/p&gt;</comment>
                            <comment id="253690" author="gerrit" created="Tue, 27 Aug 2019 15:49:42 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35934&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35934&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace lustre_version/fstype in posix/perf&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 398772e0a406aa5ca19650548f706fa6dbd84b08&lt;/p&gt;</comment>
                            <comment id="254028" author="gerrit" created="Tue, 3 Sep 2019 05:11:29 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35724/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35724/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace version/fstype calls in replay-single&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 771630a718aa33d03879fefa17242c61df530f74&lt;/p&gt;</comment>
                            <comment id="254299" author="gerrit" created="Fri, 6 Sep 2019 21:13:27 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36093&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36093&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: add a default definition for SINGLEMDS&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 1371a18669bf0b075f3c0beda79d38e26989ebc0&lt;/p&gt;</comment>
                            <comment id="254320" author="gerrit" created="Sat, 7 Sep 2019 01:52:17 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35760/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35760/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace lustre_version calls in sanity-flr/pfl&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 56b8c3d8d1acf2f6c491ed64126ce72199ace276&lt;/p&gt;</comment>
                            <comment id="254321" author="gerrit" created="Sat, 7 Sep 2019 01:52:31 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35766/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35766/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace version/fstype in sanity-dom/quota&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 9d5d2714c074a51c9a348b917f3cf32c5005b3b8&lt;/p&gt;</comment>
                            <comment id="254807" author="gerrit" created="Mon, 16 Sep 2019 23:04:13 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35723/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35723/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace version/fstype calls in recovery-small&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 82430bdc5a042a0cf74965e0bb975eef8316c0d7&lt;/p&gt;</comment>
                            <comment id="254813" author="gerrit" created="Mon, 16 Sep 2019 23:04:57 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36093/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36093/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: add a default definition for SINGLEMDS&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cf2e838320f50a1fc320e74d4c051772b8742742&lt;/p&gt;</comment>
                            <comment id="255868" author="gerrit" created="Fri, 4 Oct 2019 03:44:24 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35934/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35934/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace lustre_version/fstype in posix/perf&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 73cbcdfe749edd3a441084b90cb2b53f73fa86e4&lt;/p&gt;</comment>
                            <comment id="255920" author="gerrit" created="Fri, 4 Oct 2019 18:00:21 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36375&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36375&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace lustre_version/fstype - full&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8a8d3817d90073b2c366d73e408c7465031b5a11&lt;/p&gt;</comment>
                            <comment id="255928" author="gerrit" created="Fri, 4 Oct 2019 18:35:50 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36380&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36380&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace lustre_version/fstype - large-lun&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 608a4317a215c9b93d01bf8f81f739fccd51f719&lt;/p&gt;</comment>
                            <comment id="257138" author="gerrit" created="Sun, 27 Oct 2019 04:17:33 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36380/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36380/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace lustre_version/fstype - large-lun&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: d2fff2c2e49526f1bcbdb1f63ed20aff558b3836&lt;/p&gt;</comment>
                            <comment id="258113" author="gerrit" created="Tue, 12 Nov 2019 04:06:22 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35928/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35928/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace lustre_version in mds-survey/pcc/sec&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 3643e27f7a97dac195a102db4cf7f895e019159c&lt;/p&gt;</comment>
                            <comment id="259248" author="gerrit" created="Thu, 5 Dec 2019 22:05:42 +0000"  >&lt;p&gt;Minh Diep (mdiep@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36942&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36942&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace version/fstype calls in 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: 240bc8adf88a46880c37e09987edb01d043e22c5&lt;/p&gt;</comment>
                            <comment id="259481" author="gerrit" created="Mon, 9 Dec 2019 18:42:34 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36965&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36965&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: remove duplicate code lnet-selftest&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b2e63c0e881d4e4370d717d3cbbc3294cc809575&lt;/p&gt;</comment>
                            <comment id="259860" author="gerrit" created="Sat, 14 Dec 2019 05:59:38 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36375/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36375/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace lustre_version/fstype - full&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 782b3533edb419374b7357b67ba4f9960d7e96cf&lt;/p&gt;</comment>
                            <comment id="260199" author="gerrit" created="Fri, 20 Dec 2019 03:27:32 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36965/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36965/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: remove duplicate code lnet-selftest&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: cbdceec741f5fb782b6a7f86d30daed9f5ed562a&lt;/p&gt;</comment>
                            <comment id="262895" author="gerrit" created="Sat, 8 Feb 2020 04:00:45 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35719/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35719/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace version/fstype calls in sanity/n&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 6ee31faf3970d47a79f538712382073b3833a06c&lt;/p&gt;</comment>
                            <comment id="263976" author="gerrit" created="Tue, 25 Feb 2020 06:14:36 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36942/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36942/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace version/fstype calls in 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: 70a42ae7880e137267dcb0dc00b4a38fbae0fe37&lt;/p&gt;</comment>
                            <comment id="282762" author="gerrit" created="Tue, 20 Oct 2020 19:53:10 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/40313&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/40313&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: Reproducer sanity&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ca7547335efff5b72d235904cd128ed05fde9bfc&lt;/p&gt;</comment>
                            <comment id="291462" author="gerrit" created="Mon, 8 Feb 2021 21:55:32 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35929/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35929/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-11607&quot; title=&quot;Reduce repeated function calls in Lustre test suites&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-11607&quot;&gt;&lt;del&gt;LU-11607&lt;/del&gt;&lt;/a&gt; tests: replace lustre_version/fstype in sanity-scrub&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e4799a53832bd1278b766ed2e0a261281b10f28c&lt;/p&gt;</comment>
                            <comment id="292229" author="pjones" created="Wed, 17 Feb 2021 21:10:28 +0000"  >&lt;p&gt;Looks like everything has landed for 2.14&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="54667">LU-11889</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="25657">LU-5375</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="54870">LU-11965</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|i005m7:</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>