<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:58:58 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-13169] Allow test-framework to repeat subtests</title>
                <link>https://jira.whamcloud.com/browse/LU-13169</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;When running with &lt;tt&gt;ONLY=X&lt;/tt&gt; it would be useful to allow the subtest(s) to be run multiple times in order to more efficiently reproduce intermittent test failures, or ensure that they are fixed.&lt;/p&gt;

&lt;p&gt;I think something like &lt;tt&gt;ONLY_REPEAT=&lt;b&gt;N&lt;/b&gt;&lt;/tt&gt; to cause tests specified with &lt;tt&gt;ONLY=&lt;/tt&gt; to be run &lt;tt&gt;&lt;b&gt;N&lt;/b&gt;&lt;/tt&gt; times would be useful. This is not as useful for cases when the whole test script is run, since that can just be run multiple times in a row (possibly in parallel) as each run would take a long time to complete anyway.&lt;/p&gt;

&lt;p&gt;It looks like the right place to add this logic would be in &lt;tt&gt;run_test()&lt;/tt&gt; or &lt;tt&gt;run_one_logged()&lt;/tt&gt; (which would need to log the output from each repetition separately).&lt;/p&gt;</description>
                <environment></environment>
        <key id="57885">LU-13169</key>
            <summary>Allow test-framework to repeat subtests</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="adilger">Andreas Dilger</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                            <label>easy</label>
                    </labels>
                <created>Fri, 24 Jan 2020 01:17:55 +0000</created>
                <updated>Fri, 5 Jun 2020 12:28:51 +0000</updated>
                            <resolved>Fri, 14 Feb 2020 13:52:09 +0000</resolved>
                                                    <fixVersion>Lustre 2.14.0</fixVersion>
                    <fixVersion>Lustre 2.12.5</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="261794" author="gerrit" created="Fri, 24 Jan 2020 09:21:12 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/37321&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37321&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13169&quot; title=&quot;Allow test-framework to repeat subtests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13169&quot;&gt;&lt;del&gt;LU-13169&lt;/del&gt;&lt;/a&gt; tests: add ONLY_REPEAT parameter to repeat subtests&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: da9541634fd7a91877ae20532113b57103782dd2&lt;/p&gt;</comment>
                            <comment id="261951" author="gerrit" created="Tue, 28 Jan 2020 00:34:53 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/37338&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37338&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13169&quot; title=&quot;Allow test-framework to repeat subtests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13169&quot;&gt;&lt;del&gt;LU-13169&lt;/del&gt;&lt;/a&gt; tests: quiet debug messages during tests&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 74b3a5630f590c7fa70381abc4d909c058ed23bf&lt;/p&gt;</comment>
                            <comment id="263309" author="gerrit" created="Fri, 14 Feb 2020 05:50:58 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/37321/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37321/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13169&quot; title=&quot;Allow test-framework to repeat subtests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13169&quot;&gt;&lt;del&gt;LU-13169&lt;/del&gt;&lt;/a&gt; tests: add ONLY_REPEAT parameter to repeat subtests&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: e16e3d46ee8c44e691c5cd3d25161f2f297fa0fd&lt;/p&gt;</comment>
                            <comment id="263351" author="pjones" created="Fri, 14 Feb 2020 13:52:09 +0000"  >&lt;p&gt;Landed for 2.14&lt;/p&gt;</comment>
                            <comment id="263387" author="gerrit" created="Fri, 14 Feb 2020 23:56:04 +0000"  >&lt;p&gt;Andreas Dilger (adilger@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/37586&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37586&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13169&quot; title=&quot;Allow test-framework to repeat subtests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13169&quot;&gt;&lt;del&gt;LU-13169&lt;/del&gt;&lt;/a&gt; tests: add ONLY_REPEAT parameter to repeat subtests&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 897e0b42007f1a3124cd33992f930c5d637dffd7&lt;/p&gt;</comment>
                            <comment id="266064" author="gerrit" created="Wed, 25 Mar 2020 06:31:59 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/37586/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37586/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13169&quot; title=&quot;Allow test-framework to repeat subtests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13169&quot;&gt;&lt;del&gt;LU-13169&lt;/del&gt;&lt;/a&gt; tests: add ONLY_REPEAT parameter to repeat subtests&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 39b5fba0249f9483dd88526e70d94cc0f1fcfd8d&lt;/p&gt;</comment>
                            <comment id="267520" author="gerrit" created="Tue, 14 Apr 2020 08:10:14 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/37338/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/37338/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-13169&quot; title=&quot;Allow test-framework to repeat subtests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-13169&quot;&gt;&lt;del&gt;LU-13169&lt;/del&gt;&lt;/a&gt; tests: quiet debug messages during tests&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 56dab2cd0de9677461df977e046c5eaae68251b6&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="58337">LU-13352</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|i00sj3:</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>