<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:24:41 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>[NETVIRT-1676] ACL test fails in nightly after MRI</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-1676</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;Test newInterfaceWithDstAllPorts() fails in AclServiceStatefulTest in nightly after MRI, For now we are ignoring this test, this TR is their to track and unignore this test.&lt;/p&gt;

&lt;p&gt;Below exception is thrown while test fail:&lt;/p&gt;

&lt;p&gt;03:03:14,579 AM &lt;span class=&quot;error&quot;&gt;&amp;#91;main&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;ERROR&amp;#93;&lt;/span&gt; AclServiceStatefulTest - FAILED (20185ms) @Test newInterfaceWithDstAllPorts()java.lang.AssertionError: No Flows created (bean wiring may be broken?)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.junit.Assert.fail(Assert.java:89)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.junit.Assert.assertTrue(Assert.java:42)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.opendaylight.genius.mdsalutil.interfaces.testutils.TestIMdsalApiManager.checkNonEmptyFlows(TestIMdsalApiManager.java:98)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.opendaylight.genius.mdsalutil.interfaces.testutils.TestIMdsalApiManager.assertFlowsInAnyOrder(TestIMdsalApiManager.java:105)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.opendaylight.yangtools.testutils.mockito.CallsRealOrExceptionAnswer.answer(CallsRealOrExceptionAnswer.java:129)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.opendaylight.netvirt.aclservice.tests.AclServiceTestBase.assertFlowsInAnyOrder(AclServiceTestBase.java:525)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.opendaylight.netvirt.aclservice.tests.AclServiceStatefulTest.newInterfaceWithDstAllPortsCheck(AclServiceStatefulTest.java:65)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.opendaylight.netvirt.aclservice.tests.AclServiceTestBase.newInterfaceWithDstAllPorts(AclServiceTestBase.java:409)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at java.base/java.lang.reflect.Method.invoke(Method.java:566)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.opendaylight.infrautils.inject.guice.testutils.GuiceRule$1.evaluate(GuiceRule.java:85)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.opendaylight.infrautils.testutils.LogCaptureRule$1.evaluate(LogCaptureRule.java:77)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.opendaylight.infrautils.testutils.LogRule$1.evaluate(LogRule.java:61)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.junit.runners.ParentRunner.run(ParentRunner.java:413)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)&#160;&#160;&#160;&#160;&#160;&#160;&#160; at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)03:03:14,595 AM &lt;span class=&quot;error&quot;&gt;&amp;#91;main&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; AclServiceStatefulTest - ------------------------------------------------------------------------------------------------------------------------03:03:14,596 AM &lt;span class=&quot;error&quot;&gt;&amp;#91;main&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; AclServiceStatefulTest - BEGIN @Test newInterfaceWithEtherTypeAcl()03:03:15,435 AM &lt;span class=&quot;error&quot;&gt;&amp;#91;main&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;INFO&amp;#93;&lt;/span&gt; JobCoordinatorImpl - ThreadFactory created: jobcoordinator-onfailure-executor&lt;/p&gt;</description>
                <environment></environment>
        <key id="32755">NETVIRT-1676</key>
            <summary>ACL test fails in nightly after MRI</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <status id="1" iconUrl="https://jira.opendaylight.org/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="shashidhar.raja@ericsson.com">Shashidhar R</assignee>
                                    <reporter username="nishchya">Nishchya Gupta</reporter>
                        <labels>
                    </labels>
                <created>Tue, 16 Jun 2020 08:27:42 +0000</created>
                <updated>Tue, 16 Jun 2020 08:28:07 +0000</updated>
                                                                            <component>aclservice</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                        <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|i03t0f:</customfieldvalue>

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