<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:17:16 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-15316] sanity test_255a: dmidecode: command not found</title>
                <link>https://jira.whamcloud.com/browse/LU-15316</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for jianyu &amp;lt;yujian@whamcloud.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;https://testing.whamcloud.com/test_sets/4c203f3a-8cc4-4cea-b56e-a9d46c8222ec&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/4c203f3a-8cc4-4cea-b56e-a9d46c8222ec&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;test_255a failed with the following error:&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;/usr/lib64/lustre/tests/sanity.sh: line 21421: [: -lt: unary operator expected
/usr/lib64/lustre/tests/test-framework.sh: line 1385: dmidecode: command not found
 sanity test_255a: @@@@@@ FAIL: Speedup with willread is less than  .29%, got .58% 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;







&lt;p&gt;VVVVVVV DO NOT REMOVE LINES BELOW, Added by Maloo for auto-association VVVVVVV&lt;br/&gt;
sanity test_255a - Speedup with willread is less than  .29%, got .58%&lt;/p&gt;</description>
                <environment>SLES15 SP2</environment>
        <key id="67439">LU-15316</key>
            <summary>sanity test_255a: dmidecode: command not found</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="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Fri, 3 Dec 2021 21:41:54 +0000</created>
                <updated>Wed, 9 Mar 2022 22:08:10 +0000</updated>
                                            <version>Lustre 2.15.0</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="324233" author="adilger" created="Fri, 28 Jan 2022 06:05:08 +0000"  >&lt;p&gt;+1 &lt;a href=&quot;https://testing.whamcloud.com/test_sets/2a1d1b6b-9cd7-4b69-8360-c38c83b162de&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/2a1d1b6b-9cd7-4b69-8360-c38c83b162de&lt;/a&gt;&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;Average uncached read: 23.47
Average speedup with OSS cached read:  30.55 = +30.16%
Average speedup with ladvise willread:  30.92 = +31.74%
/usr/lib64/lustre/tests/sanity.sh: line 19619: [: 15.27: integer expression expected
/usr/lib64/lustre/tests/test-framework.sh: line 1349: dmidecode: command not found
 sanity test_255a: @@@@@@ FAIL: Speedup with willread is less than  15.27%, got 30.92% 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;It looks like the math is failing because of the use of decimal numbers, even though the test itself is passing.  &lt;/p&gt;

&lt;p&gt;The test is then trying to use either &quot;&lt;tt&gt;virt-what&lt;/tt&gt;&quot; or &quot;&lt;tt&gt;dmidecode&lt;/tt&gt;&quot; to decide if this is a VM or not.  Either or both of the &lt;tt&gt;virt-what&lt;/tt&gt; or &lt;tt&gt;dmidecode&lt;/tt&gt; RPMs needs to be installed for that, but this is secondary to the actual failure.&lt;/p&gt;

&lt;p&gt;Not sure why this started failing now.  It looks like it has always been failing, but &quot;dmidecode&quot; or &quot;virt-what&quot; were causing the error to be ignored:&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;Average uncached read: 15.93
Average speedup with OSS cached read:  22.10 = +38.73%
Average speedup with ladvise willread:  21.49 = +34.90%
/usr/lib64/lustre/tests/sanity.sh: line 19613: [: 11.05: integer expression expected
running in VM &apos;kvm&apos;, ignore error
 sanity test_255a: @@@@@@ IGNORE (env=kvm): Speedup with willread is less than  11.05%, got 21.49% 
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="324234" author="gerrit" created="Fri, 28 Jan 2022 06:24:45 +0000"  >&lt;p&gt;&quot;Andreas Dilger &amp;lt;adilger@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/46350&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/46350&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15316&quot; title=&quot;sanity test_255a: dmidecode: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15316&quot;&gt;LU-15316&lt;/a&gt; tests: use integers in sanity test_255a&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a96a4a5894bef714b19086fa09918080f05a7674&lt;/p&gt;</comment>
                            <comment id="328203" author="gerrit" created="Sat, 5 Mar 2022 20:43:08 +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/46350/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/46350/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15316&quot; title=&quot;sanity test_255a: dmidecode: command not found&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15316&quot;&gt;LU-15316&lt;/a&gt; tests: use integers in sanity test_255a&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: c185410b0007f841962979f8d6c367db9c48c2a3&lt;/p&gt;</comment>
                            <comment id="328667" author="adilger" created="Wed, 9 Mar 2022 22:08:10 +0000"  >&lt;p&gt;There likely also needs to be a &quot;&lt;tt&gt;dmidecode&lt;/tt&gt;&quot; package installed on some of the test nodes/images to solve this completely, but it is worthwhile to fix the actual test cases first if this isn&apos;t too disruptive.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="60903">LU-13977</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|i02bjz:</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>