<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:48:05 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-117] All test cases failed in the CSIT for Beryllium VTN Manager.</title>
                <link>https://jira.opendaylight.org/browse/VTN-117</link>
                <project id="10185" key="VTN">vtn</project>
                    <description>&lt;p&gt;The CSIT for Beryllium VTN Manager failed.&lt;br/&gt;
&lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/vtn/job/vtn-csit-1node-manager-all-beryllium/63/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/view/vtn/job/vtn-csit-1node-manager-all-beryllium/63/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;On the build 63 of the &quot;vtn-csit-1node-manager-all-beryllium&quot; job, all test cases failed.&lt;/p&gt;

&lt;p&gt;This is not happened always.&lt;br/&gt;
Actually, this was the first and only case in which the &quot;vtn-csit-1node-manager-all-beryllium&quot; failed.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="26497">VTN-117</key>
            <summary>All test cases failed in the CSIT for Beryllium VTN Manager.</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="Hideyuki1985">Hideyuki Tai</reporter>
                        <labels>
                    </labels>
                <created>Wed, 10 Feb 2016 20:14:42 +0000</created>
                <updated>Thu, 19 Oct 2017 21:25:09 +0000</updated>
                            <resolved>Fri, 12 Feb 2016 00:01:54 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>VTN Manager</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="53065" author="hideyuki.tai@necam.com" created="Wed, 10 Feb 2016 20:22:41 +0000"  >&lt;p&gt;On the failure build (#63), many RESTCONF requests to VTN Manager failed on 404 errors.&lt;br/&gt;
&lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/vtn/job/vtn-csit-1node-manager-all-beryllium/63/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/view/vtn/job/vtn-csit-1node-manager-all-beryllium/63/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I&apos;ve checked the karaf log file on the failure build (#63).&lt;br/&gt;
Then, I&apos;ve found out that the initialization of the VTN Manager was not completed even in 3 minutes after the controller started up.&lt;br/&gt;
It seems to me that ODL controller was busy on something wrong so that it didn&apos;t reach to the initialization process of the VTN Manager yet.&lt;br/&gt;
I think that&apos;s why all test cases failed.&lt;/p&gt;

&lt;p&gt;That being said, I&apos;m still not sure why the ODL controller took such a lot of time to just install features.&lt;/p&gt;</comment>
                            <comment id="53066" author="hideyuki.tai@necam.com" created="Wed, 10 Feb 2016 22:02:00 +0000"  >&lt;p&gt;Jamo has gave us his investigation result on the ML.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://lists.opendaylight.org/pipermail/vtn-dev/2016-February/001294.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://lists.opendaylight.org/pipermail/vtn-dev/2016-February/001294.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&quot;I tested locally and found this:&lt;br/&gt;
with RC2.1, there is a &amp;gt; 7m lag between when I see AAA Initialized and&lt;br/&gt;
when vtn sees it&apos;s config-pusher Succcessful log message.  My assumption&lt;br/&gt;
here is that if AAA is Initialized, that&apos;s aprox when I&apos;ll see a 200&lt;br/&gt;
back from /restconf/modules.  This appears to be consistent and repeatable.&quot;&lt;/p&gt;</comment>
                            <comment id="53067" author="rgoulding" created="Wed, 10 Feb 2016 22:06:53 +0000"  >&lt;p&gt;This means AAA is initialized.  You would see 401 or 404 otherwise.  This isn&apos;t a AAA issue.&lt;/p&gt;</comment>
                            <comment id="53068" author="hideyuki.tai@necam.com" created="Thu, 11 Feb 2016 00:21:43 +0000"  >&lt;p&gt;Additional Jamo&apos;s comment:&lt;br/&gt;
&quot;to double check, I ran two more test jobs.&lt;br/&gt;
 #65 with RC1.2 which fails again.&lt;br/&gt;
 #66 with latest stable/Be available and it passes.&lt;br/&gt;
I think something is broken just in RC2.1.&quot;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://lists.opendaylight.org/pipermail/vtn-dev/2016-February/001302.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://lists.opendaylight.org/pipermail/vtn-dev/2016-February/001302.html&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;#65 build (CSIT): &lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/vtn/job/vtn-csit-1node-manager-all-beryllium/65/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/view/vtn/job/vtn-csit-1node-manager-all-beryllium/65/&lt;/a&gt;&lt;br/&gt;
#66 build (CSIT): &lt;a href=&quot;https://jenkins.opendaylight.org/releng/view/vtn/job/vtn-csit-1node-manager-all-beryllium/66/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/view/vtn/job/vtn-csit-1node-manager-all-beryllium/66/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="53069" author="hideyuki.tai@necam.com" created="Thu, 11 Feb 2016 17:55:10 +0000"  >&lt;p&gt;Luis&apos;s comment on the issue:&lt;/p&gt;

&lt;p&gt;&quot;&lt;br/&gt;
Hi Jamo, I am looking at the karaf log for fail/pass runs, and in both cases the controller is not full up when the test starts, so regardless any other issue, I think we should patch our test code to increase the sleep when we load all compatible features. Something like 3 minutes instead of 1:&lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;single feature test: 1 min (already there)&lt;/li&gt;
	&lt;li&gt;all compatible features test: 3 mins (new patch)&lt;/li&gt;
	&lt;li&gt;all features test: 5 mins (already there)&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;BR/Luis&lt;br/&gt;
&quot;&lt;/p&gt;

&lt;p&gt;Reference: &lt;a href=&quot;https://lists.opendaylight.org/pipermail/vtn-dev/2016-February/001306.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://lists.opendaylight.org/pipermail/vtn-dev/2016-February/001306.html&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="53070" author="jluhrsen" created="Fri, 12 Feb 2016 00:01:54 +0000"  >&lt;p&gt;(In reply to Hideyuki Tai from comment #5)&lt;br/&gt;
&amp;gt; Luis&apos;s comment on the issue:&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; &quot;&lt;br/&gt;
&amp;gt; Hi Jamo, I am looking at the karaf log for fail/pass runs, and in both cases&lt;br/&gt;
&amp;gt; the controller is not full up when the test starts, so regardless any other&lt;br/&gt;
&amp;gt; issue, I think we should patch our test code to increase the sleep when we&lt;br/&gt;
&amp;gt; load all compatible features. Something like 3 minutes instead of 1:&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; - single feature test: 1 min (already there)&lt;br/&gt;
&amp;gt; - all compatible features test: 3 mins (new patch)&lt;br/&gt;
&amp;gt; - all features test: 5 mins (already there)&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; BR/Luis&lt;br/&gt;
&amp;gt; &quot;&lt;br/&gt;
&amp;gt; &lt;br/&gt;
&amp;gt; Reference:&lt;br/&gt;
&amp;gt; &lt;a href=&quot;https://lists.opendaylight.org/pipermail/vtn-dev/2016-February/001306.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://lists.opendaylight.org/pipermail/vtn-dev/2016-February/001306.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Closing this bug.  The RC2.2 distro did not see this issue.  I have added a &lt;br/&gt;
patch &lt;span class=&quot;error&quot;&gt;&amp;#91;0&amp;#93;&lt;/span&gt; that will give more time for features to come up to prevent false&lt;br/&gt;
failures in the future.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/34525/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/34525/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;RC2.2 test:&lt;br/&gt;
&lt;a href=&quot;https://jenkins.opendaylight.org/releng/job/vtn-csit-1node-manager-all-beryllium/69/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/job/vtn-csit-1node-manager-all-beryllium/69/&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>5305</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=5305]]></customfieldvalue>

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

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