<!-- 
RSS generated by JIRA (9.4.5#940005-sha1:e3094934eac4fd8653cf39da58f39364fb9cc7c1) at Sat Feb 10 06:06:54 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-47] Helm repository test fails</title>
                <link>https://jira.akraino.org/browse/VAL-47</link>
                <project id="10308" key="VAL">Validation</project>
                    <description>&lt;p&gt;Robot Helm repository tests fails at suite setup in REC&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;[cloudadmin@controller-1 ~]$ cat /etc/product-release 
release=TA-1
build=126&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;/ # robot -b debug.txt -V /opt/akraino/validation/tests/variables.yaml -v LOG_PATH:/logs /opt/akraino/validation/tests/helm/helm_reposit
ory.robot 
==============================================================================
Helm Repository :: Tests to validate Helm chart repositories. 
==============================================================================
Chart Storing | FAIL |
Parent suite setup failed:
&apos;&apos; should not be empty.
------------------------------------------------------------------------------
Upload Already Uploaded Chart | FAIL |
Parent suite setup failed:
&apos;&apos; should not be empty.
------------------------------------------------------------------------------
Chart Removal | FAIL |
Parent suite setup failed:
&apos;&apos; should not be empty.
------------------------------------------------------------------------------
Delete Already Deleted Chart | FAIL |
Parent suite setup failed:
&apos;&apos; should not be empty.
------------------------------------------------------------------------------
Helm Repository :: Tests to validate Helm chart repositories. | FAIL |
Suite setup failed:
&apos;&apos; should not be empty.
4 critical tests, 0 passed, 4 failed
4 tests total, 0 passed, 4 failed
==============================================================================
Debug: /debug.txt
Output: /output.xml
Log: /log.html
Report: /report.html
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;


&lt;p&gt;The failure is due fact that the test case is expecting at least one space char between the repository name and url in repo list. In this case the separator is actually a horizontal tab control character:&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;$ helm repo list
NAME URL 
&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt; https:&lt;span class=&quot;code-comment&quot;&gt;//chart-repo.kube-system.svc.rec.io:8088/charts
&lt;/span&gt;$ helm repo list | grep &lt;span class=&quot;code-quote&quot;&gt;&apos;^&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;&apos;&lt;/span&gt; | hexdump -C
00000000 64 65 66 61 75 6c 74 09 68 74 74 70 73 3a 2f 2f |&lt;span class=&quot;code-keyword&quot;&gt;default&lt;/span&gt;.https:&lt;span class=&quot;code-comment&quot;&gt;//|
&lt;/span&gt;00000010 63 68 61 72 74 2d 72 65 70 6f 2e 6b 75 62 65 2d |chart-repo.kube-|
00000020 73 79 73 74 65 6d 2e 73 76 63 2e 72 65 63 2e 69 |system.svc.rec.i|
00000030 6f 3a 38 30 38 38 2f 63 68 61 72 74 73 0a |o:8088/charts.|
0000003e
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="10687">VAL-47</key>
            <summary>Helm repository test fails</summary>
                <type id="10004" iconUrl="https://jira.akraino.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</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="jukosone">Juha Kosonen</assignee>
                                    <reporter username="jukosone">Juha Kosonen</reporter>
                        <labels>
                    </labels>
                <created>Thu, 12 Sep 2019 08:35:17 +0000</created>
                <updated>Thu, 12 Sep 2019 09:35:50 +0000</updated>
                            <resolved>Thu, 12 Sep 2019 09:35:50 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="10487" author="jukosone" created="Thu, 12 Sep 2019 09:35:39 +0000"  >&lt;p&gt;Fixed:&#160; &lt;a href=&quot;https://gerrit.akraino.org/r/c/validation/+/1573&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gerrit.akraino.org/r/c/validation/+/1573&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </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|i001uk:</customfieldvalue>

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