<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:54: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-12639] sanity test 317 uses uninitialized variable $facet</title>
                <link>https://jira.whamcloud.com/browse/LU-12639</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;sanity test 317 checks the file system type of $facet to determine if the test should be skipped. Unfortunately, facet is not initialized/defined in the test.&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;
19369 test_317() {
19370         [ $MDS1_VERSION -lt $(version_code 2.11.53) ] &amp;amp;&amp;amp;
19371                 skip &lt;span class=&quot;code-quote&quot;&gt;&quot;Need MDS version at least 2.11.53&quot;&lt;/span&gt;
19372         local trunc_sz
19373         local grant_blk_size
19374 
19375         &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; [ &lt;span class=&quot;code-quote&quot;&gt;&quot;$(facet_fstype $facet)&quot;&lt;/span&gt; == &lt;span class=&quot;code-quote&quot;&gt;&quot;zfs&quot;&lt;/span&gt; ]; then
19376                 skip &lt;span class=&quot;code-quote&quot;&gt;&quot;LU-10370: no implementation &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; ZFS&quot;&lt;/span&gt; &amp;amp;&amp;amp; &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt;
19377         fi
...
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;We need to  replace $facet with the correct server. &lt;/p&gt;

&lt;p&gt;Test 317 was added to sanity with patch &lt;a href=&quot;https://review.whamcloud.com/31073&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/31073&lt;/a&gt; . &lt;/p&gt;</description>
                <environment></environment>
        <key id="56594">LU-12639</key>
            <summary>sanity test 317 uses uninitialized variable $facet</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>tests</label>
                    </labels>
                <created>Wed, 7 Aug 2019 15:59:15 +0000</created>
                <updated>Thu, 21 Nov 2019 21:34:22 +0000</updated>
                            <resolved>Thu, 15 Aug 2019 13:51:13 +0000</resolved>
                                    <version>Lustre 2.13.0</version>
                    <version>Lustre 2.12.3</version>
                                    <fixVersion>Lustre 2.13.0</fixVersion>
                    <fixVersion>Lustre 2.12.4</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="252675" author="gerrit" created="Wed, 7 Aug 2019 16:23:00 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/35716&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35716&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12639&quot; title=&quot;sanity test 317 uses uninitialized variable $facet&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12639&quot;&gt;&lt;del&gt;LU-12639&lt;/del&gt;&lt;/a&gt; tests: initialize variable sanity 317&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ad5d4dc98e0086fb1af08815c94167793956e165&lt;/p&gt;</comment>
                            <comment id="253079" author="gerrit" created="Thu, 15 Aug 2019 07:55:28 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/35716/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/35716/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12639&quot; title=&quot;sanity test 317 uses uninitialized variable $facet&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12639&quot;&gt;&lt;del&gt;LU-12639&lt;/del&gt;&lt;/a&gt; tests: initialize variable sanity 317&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c00be06a1f8f27eb5bd8bb47086d0f1e5b5f5f50&lt;/p&gt;</comment>
                            <comment id="253111" author="pjones" created="Thu, 15 Aug 2019 13:51:13 +0000"  >&lt;p&gt;Landed for 2.13&lt;/p&gt;</comment>
                            <comment id="255830" author="gerrit" created="Thu, 3 Oct 2019 19:59:02 +0000"  >&lt;p&gt;James Nunez (jnunez@whamcloud.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/36366&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36366&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12639&quot; title=&quot;sanity test 317 uses uninitialized variable $facet&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12639&quot;&gt;&lt;del&gt;LU-12639&lt;/del&gt;&lt;/a&gt; tests: initialize variable sanity 317&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ba6481af862ca414817421d8ab52b917ab3f8871&lt;/p&gt;</comment>
                            <comment id="258595" author="gerrit" created="Thu, 21 Nov 2019 07:31:44 +0000"  >&lt;p&gt;Oleg Drokin (green@whamcloud.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/36366/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/36366/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-12639&quot; title=&quot;sanity test 317 uses uninitialized variable $facet&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-12639&quot;&gt;&lt;del&gt;LU-12639&lt;/del&gt;&lt;/a&gt; tests: initialize variable sanity 317&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_12&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 97ece1cae18902fd0f6844855723965e5ca4fcf0&lt;/p&gt;</comment>
                    </comments>
                    <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|i00ktb:</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>