<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:27:51 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-179] SFT seems to hang for ~30 seconds after finishing the test</title>
                <link>https://jira.opendaylight.org/browse/ODLPARENT-179</link>
                <project id="10149" key="ODLPARENT">odlparent</project>
                    <description>&lt;p&gt;The following output is quite common, for example in &lt;a href=&quot;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/bgpcep-maven-verify-neon-mvn35-openjdk8/831/console-timestamp.log.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/bgpcep-maven-verify-neon-mvn35-openjdk8/831/console-timestamp.log.gz&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;16:26:04  [INFO] --- maven-surefire-plugin:2.22.0:test (default) @ odl-bgpcep-pcep ---
16:26:04  [INFO] Surefire report directory: /w/workspace/bgpcep-maven-verify-neon-mvn35-openjdk8/features/pcep/odl-bgpcep-pcep/target/surefire-reports
16:26:04  [INFO] 
16:26:04  [INFO] -------------------------------------------------------
16:26:04  [INFO]  T E S T S
16:26:04  [INFO] -------------------------------------------------------
16:26:04  [INFO] Running org.opendaylight.odlparent.featuretest.SingleFeatureTest
16:26:46  [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.302 s - in org.opendaylight.odlparent.featuretest.SingleFeatureTest
16:27:17  [INFO] 
16:27:17  [INFO] Results:
16:27:17  [INFO] 
16:27:17  [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
16:27:17  [INFO] 
16:27:17  [INFO] &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Note that while the test ran for 42 seconds, an additional ~31 seconds is spent waiting for ... something ... to happen. The delay seems to fluctuate between 29-31 seconds, oftentimes it&apos;s not there at all.&lt;/p&gt;

&lt;p&gt;This is extremely inefficient and hurts especially projects with a large number of features - as these delays pile up rather quickly.&lt;/p&gt;</description>
                <environment></environment>
        <key id="31193">ODLPARENT-179</key>
            <summary>SFT seems to hang for ~30 seconds after finishing the test</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="2" iconUrl="https://jira.opendaylight.org/images/icons/priorities/critical.svg">High</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="rovarga">Robert Varga</assignee>
                                    <reporter username="rovarga">Robert Varga</reporter>
                        <labels>
                    </labels>
                <created>Thu, 13 Dec 2018 17:19:55 +0000</created>
                <updated>Fri, 19 Jun 2020 09:21:35 +0000</updated>
                            <resolved>Fri, 19 Jun 2020 09:21:35 +0000</resolved>
                                    <version>4.0.2</version>
                                    <fixVersion>5.0.8</fixVersion>
                    <fixVersion>6.0.8</fixVersion>
                    <fixVersion>7.0.4</fixVersion>
                                    <component>SFT</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="65989" author="rovarga" created="Thu, 13 Dec 2018 18:12:08 +0000"  >&lt;p&gt;This seems to be related to &lt;a href=&quot;https://maven.apache.org/surefire/maven-surefire-plugin/examples/shutdown.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maven.apache.org/surefire/maven-surefire-plugin/examples/shutdown.html&lt;/a&gt; and JVM shutdown, which is capped at 30 seconds. Perhaps there is a non-daemon thread or a shutdown hook which is being processed.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/SUREFIRE-1574&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://issues.apache.org/jira/browse/SUREFIRE-1574&lt;/a&gt; seems to be very much related and is targeted for surefire-maven-plugin-3.0.0.M4. pax-exam issue is at &lt;a href=&quot;https://ops4j1.jira.com/projects/PAXEXAM/issues/PAXEXAM-920&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://ops4j1.jira.com/projects/PAXEXAM/issues/PAXEXAM-920&lt;/a&gt; .&lt;/p&gt;</comment>
                            <comment id="67980" author="rovarga" created="Mon, 23 Mar 2020 17:22:58 +0000"  >&lt;p&gt;pax-exam-4.13.3 contains the fix for PAXEXAM-920&lt;/p&gt;</comment>
                            <comment id="68217" author="rovarga" created="Fri, 12 Jun 2020 10:37:38 +0000"  >&lt;p&gt;This did not help, but surefire-3.0.0-M5 is just about to land, hence target this for $NEXT releases so we resolve it as soon as surefire releases.&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|i03lgn:</customfieldvalue>

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