<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:07:22 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-472] Revive replay-single 61d</title>
                <link>https://jira.whamcloud.com/browse/LU-472</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&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;# Skip these tests
# bug number:  17466 18857
ALWAYS_EXCEPT=&lt;span class=&quot;code-quote&quot;&gt;&quot;61d   33a 33b    $REPLAY_SINGLE_EXCEPT&quot;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Bug 17466 was fixed in Dec, 2008.  The test should be reviewed and removed from ALWAYS_EXCEPT.&lt;/p&gt;</description>
                <environment></environment>
        <key id="11256">LU-472</key>
            <summary>Revive replay-single 61d</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="liwei">Li Wei</assignee>
                                    <reporter username="liwei">Li Wei</reporter>
                        <labels>
                    </labels>
                <created>Wed, 29 Jun 2011 05:51:28 +0000</created>
                <updated>Thu, 9 Jan 2020 07:40:03 +0000</updated>
                            <resolved>Tue, 5 Nov 2019 20:13:03 +0000</resolved>
                                    <version>Lustre 2.1.0</version>
                                    <fixVersion>Lustre 2.11.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="17565" author="liwei" created="Sun, 10 Jul 2011 22:57:09 +0000"  >&lt;p&gt;Since replay-single 61d&apos;s debut in Jul, 2008, the test has been led astray from &lt;a href=&quot;https://bugzilla.lustre.org/show_bug.cgi?id=16002#c25&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;its original mission&lt;/a&gt;.  The historical changes described below should be reverted or fixed.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://git.whamcloud.com/?p=fs/lustre-release.git;a=commitdiff;h=02d8c2fa5c63271d01818d24c86a80d7d63a6e00#patch6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;llog_setup_named()&lt;/a&gt; and &lt;a href=&quot;http://git.whamcloud.com/?p=fs/lustre-release.git;a=commitdiff;h=5efe4c568f6f6b25cc56b1de507491b3f6ff7d45&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;llog_setup()&lt;/a&gt;.  Originally, the fault injection simulated what might happen when the &quot;CATALOGS&quot; internal file was corrupted.  After the changes were applied, the fault started to be injected at the first call of llog_setup_named()/llog_setup() even when lop_setup was not implemented.  In other words, a fault could be injected at locations that would never fail!  Another issue in these changes is that replacing llog_ctxt_destroy() with llog_ctxt_put() causes lop_cleanup to be invoked upon lop_setup failures.  In general, interfaces like lop_setup should clean things up before returning an error; lop_cleanup should not be called upon lop_setup failures.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://git.whamcloud.com/?p=fs/lustre-release.git;a=commitdiff;h=2fe8b2600cd7aea21149fbb9d0829129a274a472&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;test_61d()&lt;/a&gt;.  This change looks like a result of the fictional fault injection described above.  The test should stop and start the MDT rather than the MGS.&lt;/p&gt;</comment>
                            <comment id="17574" author="liwei" created="Mon, 11 Jul 2011 09:17:32 +0000"  >&lt;p&gt;Johann and Andreas, any comments?&lt;/p&gt;</comment>
                            <comment id="17577" author="johann" created="Mon, 11 Jul 2011 09:59:56 +0000"  >&lt;p&gt;Hi Li Wei,&lt;br/&gt;
Yes, i agree with you, this test should start/stop the MDS and not the MGS. We used to only test combo MGS &amp;amp; MDS, that&apos;s probably why we have never encountered such a problem before.&lt;/p&gt;</comment>
                            <comment id="17966" author="liwei" created="Tue, 19 Jul 2011 04:49:22 +0000"  >&lt;p&gt;This patch fixes the test:&lt;br/&gt;
  &lt;a href=&quot;http://review.whamcloud.com/1112&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1112&lt;/a&gt;&lt;br/&gt;
This patch tries to fix problems revealed by the newly revived test:&lt;br/&gt;
  &lt;a href=&quot;http://review.whamcloud.com/1113&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1113&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="257775" author="adilger" created="Tue, 5 Nov 2019 20:12:49 +0000"  >&lt;p&gt;This was enabled in patch &lt;a href=&quot;https://review.whamcloud.com/27404&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/27404&lt;/a&gt; &quot;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9590&quot; title=&quot;replay-single test cases 61d 89 73b remove from ALWAYS_EXCEPT&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9590&quot;&gt;&lt;del&gt;LU-9590&lt;/del&gt;&lt;/a&gt; tests: remove replay-single tests from ALWAYS_EXCEPT&quot;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="46433">LU-9590</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </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|hzvy6v:</customfieldvalue>

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