<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:32:45 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-3304] Test failure on sanity-quota test_18: watchdog triggered </title>
                <link>https://jira.whamcloud.com/browse/LU-3304</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;sanity-quota test_18 is failing due to watchdog picking up messages from other sanity-quota tests. &lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run:&lt;br/&gt;
&lt;a href=&quot;https://maloo.whamcloud.com/test_sets/e2a22f56-a90d-11e2-85b9-52540035b04c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maloo.whamcloud.com/test_sets/e2a22f56-a90d-11e2-85b9-52540035b04c&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Error message for test_18 is:&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;Lustre: DEBUG MARKER: sanity-quota test_18: @@@@@@ FAIL: Lustre: DEBUG MARKER: sanity-quota test_6: @@@@@@ FAIL: LNet: Service thread pid 21586 was inactive for 40.00s. The thread might be hung, or it might only be slow and will resume later. Dumping the stack trace for debugg
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="18778">LU-3304</key>
            <summary>Test failure on sanity-quota test_18: watchdog triggered </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="jamesanunez">James Nunez</reporter>
                        <labels>
                    </labels>
                <created>Thu, 9 May 2013 16:29:07 +0000</created>
                <updated>Wed, 10 Jul 2013 13:49:50 +0000</updated>
                            <resolved>Wed, 10 Jul 2013 13:49:50 +0000</resolved>
                                                    <fixVersion>Lustre 2.5.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="58047" author="jamesanunez" created="Thu, 9 May 2013 18:22:38 +0000"  >&lt;p&gt;sanity-quota test_6 and test_18 check watchdog in same way, i.e. very similar code. Fixes will be similar.&lt;/p&gt;</comment>
                            <comment id="58137" author="jamesanunez" created="Fri, 10 May 2013 14:25:28 +0000"  >&lt;p&gt;The proposed patch is at:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/#change,6310&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/#change,6310&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="58138" author="jamesanunez" created="Fri, 10 May 2013 14:35:34 +0000"  >&lt;p&gt;The problem here is that test_18 is picking up lines from dmesg from any test. The awk command&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;local watchdog=$(awk &apos;/sanity-quota test 18/ {start = 1;}
	        /Service thread pid/ &amp;amp;&amp;amp; /was inactive/ {
			  if (start) {
			       print;
			  }
	        }&apos; $TMP/lustre-log-${TESTNAME}.log)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;sets the start flag to 1 when it sees &quot;sanity-quota test 18&quot; in dmesg, but the flag is never turned off. So, if &quot;sanity-quota test 18&quot; is seen once in dmesg, we get a false positive if any other test generated a message with &quot;Service thread pid&quot; and &quot;was inactive&quot; in it. &lt;/p&gt;

&lt;p&gt;I chose to implement Oleg&apos;s suggested fix for &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-3195&quot; title=&quot;Interop 2.3.0&amp;lt;-&amp;gt;2.3.63 sanity-quota test_6: &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-3195&quot;&gt;&lt;del&gt;LU-3195&lt;/del&gt;&lt;/a&gt;, which is this same issue for test_6, which is to clear dmesg at the beginning of test_18. &lt;/p&gt;</comment>
                            <comment id="62020" author="jamesanunez" created="Wed, 10 Jul 2013 13:49:50 +0000"  >&lt;p&gt;Patch landed to master.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="16597">LU-2283</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="18464">LU-3195</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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|hzvqjz:</customfieldvalue>

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