<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:01: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-6532] tests which call wait_delete_completed() are to be skipped on CLIENTONLY mode</title>
                <link>https://jira.whamcloud.com/browse/LU-6532</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;wait_delete_completed () requires server access :&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_mds() {
...
       # find MDS with pending deletions
       &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; node in $(mdts_nodes); &lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt;
               changes=$(do_node $node &lt;span class=&quot;code-quote&quot;&gt;&quot;lctl get_param -n osc.*MDT*.sync_*&quot;&lt;/span&gt; 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;The tests which call wait_delete_completed () are to be skipped for CLIENTONLY mode, otherwise these tests could fail :&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;# CLIENTONLY=1 MGSNID=fre0101@tcp OSD_TRACK_DECLARES_LBUG=1 sh runtests

== runtests test 1: All Runtests == 08:13:27 (1430208807)
touching /mnt/lustre at Tue Apr 28 08:13:27 UTC 2015 (@1430208807)
create an empty file /mnt/lustre/hosts.29640
copying /etc/hosts to /mnt/lustre/hosts.29640
comparing /etc/hosts and /mnt/lustre/hosts.29640
renaming /mnt/lustre/hosts.29640 to /mnt/lustre/hosts.29640.ren
copying /etc/hosts to /mnt/lustre/hosts.29640 again
truncating /mnt/lustre/hosts.29640
removing /mnt/lustre/hosts.29640
copying /etc/hosts to /mnt/lustre/hosts.29640.2
truncating /mnt/lustre/hosts.29640.2 to 123 bytes
creating /mnt/lustre/d1.runtests
copying 1000 files from /etc /bin to /mnt/lustre/d1.runtests/etc /bin at Tue Apr 28 08:13:28 UTC 2015
...

disable quota as required
removing /mnt/lustre/d1.runtests
renaming /mnt/lustre/hosts.29640.ren to /mnt/lustre/hosts.29640
truncating /mnt/lustre/hosts.29640
removing /mnt/lustre/hosts.29640
verifying /mnt/lustre/hosts.29640.2 is 123 bytes
running createmany -d /mnt/lustre/d1.runtests/d 100
total: 100 creates in 0.10 seconds: 1005.13 creates/second
running unlinkmany -d /mnt/lustre/d1.runtests/d 100
 - unlinked 0 (time 1430208852 ; total 0 ; last 0)
total: 100 unlinks in 1 seconds: 100.000000 unlinks/second
done
Waiting &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; local destroys to complete
 runtests test_1: @@@@@@ FAIL: Space not all freed: now 61068kB, was 51536kB. 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="29738">LU-6532</key>
            <summary>tests which call wait_delete_completed() are to be skipped on CLIENTONLY mode</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="egryaznova">Elena Gryaznova</reporter>
                        <labels>
                    </labels>
                <created>Tue, 28 Apr 2015 08:19:33 +0000</created>
                <updated>Tue, 28 Apr 2015 08:30:55 +0000</updated>
                                            <version>Lustre 2.7.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="113602" author="egryaznova" created="Tue, 28 Apr 2015 08:30:55 +0000"  >&lt;p&gt;It is not reasonable to add &quot;remote_mds_nodsh&quot; check to wait_delete_completed_mds() because tests could run wait_delete_completed_mds() at the end.&lt;br/&gt;
There are ~75 tests call wait_delete_completed ():&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;$ grep wait_delete_completed ./* -r | wc -l
      75
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;but some of them are already skipped for remote mds with nodsh set.&lt;/p&gt;

&lt;p&gt;I do not provide the patch because I&apos;m not sure what is the correct way to fix this defect.&lt;br/&gt;
Please advice.&lt;br/&gt;
Thanks.&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_10040" key="com.atlassian.jira.plugin.system.customfieldtypes:labels">
                        <customfieldname>Epic</customfieldname>
                        <customfieldvalues>
                                        <label>test</label>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzxbwf:</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>