<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:47: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>[VTN-18] VTNManagerImplWithNodesTest is unstable.</title>
                <link>https://jira.opendaylight.org/browse/VTN-18</link>
                <project id="10185" key="VTN">vtn</project>
                    <description>&lt;p&gt;Somtimes unit test for manager.implementation fails.&lt;/p&gt;

&lt;p&gt;java.lang.AssertionError: expected:&amp;lt;3&amp;gt; but was:&amp;lt;4&amp;gt;&lt;br/&gt;
	at org.junit.Assert.fail(Assert.java:91)&lt;br/&gt;
	at org.junit.Assert.failNotEquals(Assert.java:645)&lt;br/&gt;
	at org.junit.Assert.assertEquals(Assert.java:126)&lt;br/&gt;
	at org.junit.Assert.assertEquals(Assert.java:470)&lt;br/&gt;
	at org.junit.Assert.assertEquals(Assert.java:454)&lt;br/&gt;
	at org.opendaylight.vtn.manager.internal.TestUseVTNManagerBase$VTNManagerAwareStub.checkVIfInfo(TestUseVTNManagerBase.java:570)&lt;br/&gt;
	at org.opendaylight.vtn.manager.internal.VTNManagerImplWithNodesTest.testRecalculateDone(VTNManagerImplWithNodesTest.java:2125)&lt;/p&gt;


&lt;p&gt;This is caused by too short event timeout.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: Linux&lt;br/&gt;
Platform: PC&lt;/p&gt;</environment>
        <key id="26398">VTN-18</key>
            <summary>VTNManagerImplWithNodesTest is unstable.</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <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="-1">Unassigned</assignee>
                                    <reporter username="yasuda">Shigeru Yasuda</reporter>
                        <labels>
                    </labels>
                <created>Tue, 13 May 2014 10:32:01 +0000</created>
                <updated>Thu, 3 May 2018 15:45:11 +0000</updated>
                            <resolved>Wed, 25 Jun 2014 14:42:38 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>VTN Manager</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="52810" author="yasuda" created="Tue, 13 May 2014 12:00:39 +0000"  >&lt;p&gt;A patch was pushed.&lt;/p&gt;

&lt;p&gt;  &lt;a href=&quot;https://git.opendaylight.org/gerrit/6927&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/6927&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="52811" author="yasuda" created="Wed, 14 May 2014 07:21:53 +0000"  >&lt;p&gt;This patch was merged to stable/hydrogen branch.&lt;/p&gt;

&lt;p&gt;  &lt;a href=&quot;https://git.opendaylight.org/gerrit/6982&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/6982&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="52812" author="yasuda" created="Wed, 25 Jun 2014 09:29:12 +0000"  >&lt;p&gt;Reopen because this failure still happen.&lt;/p&gt;

&lt;p&gt;  &lt;a href=&quot;https://jenkins.opendaylight.org/vtn/job/vtn-controller-integration/1320/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/vtn/job/vtn-controller-integration/1320/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I investigated the test code, and found the true cause of this failure.&lt;/p&gt;

&lt;p&gt;This test adds IVTNManagerAware service dynamically, and verifies that&lt;br/&gt;
IVTNManagerAware receives expected number of VTN events.&lt;br/&gt;
But it may receives VTN events generated by previous test because of&lt;br/&gt;
incorrect event synchronization in the test code.&lt;/p&gt;

&lt;p&gt;This test code needs to ensure that no VTN event is pending before adding&lt;br/&gt;
IVTNManagerAware listener.&lt;/p&gt;</comment>
                            <comment id="52813" author="yasuda" created="Wed, 25 Jun 2014 14:42:38 +0000"  >&lt;p&gt;Fixed.&lt;/p&gt;

&lt;p&gt;  &lt;a href=&quot;https://git.opendaylight.org/gerrit/8324&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/8324&lt;/a&gt; (master)&lt;br/&gt;
  &lt;a href=&quot;https://git.opendaylight.org/gerrit/8327&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/8327&lt;/a&gt; (stable/hydrogen)&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_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>996</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=996]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02t2v:</customfieldvalue>

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