<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:13:03 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>[BGPCEP-434] BGP session unit tests failing after Netty version bump</title>
                <link>https://jira.opendaylight.org/browse/BGPCEP-434</link>
                <project id="10108" key="BGPCEP">bgpcep</project>
                    <description>&lt;p&gt;testHandleNotifyMsg(org.opendaylight.protocol.bgp.rib.impl.BGPSessionImplTest)  Time elapsed: 0.039 sec  &amp;lt;&amp;lt;&amp;lt; ERROR!&lt;br/&gt;
java.lang.IllegalArgumentException: promise.channel does not match: &lt;span class=&quot;error&quot;&gt;&amp;#91;id: 0x102d8e5d, L:/1.1.1.4:12345 - R:/1.1.1.2:12345&amp;#93;&lt;/span&gt; (expected: &lt;span class=&quot;error&quot;&gt;&amp;#91;id: 0x102d8e5d, L:embedded - R:embedded&amp;#93;&lt;/span&gt;)&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.validatePromise(AbstractChannelHandlerContext.java:778)&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.close(AbstractChannelHandlerContext.java:501)&lt;br/&gt;
	at io.netty.channel.DefaultChannelPipeline.close(DefaultChannelPipeline.java:1039)&lt;br/&gt;
	at io.netty.channel.AbstractChannel.close(AbstractChannel.java:218)&lt;br/&gt;
	at io.netty.channel.embedded.EmbeddedChannel.close(EmbeddedChannel.java:342)&lt;br/&gt;
	at io.netty.channel.embedded.EmbeddedChannel.close(EmbeddedChannel.java:329)&lt;br/&gt;
	at org.opendaylight.protocol.bgp.rib.impl.BGPSessionImpl.closeWithoutMessage(BGPSessionImpl.java:295)&lt;br/&gt;
	at org.opendaylight.protocol.bgp.rib.impl.BGPSessionImpl.handleMessage(BGPSessionImpl.java:223)&lt;br/&gt;
	at org.opendaylight.protocol.bgp.rib.impl.BGPSessionImplTest.testHandleNotifyMsg(BGPSessionImplTest.java:187)&lt;/p&gt;

&lt;p&gt;testBGPSession(org.opendaylight.protocol.bgp.rib.impl.BGPSessionImplTest)  Time elapsed: 0.017 sec  &amp;lt;&amp;lt;&amp;lt; ERROR!&lt;br/&gt;
java.lang.IllegalArgumentException: promise.channel does not match: &lt;span class=&quot;error&quot;&gt;&amp;#91;id: 0xad0a5eb9, L:/1.1.1.4:12345 - R:/1.1.1.2:12345&amp;#93;&lt;/span&gt; (expected: &lt;span class=&quot;error&quot;&gt;&amp;#91;id: 0xad0a5eb9, L:embedded - R:embedded&amp;#93;&lt;/span&gt;)&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.validatePromise(AbstractChannelHandlerContext.java:778)&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.close(AbstractChannelHandlerContext.java:501)&lt;br/&gt;
	at io.netty.channel.DefaultChannelPipeline.close(DefaultChannelPipeline.java:1039)&lt;br/&gt;
	at io.netty.channel.AbstractChannel.close(AbstractChannel.java:218)&lt;br/&gt;
	at io.netty.channel.embedded.EmbeddedChannel.close(EmbeddedChannel.java:342)&lt;br/&gt;
	at io.netty.channel.embedded.EmbeddedChannel.close(EmbeddedChannel.java:329)&lt;br/&gt;
	at org.opendaylight.protocol.bgp.rib.impl.BGPSessionImpl.closeWithoutMessage(BGPSessionImpl.java:295)&lt;br/&gt;
	at org.opendaylight.protocol.bgp.rib.impl.BGPSessionImpl.close(BGPSessionImpl.java:203)&lt;br/&gt;
	at org.opendaylight.protocol.bgp.rib.impl.BGPSessionImplTest.testBGPSession(BGPSessionImplTest.java:153)&lt;/p&gt;

&lt;p&gt;testHoldTimerExpire(org.opendaylight.protocol.bgp.rib.impl.BGPSessionImplTest)  Time elapsed: 111.767 sec  &amp;lt;&amp;lt;&amp;lt; FAILURE!&lt;br/&gt;
java.lang.AssertionError: expected:&amp;lt;IDLE&amp;gt; but was:&amp;lt;UP&amp;gt;&lt;br/&gt;
	at org.junit.Assert.fail(Assert.java:88)&lt;br/&gt;
	at org.junit.Assert.failNotEquals(Assert.java:743)&lt;br/&gt;
	at org.junit.Assert.assertEquals(Assert.java:118)&lt;br/&gt;
	at org.junit.Assert.assertEquals(Assert.java:144)&lt;br/&gt;
	at org.opendaylight.protocol.bgp.rib.impl.BGPSessionImplTest.testHoldTimerExpire(BGPSessionImplTest.java:206)&lt;/p&gt;

