<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:19:34 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-8672] missing error handling in replay-single test_89</title>
                <link>https://jira.whamcloud.com/browse/LU-8672</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;replay-single test_89() does not error out on wait_mds_ost_sync and&lt;br/&gt;
wait_delete_completed timeout and  error handling in wait_delete_completed_mds and wait_delete_completed in t-f needs correction.&lt;/p&gt;

&lt;p&gt;wait_delete_complete() depends on the return code from wait_delete_completed_mds(), however wait_delete_completed_mds() does not return error code (non-zero) in case it could not wait until delete to be completed for some reason. This could mislead to test failure of mismatched block and suppress actual root cause.&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;wait_delete_completed() {
    wait_delete_completed_mds $1 || &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; $?      &amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt; problem: wait_delete_completed does not actually &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; error code
    wait_destroy_complete
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Ideally we need to know if wait_delete_completed_mds() failed.&lt;/p&gt;</description>
                <environment></environment>
        <key id="40312">LU-8672</key>
            <summary>missing error handling in replay-single test_89</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="maximus">Ashish Purkar</reporter>
                        <labels>
                            <label>patch</label>
                    </labels>
                <created>Thu, 6 Oct 2016 04:44:41 +0000</created>
                <updated>Sat, 3 Mar 2018 14:01:48 +0000</updated>
                            <resolved>Sat, 3 Mar 2018 14:01:48 +0000</resolved>
                                                    <fixVersion>Lustre 2.11.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                            <comments>
                            <comment id="168461" author="gerrit" created="Thu, 6 Oct 2016 04:54:10 +0000"  >&lt;p&gt;Ashish Purkar (ashish.purkar@seagate.com) uploaded a new patch: &lt;a href=&quot;http://review.whamcloud.com/22974&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/22974&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8672&quot; title=&quot;missing error handling in replay-single test_89&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8672&quot;&gt;&lt;del&gt;LU-8672&lt;/del&gt;&lt;/a&gt; tests: Fix error handling in replay-single test_89&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 96adde3a35827e4d9dac6c2eedf239a67446fb55&lt;/p&gt;</comment>
                            <comment id="217545" author="adilger" created="Thu, 4 Jan 2018 23:31:47 +0000"  >&lt;p&gt;This may also help to fix intermittent failures in replay-single test_20b reported in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-10052&quot; title=&quot;replay-single test_20b fails with &amp;#39;after 4096 &amp;gt; before 3072&amp;#39;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-10052&quot;&gt;&lt;del&gt;LU-10052&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="218558" author="jamesanunez" created="Thu, 18 Jan 2018 19:02:33 +0000"  >&lt;p&gt;Unfortunately, this patch did not fix the replay-single test 20b failure because this patch hit that failure. See &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/bbe57164-f9e6-11e7-bd00-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/bbe57164-f9e6-11e7-bd00-52540065bddc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="222191" author="gerrit" created="Sat, 3 Mar 2018 04:29:09 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/22974/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/22974/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-8672&quot; title=&quot;missing error handling in replay-single test_89&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-8672&quot;&gt;&lt;del&gt;LU-8672&lt;/del&gt;&lt;/a&gt; tests: Fix error handling in replay-single test_89&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5446b9b6246c9721394ab3aefb94779c899927de&lt;/p&gt;</comment>
                            <comment id="222224" author="pjones" created="Sat, 3 Mar 2018 14:01:48 +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="27067">LU-5761</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="48543">LU-10052</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="47875">LU-9891</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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|hzyqlr:</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>