<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:39:02 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-4030] sanity test_236: exec: {FD}: not found</title>
                <link>https://jira.whamcloud.com/browse/LU-4030</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for sarah &amp;lt;sarah@whamcloud.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;http://maloo.whamcloud.com/test_sets/4489101e-290f-11e3-b598-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://maloo.whamcloud.com/test_sets/4489101e-290f-11e3-b598-52540035b04c&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The sub-test test_236 failed with the following error:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;test_236 returned 127&lt;/p&gt;&lt;/blockquote&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;== sanity test 236: Layout swap on open unlinked file ================================================ 13:52:42 (1380315162)
/usr/lib64/lustre/tests/sanity.sh: line 11650: exec: {FD}: not found
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>server and client: lustre-master build # 1687&lt;br/&gt;
client is running SLES11 SP2</environment>
        <key id="21201">LU-4030</key>
            <summary>sanity test_236: exec: {FD}: not found</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="wc-triage">WC Triage</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Mon, 30 Sep 2013 18:38:21 +0000</created>
                <updated>Tue, 14 Jan 2014 00:32:22 +0000</updated>
                            <resolved>Tue, 19 Nov 2013 14:06:00 +0000</resolved>
                                    <version>Lustre 2.5.0</version>
                                    <fixVersion>Lustre 2.6.0</fixVersion>
                    <fixVersion>Lustre 2.5.1</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>9</watches>
                                                                            <comments>
                            <comment id="68085" author="adilger" created="Tue, 1 Oct 2013 17:21:53 +0000"  >&lt;p&gt;Looks like the five other cases of this failure are only being hit on SLES11 SP2.  I suspect this is a test issue related to some difference in how bash interprets this stdout/stderr redirection.&lt;/p&gt;</comment>
                            <comment id="69415" author="sarah" created="Mon, 21 Oct 2013 16:44:37 +0000"  >&lt;p&gt;Also see this issue in SLES11 SP3 client:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/dc52a6a2-381a-11e3-844f-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/dc52a6a2-381a-11e3-844f-52540035b04c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="69531" author="adilger" created="Tue, 22 Oct 2013 16:49:05 +0000"  >&lt;p&gt;While I consider myself daily good at bash, I don&apos;t understand the construct:&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;        exec {FD}&amp;lt;&amp;gt;$file2
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This seems to make SLES bash unhappy, but RHEL bash is ok. &lt;/p&gt;</comment>
                            <comment id="70101" author="vsaveliev" created="Tue, 29 Oct 2013 11:05:43 +0000"  >&lt;p&gt;sanity.sh:test_236() uses&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;&quot;{FD}&amp;lt;&amp;gt;$file2&quot;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;to assign newly allocated file descriptor to FD, which is a feature added in bash-4.1-alpha.&lt;/p&gt;

&lt;p&gt;The below is how the feature is documented in bash changelog (&lt;a href=&quot;http://tiswww.case.edu/php/chet/bash/CHANGES):&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://tiswww.case.edu/php/chet/bash/CHANGES):&lt;/a&gt;&lt;br/&gt;
p.  If the optional left-hand-side of a redirection is of the form {var}, the&lt;br/&gt;
    shell assigns the file descriptor used to $var or uses $var as the file&lt;br/&gt;
    descriptor to move or close, depending on the redirection operator.&lt;/p&gt;

&lt;p&gt;SLES11SP3 uses bash-3.2 so the test_236 fails on SLES11SP3.&lt;/p&gt;</comment>
                            <comment id="70153" author="adilger" created="Tue, 29 Oct 2013 18:17:35 +0000"  >&lt;p&gt;This should be rewritten so that older bash will also work. &lt;/p&gt;</comment>
                            <comment id="70741" author="vsaveliev" created="Tue, 5 Nov 2013 16:39:41 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/8181&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/8181&lt;/a&gt;&lt;br/&gt;
Please, take a look&lt;/p&gt;</comment>
                            <comment id="71883" author="pjones" created="Tue, 19 Nov 2013 14:06:00 +0000"  >&lt;p&gt;Landed for 2.6&lt;/p&gt;</comment>
                            <comment id="74369" author="yujian" created="Mon, 6 Jan 2014 03:20:11 +0000"  >&lt;p&gt;Lustre Build: &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b2_5/5/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://build.whamcloud.com/job/lustre-b2_5/5/&lt;/a&gt;&lt;br/&gt;
Distro/Arch: RHEL6.4/x86_64(server), SLES11SP3/x86_64(client)&lt;/p&gt;

&lt;p&gt;The same failure occurred:&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/0c73c65e-763c-11e3-b3c0-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/0c73c65e-763c-11e3-b3c0-52540035b04c&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here is the back-ported patch for Lustre b2_5 branch: &lt;a href=&quot;http://review.whamcloud.com/8811&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/8811&lt;/a&gt;&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|hzw4fr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>10826</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>