<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:27:46 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>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[ODLPARENT-148] SingleFeatureTest (SFT) karaf.log should be kept outside the temporary PAX Exam to be preserved for analysis</title>
                <link>https://jira.opendaylight.org/browse/ODLPARENT-148</link>
                <project id="10149" key="ODLPARENT">odlparent</project>
                    <description>&lt;p&gt;During today&apos;s Kernel Projects call, when I inquired how we could make progress on the latest &quot;Build timed out (after 120 minutes). Marking the build as failed.&quot; in integration/distribution&apos;s&#160;odl-integration-all, &lt;a href=&quot;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/neutron-distribution-check-fluorine/26/console.log.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;e.g. here&lt;/a&gt;, for (&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/70354/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;c/70354&lt;/a&gt;), &lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=rovarga&quot; class=&quot;user-hover&quot; rel=&quot;rovarga&quot;&gt;rovarga&lt;/a&gt; pointed out that the main problem is that we have no visibility in the karaf.log in case of such failures.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=skitt&quot; class=&quot;user-hover&quot; rel=&quot;skitt&quot;&gt;skitt&lt;/a&gt; had tried to keep the Pax Exam output, but that blew up disk usage.&lt;/p&gt;

&lt;p&gt;We could try to make SFT log somewhere else in /target that is kept in builds.&lt;/p&gt;</description>
                <environment></environment>
        <key id="29726">ODLPARENT-148</key>
            <summary>SingleFeatureTest (SFT) karaf.log should be kept outside the temporary PAX Exam to be preserved for analysis</summary>
                <type id="10100" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10310&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <status id="5" iconUrl="https://jira.opendaylight.org/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="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="vorburger">Michael Vorburger</assignee>
                                    <reporter username="vorburger">Michael Vorburger</reporter>
                        <labels>
                    </labels>
                <created>Tue, 10 Apr 2018 17:04:47 +0000</created>
                <updated>Fri, 13 Apr 2018 09:29:08 +0000</updated>
                            <resolved>Fri, 13 Apr 2018 09:29:08 +0000</resolved>
                                                    <fixVersion>3.0.4</fixVersion>
                    <fixVersion>3.1.2</fixVersion>
                    <fixVersion>4.0.0</fixVersion>
                                    <component>SFT</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="62375" author="vorburger" created="Thu, 12 Apr 2018 14:32:55 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/70853/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/70853/&lt;/a&gt;&#160;does the following:&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;$ cd odlparent/features-test
$ mvn clean install

$ cd ../features/odl-guava-23
$ mvn clean install
$ less ./target/SFT/karaf.log
2018-04-12T15:57:35,410 | INFO  | pool-1-thread-2  | FeaturesServiceImpl              | 8 - org.apache.karaf.features.core - 4.1.5 | Adding features: 0e616d6f-571e-4c77-aa43-9d8a6cd053e1/[0,0.0.0], exam/[4.11.0,4.11.0], test-dependencies/[0,0.0.0]
2018-04-12T15:57:36,511 | INFO  | features-1-thread-1 | FeaturesServiceImpl              | 8 - org.apache.karaf.features.core - 4.1.5 | Changes to perform:
2018-04-12T15:57:36,516 | INFO  | features-1-thread-1 | FeaturesServiceImpl              | 8 - org.apache.karaf.features.core - 4.1.5 |   Region: root
2
(...)

$ mvn -Dkaraf.keep.unpack=true clean package
$ less ./target/pax/*/data/log/karaf.log
Apr 12, 2018 3:57:30 PM org.apache.karaf.main.Main launch
INFO: Installing and starting initial bundles
Apr 12, 2018 3:57:30 PM org.apache.karaf.main.Main launch
INFO: All initial bundles installed and set to start
Apr 12, 2018 3:57:31 PM org.apache.karaf.main.lock.SimpleFileLock lock
INFO: Trying to lock /home/vorburger/dev/ODL/git/odlparent/features/odl-guava-23/target/pax/f91bbf9a-ff6d-47e7-b398-b8014edb1125/lock
Apr 12, 2018 3:57:31 PM org.apache.karaf.main.lock.SimpleFileLock lock
INFO: Lock acquired
Apr 12, 2018 3:57:31 PM org.apache.karaf.main.Main$KarafLockCallback lockAquired
INFO: Lock acquired. Setting startlevel to 100
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;so basically now data/log/karaf.log (which is deleted, unless you &lt;tt&gt;-Dkaraf.keep.unpack=true&lt;/tt&gt;) contains a few first lines, and the rest is now in &lt;tt&gt;target/SFT/karaf.log&lt;/tt&gt;.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03d2v:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>