<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:11:53 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-14683] replay-single test_40: remove no longer actual test</title>
                <link>https://jira.whamcloud.com/browse/LU-14683</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;
test_40(){
        # always need connection to MDS to verify layout during IO. LU-2628.
        lctl get_param mdc.*.connect_flags | grep -q layout_lock &amp;amp;&amp;amp;
                skip &lt;span class=&quot;code-quote&quot;&gt;&quot;layout_lock needs MDS connection &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; IO&quot;&lt;/span&gt; &amp;amp;&amp;amp; &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; 0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;should be:&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;
        # always need connection to MDS to verify layout during IO. LU-2628.
        lctl get_param mdc.*.connect_flags | grep -q layout_lock ||
                skip &lt;span class=&quot;code-quote&quot;&gt;&quot;layout_lock needs MDS connection &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; IO&quot;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="64171">LU-14683</key>
            <summary>replay-single test_40: remove no longer actual test</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="egryaznova">Elena Gryaznova</assignee>
                                    <reporter username="egryaznova">Elena Gryaznova</reporter>
                        <labels>
                    </labels>
                <created>Wed, 12 May 2021 18:56:29 +0000</created>
                <updated>Fri, 13 Jan 2023 14:50:52 +0000</updated>
                            <resolved>Fri, 13 Jan 2023 14:50:52 +0000</resolved>
                                    <version>Lustre 2.15.0</version>
                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="301394" author="adilger" created="Wed, 12 May 2021 19:06:49 +0000"  >&lt;p&gt;Wow, this code dates back to commit 2.3.62-6-g945a97dbc2, over 8 years ago.  I see this subtest is always being skipped in autotest, so the check is clearly incorrect.&lt;/p&gt;</comment>
                            <comment id="301395" author="gerrit" created="Wed, 12 May 2021 19:08:20 +0000"  >&lt;p&gt;Elena Gryaznova (c17455@cray.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/43676&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/43676&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14683&quot; title=&quot;replay-single test_40: remove no longer actual test&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14683&quot;&gt;&lt;del&gt;LU-14683&lt;/del&gt;&lt;/a&gt; tests: wrong layout_lock check&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 84b5814b149cdba2526a19a14f6105ada902d5bb&lt;/p&gt;</comment>
                            <comment id="336399" author="egryaznova" created="Tue, 31 May 2022 13:33:01 +0000"  >&lt;p&gt;The test is no longer actual for modern Lustre with Layout lock support, as described in the following commit:&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;
 commit 945a97dbc2f0323352950d3b54beda9f7ab799a7
Author: Jinshan Xiong &amp;lt;jinshan.xiong@intel.com&amp;gt;
Date:   Thu Jan 17 15:11:37 2013 -0800


    LU-2628 tests: disable test_40 of replay-single
    
    This test &lt;span class=&quot;code-keyword&quot;&gt;case&lt;/span&gt; assumes that IO to OSTs could go on even when the
    connect to MDT is lost, &lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt; is not &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt; any more because clients
    have to verify the layout is correct before operating OST objects.
    
    Signed-off-by: Jinshan Xiong &amp;lt;jinshan.xiong@intel.com&amp;gt;
    Change-Id: I08eaad7b97da7ee152c066426f24bc1d15db5738
    Reviewed-on: http:&lt;span class=&quot;code-comment&quot;&gt;//review.whamcloud.com/5056
&lt;/span&gt;    Reviewed-by: Jian Yu &amp;lt;jian.yu@intel.com&amp;gt;
    Tested-by: Hudson
    Tested-by: Maloo &amp;lt;whamcloud.maloo@gmail.com&amp;gt;
    Reviewed-by: Andreas Dilger &amp;lt;andreas.dilger@intel.com&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="358909" author="gerrit" created="Fri, 13 Jan 2023 07:17:49 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/c/fs/lustre-release/+/43676/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/c/fs/lustre-release/+/43676/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-14683&quot; title=&quot;replay-single test_40: remove no longer actual test&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-14683&quot;&gt;&lt;del&gt;LU-14683&lt;/del&gt;&lt;/a&gt; tests: get rid of no longer actual test&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 5f804180fb466ae5a90875e85ddcb7064e088750&lt;/p&gt;</comment>
                            <comment id="358967" author="pjones" created="Fri, 13 Jan 2023 14:50:52 +0000"  >&lt;p&gt;Landed foe 2.16&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_10030" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Epic/Theme</customfieldname>
                        <customfieldvalues>
                                        <label>patch</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i01uiv:</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>