<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:27:59 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-2763] Build: 1.8 git commit fails to allow long Test Paramters</title>
                <link>https://jira.whamcloud.com/browse/LU-2763</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;I was trying to create a test patch with a meaningful Test-Paramaters. &lt;/p&gt;

&lt;p&gt;The patch can be seen here &lt;a href=&quot;http://review.whamcloud.com/5275&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/5275&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The paramaters in question are&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;Test-Parameters: nettypes=o2ib envdefinitions=SLOW=yes \
                 clientdistro=el6 serverdistro=el5 testlist=racer
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The b1_8 build/commit-msg does not allow lines over 70 long. &quot;\&quot; escaping did not work does not work as it combines them together. &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;error: commit message has line longer than 70 columns.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt; 

&lt;p&gt;The error message is seen regardless of the escaping used.  I tired sever thing and in the end a used the &quot;-r&quot; change.  &lt;/p&gt;

&lt;p&gt;In the above patch I was able to work through the issue by adding a &quot;-r&quot; to the read command but is has been suggested that we bring back the entire commit-msg from current Master. &lt;/p&gt;</description>
                <environment>The current Git Tree and Ubunut 12.04 desktop. </environment>
        <key id="17461">LU-2763</key>
            <summary>Build: 1.8 git commit fails to allow long Test Paramters</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="6">Not a Bug</resolution>
                                        <assignee username="keith">Keith Mannthey</assignee>
                                    <reporter username="keith">Keith Mannthey</reporter>
                        <labels>
                    </labels>
                <created>Tue, 5 Feb 2013 20:53:19 +0000</created>
                <updated>Wed, 22 May 2013 22:37:24 +0000</updated>
                            <resolved>Wed, 22 May 2013 22:37:24 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                    <version>Lustre 2.1.5</version>
                    <version>Lustre 1.8.9</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                                            <comments>
                            <comment id="51838" author="keith" created="Tue, 5 Feb 2013 21:41:23 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/5278&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/5278&lt;/a&gt; is the initial patch. &lt;/p&gt;</comment>
                            <comment id="52676" author="yujian" created="Tue, 19 Feb 2013 05:35:12 +0000"  >&lt;p&gt;Hi Keith,&lt;/p&gt;

&lt;p&gt;We found that while editing commit message for a Lustre b2_1 patch with the following test parameters:&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;Test-Parameters: envdefinitions=DURATION=14400 \
clientdistro=el5 serverdistro=el5 clientarch=x86_64 \
serverarch=x86_64 clientcount=4 osscount=2 mdscount=2 \
austeroptions=-R failover=true useiscsi=true \
testlist=recovery-mds-scale
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;we got the following one after committing:&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;Test-Parameters: envdefinitions=DURATION=14400 clientdistro=el5 serverdistro=el5 clientarch=x86_64 serverarch=x86_64 clientcount=4 osscount=2 mdscount=2 austeroptions=-R failover=true useiscsi=true testlist=recovery-mds-scale
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;E.g., &lt;a href=&quot;http://review.whamcloud.com/5462&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/5462&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;On b1_8 branch, we can use two &apos;\&apos;s to escape &apos;\&apos;, but this does not work on b2_1 and master branches. &lt;/p&gt;</comment>
                            <comment id="59120" author="keith" created="Wed, 22 May 2013 22:37:08 +0000"  >&lt;p&gt;I find the double escape &quot;&lt;br class=&quot;atl-forced-newline&quot; /&gt;&quot; an ok solution.&lt;/p&gt;</comment>
                            <comment id="59121" author="keith" created="Wed, 22 May 2013 22:37:24 +0000"  >&lt;p&gt;There is a good workaround. &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_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzvio7:</customfieldvalue>

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