<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:59: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-13243] sanity test 183 fails with &apos;ls succeeded, should have failed&apos;</title>
                <link>https://jira.whamcloud.com/browse/LU-13243</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;sanity test_183 fails with &apos;ls succeeded, should have failed&apos; starting on 27 SEPT 2019 and fails 100% of the time for PPC client testing.&lt;/p&gt;

&lt;p&gt;Looking at a recent failure at &lt;a href=&quot;https://testing.whamcloud.com/test_sets/d3720002-4a27-11ea-b69a-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/d3720002-4a27-11ea-b69a-52540065bddc&lt;/a&gt;, the suite_log the test output&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;== sanity test 183: No crash or request leak in case of strange dispositions ========================= 01:26:06 (1581125166)
CMD: trevis-10vm12 /usr/sbin/lctl set_param fail_loc=0x148
fail_loc=0x148
total 4
-rw-r--r-- 1 root root 4 Feb  8 01:26 f183.sanity
 sanity test_183: @@@@@@ FAIL: ls succeeded, should have failed 
  Trace dump:
  = /usr/lib64/lustre/tests/test-framework.sh:6121:error()
  = /usr/lib64/lustre/tests/sanity.sh:15012:test_183()
 &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;There are no errors or any indication of why this test fails in any of the console logs. &lt;/p&gt;

&lt;p&gt;The code that is failing is&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;
14998         mkdir -p $DIR/$tdir || error &lt;span class=&quot;code-quote&quot;&gt;&quot;creating dir $DIR/$tdir&quot;&lt;/span&gt;
14999         echo aaa &amp;gt; $DIR/$tdir/$tfile
15000 
15001 #define OBD_FAIL_MDS_NEGATIVE_POSITIVE  0x148
15002         do_facet $SINGLEMDS $LCTL set_param fail_loc=0x148
15003 
15004         ls -l $DIR/$tdir &amp;amp;&amp;amp; error &lt;span class=&quot;code-quote&quot;&gt;&quot;ls succeeded, should have failed&quot;&lt;/span&gt;
 &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;Logs for more sanity test 183 failures are at&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/6a18091c-233a-11ea-bb75-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/6a18091c-233a-11ea-bb75-52540065bddc&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/66d1b122-fd65-11e9-bbc3-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/66d1b122-fd65-11e9-bbc3-52540065bddc&lt;/a&gt;&lt;/p&gt;</description>
                <environment>PPC clients</environment>
        <key id="58071">LU-13243</key>
            <summary>sanity test 183 fails with &apos;ls succeeded, should have failed&apos;</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="1" iconUrl="https://jira.whamcloud.com/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="wc-triage">WC Triage</assignee>
                                    <reporter username="jamesanunez">James Nunez</reporter>
                        <labels>
                            <label>ppc</label>
                    </labels>
                <created>Tue, 11 Feb 2020 21:49:11 +0000</created>
                <updated>Wed, 17 Feb 2021 23:53:04 +0000</updated>
                                            <version>Lustre 2.14.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="263105" author="jamesanunez" created="Tue, 11 Feb 2020 22:42:17 +0000"  >&lt;p&gt;Although the fail_loc is different, sanity test_242 also fails with a similar &apos;ls should fail&apos; error&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;== sanity test 242: mdt_readpage failure should not cause directory unreadable ======================= 02:32:05 (1581129125)
CMD: trevis-10vm12 lctl set_param fail_loc=0x105
fail_loc=0x105
f242.sanity
 sanity test_242: @@@@@@ FAIL: ls /mnt/lustre/d242.sanity should fail 
  Trace dump:
  = /usr/lib64/lustre/tests/test-framework.sh:6121:error()
  = /usr/lib64/lustre/tests/sanity.sh:17506:test_242()
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&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|i00tn3:</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>