<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:53:37 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>[CONTROLLER-680] Intermittent failure in config pusher test</title>
                <link>https://jira.opendaylight.org/browse/CONTROLLER-680</link>
                <project id="10113" key="CONTROLLER">controller</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://jenkins.opendaylight.org/controller/job/controller-verify/7694/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/controller/job/controller-verify/7694/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;LOG:&lt;br/&gt;
2014-08-12 08:17:32.211 UTC &lt;span class=&quot;error&quot;&gt;&amp;#91;config-pusher&amp;#93;&lt;/span&gt; DEBUG o.o.c.n.p.i.osgi.ConfigPersisterTest - Uncaught exception in thread Thread&lt;span class=&quot;error&quot;&gt;&amp;#91;config-pusher,5,main&amp;#93;&lt;/span&gt;&lt;br/&gt;
java.lang.AssertionError: null&lt;br/&gt;
	at org.mockito.internal.stubbing.InvocationContainerImpl.setMethodForStubbing(InvocationContainerImpl.java:104) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;mockito-core-1.9.5.jar:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.mockito.internal.handler.MockHandlerImpl.handle(MockHandlerImpl.java:53) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;mockito-core-1.9.5.jar:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.mockito.internal.handler.NullResultGuardian.handle(NullResultGuardian.java:29) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;mockito-core-1.9.5.jar:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.mockito.internal.handler.InvocationNotifierHandler.handle(InvocationNotifierHandler.java:38) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;mockito-core-1.9.5.jar:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.mockito.internal.creation.MethodInterceptorFilter.intercept(MethodInterceptorFilter.java:51) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;mockito-core-1.9.5.jar:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.netconf.mapping.api.NetconfOperationServiceFactory$$EnhancerByMockitoWithCGLIB$$48e0480e.createService(&amp;lt;generated&amp;gt;) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;mockito-core-1.9.5.jar:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.netconf.persist.impl.ConfigPusher.getOperationService(ConfigPusher.java:141) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;classes/:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.netconf.persist.impl.ConfigPusher.getOperationServiceWithRetries(ConfigPusher.java:109) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;classes/:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.netconf.persist.impl.ConfigPusher.pushConfigWithConflictingVersionRetries(ConfigPusher.java:92) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;classes/:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.netconf.persist.impl.ConfigPusher.pushConfigs(ConfigPusher.java:69) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;classes/:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at org.opendaylight.controller.netconf.persist.impl.osgi.ConfigPersisterActivator$InnerCustomizer$1.run(ConfigPersisterActivator.java:156) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;classes/:na&amp;#93;&lt;/span&gt;&lt;br/&gt;
	at java.lang.Thread.run(Thread.java:744) ~&lt;span class=&quot;error&quot;&gt;&amp;#91;na:1.7.0_55&amp;#93;&lt;/span&gt;&lt;/p&gt;


&lt;p&gt;Error:&lt;br/&gt;
java.lang.AssertionError: Expected exception of type class java.lang.IllegalStateException but was java.lang.AssertionError expected:&amp;lt;class java.lang.IllegalStateException&amp;gt; but was:&amp;lt;class java.lang.AssertionError&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.opendaylight.controller.netconf.persist.impl.osgi.TestingExceptionHandler.assertException(TestingExceptionHandler.java:50)&lt;br/&gt;
	at org.opendaylight.controller.netconf.persist.impl.osgi.TestingExceptionHandler.assertException(TestingExceptionHandler.java:41)&lt;br/&gt;
	at org.opendaylight.controller.netconf.persist.impl.osgi.TestingExceptionHandler.assertException(TestingExceptionHandler.java:33)&lt;br/&gt;
	at org.opendaylight.controller.netconf.persist.impl.osgi.ConfigPersisterTest.testPersisterConflictingVersionException(ConfigPersisterTest.java:117)&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="25234">CONTROLLER-680</key>
            <summary>Intermittent failure in config pusher test</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="mmarsale@cisco.com">Maros Marsalek</assignee>
                                    <reporter username="mmarsale@cisco.com">Maros Marsalek</reporter>
                        <labels>
                    </labels>
                <created>Tue, 12 Aug 2014 10:57:11 +0000</created>
                <updated>Tue, 25 Jul 2023 08:24:04 +0000</updated>
                            <resolved>Thu, 28 May 2015 08:39:47 +0000</resolved>
                                                                    <component>netconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="48843" author="mmarsale@cisco.com" created="Wed, 17 Sep 2014 13:51:59 +0000"  >&lt;p&gt;Unable to reproduce so far. But is most likely caused by low timeouts in multithreaded test case. Lowering priority and moving for Lithium.&lt;/p&gt;</comment>
                            <comment id="48844" author="mmarsale@cisco.com" created="Tue, 26 May 2015 07:49:47 +0000"  >&lt;p&gt;Test is ignored for now, but Tom proposed a fix:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/20662/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/20662/&lt;/a&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_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1529</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=1529]]></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="10361"><![CDATA[Lithium-RC0]]></customfieldvalue>

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

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