&lt;p&gt;testHandleOpenMsg(org.opendaylight.protocol.bgp.rib.impl.BGPSessionImplTest)  Time elapsed: 0.003 sec  &amp;lt;&amp;lt;&amp;lt; ERROR!&lt;br/&gt;
java.lang.IllegalArgumentException: promise.channel does not match: &lt;span class=&quot;error&quot;&gt;&amp;#91;id: 0x7be614f3, L:/1.1.1.4:12345 - R:/1.1.1.2:12345&amp;#93;&lt;/span&gt; (expected: &lt;span class=&quot;error&quot;&gt;&amp;#91;id: 0x7be614f3, L:embedded - R:embedded&amp;#93;&lt;/span&gt;)&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.validatePromise(AbstractChannelHandlerContext.java:778)&lt;br/&gt;
	at io.netty.channel.AbstractChannelHandlerContext.close(AbstractChannelHandlerContext.java:501)&lt;br/&gt;
	at io.netty.channel.DefaultChannelPipeline.close(DefaultChannelPipeline.java:1039)&lt;br/&gt;
	at io.netty.channel.AbstractChannel.close(AbstractChannel.java:218)&lt;br/&gt;
	at io.netty.channel.embedded.EmbeddedChannel.close(EmbeddedChannel.java:342)&lt;br/&gt;
	at io.netty.channel.embedded.EmbeddedChannel.close(EmbeddedChannel.java:329)&lt;br/&gt;
	at org.opendaylight.protocol.bgp.rib.impl.BGPSessionImpl.closeWithoutMessage(BGPSessionImpl.java:295)&lt;br/&gt;
	at org.opendaylight.protocol.bgp.rib.impl.BGPSessionImpl.terminate(BGPSessionImpl.java:307)&lt;br/&gt;
	at org.opendaylight.protocol.bgp.rib.impl.BGPSessionImpl.handleMessage(BGPSessionImpl.java:218)&lt;br/&gt;
	at org.opendaylight.protocol.bgp.rib.impl.BGPSessionImplTest.testHandleOpenMsg(BGPSessionImplTest.java:175)&lt;/p&gt;

&lt;p&gt;Running org.opendaylight.protocol.bgp.rib.impl.ExportPolicyTest&lt;br/&gt;
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.524 sec - in org.opendaylight.protocol.bgp.rib.impl.ExportPolicyTest&lt;br/&gt;
Running org.opendaylight.protocol.bgp.rib.impl.FSMTest&lt;br/&gt;
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.509 sec - in org.opendaylight.protocol.bgp.rib.impl.FSMTest&lt;br/&gt;
Running org.opendaylight.protocol.bgp.rib.impl.FromExternalImportPolicyTest&lt;br/&gt;
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.424 sec - in org.opendaylight.protocol.bgp.rib.impl.FromExternalImportPolicyTest&lt;br/&gt;
Running org.opendaylight.protocol.bgp.rib.impl.LocRibWriterTest&lt;br/&gt;
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.835 sec - in org.opendaylight.protocol.bgp.rib.impl.LocRibWriterTest&lt;br/&gt;
Running org.opendaylight.protocol.bgp.rib.impl.ParserToSalTest&lt;br/&gt;
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.187 sec - in org.opendaylight.protocol.bgp.rib.impl.ParserToSalTest&lt;br/&gt;
Running org.opendaylight.protocol.bgp.rib.impl.PeerTest&lt;br/&gt;
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.74 sec - in org.opendaylight.protocol.bgp.rib.impl.PeerTest&lt;br/&gt;
Running org.opendaylight.protocol.bgp.rib.impl.StrictBGPPeerRegistryTest&lt;br/&gt;
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.542 sec - in org.opendaylight.protocol.bgp.rib.impl.StrictBGPPeerRegistryTest&lt;br/&gt;
Running org.opendaylight.protocol.bgp.rib.impl.SynchronizationTest&lt;br/&gt;
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec - in org.opendaylight.protocol.bgp.rib.impl.SynchronizationTest&lt;/p&gt;

&lt;p&gt;Results :&lt;/p&gt;

&lt;p&gt;Failed tests: &lt;br/&gt;
  BGPSessionImplTest.testHoldTimerExpire:206 expected:&amp;lt;IDLE&amp;gt; but was:&amp;lt;UP&amp;gt;&lt;br/&gt;
Tests in error: &lt;br/&gt;
  BGPSessionImplTest.testBGPSession:153 &#187; IllegalArgument promise.channel does n...&lt;br/&gt;
  BGPSessionImplTest.testHandleNotifyMsg:187 &#187; IllegalArgument promise.channel d...&lt;br/&gt;
  BGPSessionImplTest.testHandleOpenMsg:175 &#187; IllegalArgument promise.channel doe...&lt;/p&gt;

&lt;p&gt;Tests run: 79, Failures: 1, Errors: 3, Skipped: 0&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="23674">BGPCEP-434</key>
            <summary>BGP session unit tests failing after Netty version bump</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="milos.fabian@pantheon.tech">Milos Fabian</assignee>
                                    <reporter username="milos.fabian@pantheon.tech">Milos Fabian</reporter>
                        <labels>
                    </labels>
                <created>Tue, 12 Apr 2016 07:18:16 +0000</created>
                <updated>Sun, 3 Mar 2019 11:49:43 +0000</updated>
                            <resolved>Tue, 12 Apr 2016 14:37:57 +0000</resolved>
                                    <version>Bugzilla Migration</version>
                                    <fixVersion>Bugzilla Migration</fixVersion>
                                    <component>BGP</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="45538" author="milos.fabian@pantheon.tech" created="Tue, 12 Apr 2016 08:53:55 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/37476/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/37476/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="23676">BGPCEP-436</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <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>5704</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=5704]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Bug]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10204" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>ODL SR Target Milestone</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10340"><![CDATA[Boron-M2]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10202" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Priority</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10301"><![CDATA[Normal]]></customfieldvalue>

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

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