<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:19:37 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-1779] &quot;skip&quot; inside a test does not report SKIP in Maloo</title>
                <link>https://jira.whamcloud.com/browse/LU-1779</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;It seems that tests in ALWAYS_EXCEPT are reported in maloo as &quot;skip ALWAYS excluded test NN&quot;.  However, if some test is skipped due to an environmental condition (e.g. sanity.sh test_27m, which is testing out-of-space conditions and is skipped during review runs when the filesystem is too large, as in &lt;a href=&quot;https://maloo.whamcloud.com/sub_tests/78d60ce0-9dc0-11e1-a1d8-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/sub_tests/78d60ce0-9dc0-11e1-a1d8-52540035b04c&lt;/a&gt;) this will print a &quot;SKIP&quot; message in the test, but the test itself is reported as &quot;PASS&quot; Maloo.&lt;/p&gt;

&lt;p&gt;It would be more useful if the test were reported in Maloo as &quot;SKIP: sanity test_27m 892015396 &amp;gt; 1400000 skipping out-of-space test on OST0&quot;.  What does auster/Maloo key on to determine whether a test is SKIP or PASS, and what needs to be done to make the &quot;skip&quot; directive inside a test cause Maloo to report the test as skipped?&lt;/p&gt;

&lt;p&gt;The reason this is of interest is because I want the tests skipped because of &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-482&quot; title=&quot;Test failure on test suite replay-dual, subtest test_0a&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-482&quot;&gt;&lt;del&gt;LU-482&lt;/del&gt;&lt;/a&gt; to be clearly flagged as not having been run, rather than pretending the test has passed.  The patch in &lt;a href=&quot;http://review.whamcloud.com/2731&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/2731&lt;/a&gt; will mark the test with &quot;skip&quot;, but until this issue is fixed then the whole replay-dual will appear to be a PASS, even though nothing was run.&lt;/p&gt;</description>
                <environment></environment>
        <key id="14420">LU-1779</key>
            <summary>&quot;skip&quot; inside a test does not report SKIP in Maloo</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="yujian">Jian Yu</assignee>
                                    <reporter username="adilger">Andreas Dilger</reporter>
                        <labels>
                    </labels>
                <created>Mon, 14 May 2012 14:26:18 +0000</created>
                <updated>Fri, 22 Feb 2013 11:22:38 +0000</updated>
                            <resolved>Thu, 25 Oct 2012 16:26:13 +0000</resolved>
                                                    <fixVersion>Lustre 2.3.0</fixVersion>
                    <fixVersion>Lustre 2.4.0</fixVersion>
                    <fixVersion>Lustre 2.1.4</fixVersion>
                    <fixVersion>Lustre 1.8.9</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="42592" author="chris" created="Thu, 2 Aug 2012 05:39:09 +0000"  >&lt;p&gt;The problem here is that the test framework is reporting PASS in the yaml. We need to make the test framework behave properly.&lt;/p&gt;</comment>
                            <comment id="43933" author="yujian" created="Wed, 29 Aug 2012 07:51:50 +0000"  >&lt;p&gt;Patch for master branch: &lt;a href=&quot;http://review.whamcloud.com/3810&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/3810&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="44337" author="yujian" created="Thu, 6 Sep 2012 23:08:57 +0000"  >&lt;p&gt;Patch for b2_1 branch: &lt;a href=&quot;http://review.whamcloud.com/3899&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/3899&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The one for master and b2_3 branches has been landed.&lt;/p&gt;</comment>
                            <comment id="46926" author="adilger" created="Thu, 25 Oct 2012 16:26:13 +0000"  >&lt;p&gt;Patch landed on b2_1, b2_3, master.&lt;/p&gt;</comment>
                            <comment id="50006" author="yujian" created="Sat, 5 Jan 2013 02:31:18 +0000"  >&lt;p&gt;Patch for b1_8 branch: &lt;a href=&quot;http://review.whamcloud.com/4955&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4955&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="11273">LU-482</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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|hzus1r:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2206</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>
                                                                                                                                                    <customfield id="customfield_10002" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>