<!-- 
RSS generated by JIRA (9.4.5#940005-sha1:e3094934eac4fd8653cf39da58f39364fb9cc7c1) at Sat Feb 10 06:07:04 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>Akraino JIRA</title>
    <link>https://jira.akraino.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.5</version>
        <build-number>940005</build-number>
        <build-date>11-04-2023</build-date>
    </build-info>


<item>
            <title>[VAL-68] [ELIOT BLueprint : Blu-Val Test Case Issue : K8S Conformance] : [sig-apps] Daemon set [Serial] should rollback without unnecessary restarts</title>
                <link>https://jira.akraino.org/browse/VAL-68</link>
                <project id="10308" key="VAL">Validation</project>
                    <description>&lt;p&gt;While executing K8S conformance test one case if failing in our ELIOT local environment. Please help to check. &lt;br/&gt;
Issue Description:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;sig-apps&amp;#93;&lt;/span&gt; Daemon set &lt;span class=&quot;error&quot;&gt;&amp;#91;Serial&amp;#93;&lt;/span&gt; should rollback without unnecessary restarts. &lt;span class=&quot;error&quot;&gt;&amp;#91;Conformance&amp;#93;&lt;/span&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="10803">VAL-68</key>
            <summary>[ELIOT BLueprint : Blu-Val Test Case Issue : K8S Conformance] : [sig-apps] Daemon set [Serial] should rollback without unnecessary restarts</summary>
                <type id="10002" iconUrl="https://jira.akraino.org/secure/viewavatar?size=xsmall&amp;avatarId=10318&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.akraino.org/images/icons/priorities/medium.svg">Medium</priority>
                        <status id="10001" iconUrl="https://jira.akraino.org/" description="">Done</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="daniel.stoica">Daniel Stoica</assignee>
                                    <reporter username="abhijit_onap">Abhijit Dasgupta</reporter>
                        <labels>
                    </labels>
                <created>Fri, 18 Oct 2019 04:43:10 +0000</created>
                <updated>Mon, 21 Oct 2019 08:31:19 +0000</updated>
                            <resolved>Mon, 21 Oct 2019 08:31:19 +0000</resolved>
                                                                        <due>Mon, 18 Nov 2019 00:00:00 +0000</due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                    <workratio workratioPercent="0"/>
                                    <progress percentage="0">
                                    <originalProgress>
                                                    <row percentage="100" backgroundColor="#89afd7"/>
                                            </originalProgress>
                                                    <currentProgress>
                                                    <row percentage="0" backgroundColor="#51a825"/>
                                                    <row percentage="100" backgroundColor="#ec8e00"/>
                                            </currentProgress>
                            </progress>
                                    <aggregateprogress percentage="0">
                                    <originalProgress>
                                                    <row percentage="100" backgroundColor="#89afd7"/>
                                            </originalProgress>
                                                    <currentProgress>
                                                    <row percentage="0" backgroundColor="#51a825"/>
                                                    <row percentage="100" backgroundColor="#ec8e00"/>
                                            </currentProgress>
                            </aggregateprogress>
                                    <timeoriginalestimate seconds="432000">3 weeks</timeoriginalestimate>
                            <timeestimate seconds="432000">3 weeks</timeestimate>
                                        <comments>
                            <comment id="10801" author="abhijit_onap" created="Mon, 21 Oct 2019 08:31:04 +0000"  >&lt;p&gt;Hi Cristina, &lt;/p&gt;

&lt;p&gt;All K8S test cases of Blu Validation framework is passed.  I am closing the Jira Ticket.&lt;/p&gt;

&lt;p&gt;Thank you Validation team for helping in this issue. &lt;/p&gt;

&lt;p&gt;Regards&lt;br/&gt;
Abhijit&lt;/p&gt;</comment>
                            <comment id="10800" author="abhijit_onap" created="Mon, 21 Oct 2019 04:41:36 +0000"  >&lt;p&gt;Hi Cristina ,&lt;/p&gt;

&lt;p&gt;Thank you for the update. &lt;br/&gt;
Ok, I think since in our cluster we are not untaint the master node (control plane) may be that might be the reason &lt;/p&gt;

&lt;p&gt;Will modify and run the test suite once and update with the results.&lt;/p&gt;

&lt;p&gt;Thank you for your guidance. &lt;/p&gt;

&lt;p&gt;Regards&lt;br/&gt;
Abhijit. &lt;/p&gt;</comment>
                            <comment id="10705" author="cristinapauna" created="Fri, 18 Oct 2019 14:01:31 +0000"  >&lt;p&gt;Hi Abhijit,&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;The test is failing with the error &quot;Conformance test suite needs a cluster with at least 2 nodes&quot;. You can open the sonobuoy archive and check plugins/e2e/results/global/e2e.log for the full log.&lt;/p&gt;

&lt;p&gt;I see that your cluster has 2 nodes, so it&apos;s possible that the issue is with reading the number of the nodes. The code of the test is at &lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; and it uses function GetReadySchedulableNodesOrDie() to retrieve the nodes. &lt;/p&gt;


&lt;p&gt;Looking at how the function is implemented &lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt;, it looks like both nodes need to be ready and schedulable. Can you manually verify this is the case?&lt;/p&gt;

&lt;p&gt;In any case, this doesn&apos;t look like it&apos;s a validation issue, more likely it&apos;s an issue with the cluster.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;p&gt;Cristina&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://github.com/kubernetes/kubernetes/blob/v1.15.4/test/e2e/apps/daemon_set.go#L386&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/kubernetes/kubernetes/blob/v1.15.4/test/e2e/apps/daemon_set.go#L386&lt;/a&gt;&lt;/p&gt;


&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;2&amp;#93;&lt;/span&gt;&#160;&lt;a href=&quot;https://github.com/kubernetes/kubernetes/blob/v1.15.4/test/e2e/framework/util.go#L2621&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/kubernetes/kubernetes/blob/v1.15.4/test/e2e/framework/util.go#L2621&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="10108" name="eliot_blueprint_validation_lab_logs_201910180202.tar.gz" size="764615" author="abhijit_onap" created="Fri, 18 Oct 2019 04:40:57 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10105" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i002gs:</customfieldvalue>

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