<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:26:03 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-9422] sanity test 234 is skipped incorrectly for attr rpm version number</title>
                <link>https://jira.whamcloud.com/browse/LU-9422</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;sanity test_234 is being skipped with the message&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;SKIP: sanity test_234 LU-3703: attr version getfattr 2.4.46 too old
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Looking at the test code, the test is skipped due to the check&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;13747         # output of the form: attr 2 4 44 3 fc13 x86_64
13748         V=($(IFS=&lt;span class=&quot;code-quote&quot;&gt;&quot;.-&quot;&lt;/span&gt; rpm -q attr))
13749         &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; [[ ${V[1]} &amp;gt; 2 || ${V[2]} &amp;gt; 4 || ${V[3]} &amp;gt; 44 ||
13750               ${V[1]} = 2 &amp;amp;&amp;amp; ${V[2]} = 4 &amp;amp;&amp;amp; ${V[3]} = 44 &amp;amp;&amp;amp; ${V[4]} &amp;gt; 6 ]]; then
13751                 # attr pre-2.4.44-7 had a bug with rc
13752                 # LU-3703 - SLES 11 and FC13 clients have older attr
13753                 getfattr -n user.attr $DIR/$tdir/$tfile &amp;amp;&amp;amp;
13754                         error &lt;span class=&quot;code-quote&quot;&gt;&quot;getfattr should have failed with ENOMEM&quot;&lt;/span&gt;
13755         &lt;span class=&quot;code-keyword&quot;&gt;else&lt;/span&gt;
13756                 skip &lt;span class=&quot;code-quote&quot;&gt;&quot;LU-3703: attr version $(getfattr --version) too old&quot;&lt;/span&gt;
13757         fi
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;From this description, this test should not be skipped with attr version 2.4.46. The problem is setting the Internal Field Separator (IFS) this way isn&#8217;t actually setting the correct values to split the string on.&lt;/p&gt;

&lt;p&gt;This is easily fixed by setting the IFS outside the assignment/call to rpm, but is this check necessary any more?&lt;/p&gt;</description>
                <environment></environment>
        <key id="45792">LU-9422</key>
            <summary>sanity test 234 is skipped incorrectly for attr rpm version number</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="jamesanunez">James Nunez</reporter>
                        <labels>
                            <label>test</label>
                    </labels>
                <created>Mon, 1 May 2017 16:51:21 +0000</created>
                <updated>Thu, 25 Jan 2018 05:03:14 +0000</updated>
                            <resolved>Thu, 25 Jan 2018 05:03:14 +0000</resolved>
                                    <version>Lustre 2.10.0</version>
                                    <fixVersion>Lustre 2.11.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="194072" author="gerrit" created="Mon, 1 May 2017 19:25:57 +0000"  >&lt;p&gt;James Nunez (james.a.nunez@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/26906&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26906&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9422&quot; title=&quot;sanity test 234 is skipped incorrectly for attr rpm version number&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9422&quot;&gt;&lt;del&gt;LU-9422&lt;/del&gt;&lt;/a&gt; test: sanity 234 correct attr version check&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 7b9c18a824f4e224050da2bf3e7fbc9ea919fbc8&lt;/p&gt;</comment>
                            <comment id="219081" author="gerrit" created="Thu, 25 Jan 2018 04:47:11 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/26906/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/26906/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9422&quot; title=&quot;sanity test 234 is skipped incorrectly for attr rpm version number&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9422&quot;&gt;&lt;del&gt;LU-9422&lt;/del&gt;&lt;/a&gt; tests: generalize SLES version check&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 2182db2564fa6810bc3c35f51e0493a88a2f39a9&lt;/p&gt;</comment>
                            <comment id="219106" author="pjones" created="Thu, 25 Jan 2018 05:03:14 +0000"  >&lt;p&gt;Landed for 2.11&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="20194">LU-3703</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|hzzbjb:</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>