<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:07:56 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 add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[FOLIO-732] create a test that verifies if dependencies match</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-732</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;and fail if they don&apos;t. This could be implemented by scraping the FOLIO about page.&lt;/p&gt;</description>
                <environment></environment>
        <key id="80355">FOLIO-732</key>
            <summary>create a test that verifies if dependencies match</summary>
                <type id="10002" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10322?size=medium">New Feature</type>
                                            <priority id="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Done</resolution>
                                                        <assignee accountid="5dcd5f6b97a0a20c664045ee">charles</assignee>
                                                                <reporter accountid="557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d">Jakub Skoczen</reporter>
                                    <labels>
                            <label>ci</label>
                            <label>sprint18</label>
                            <label>sprint19</label>
                    </labels>
                <created>Wed, 19 Jul 2017 14:15:35 +0000</created>
                <updated>Mon, 12 Nov 2018 14:23:39 +0000</updated>
                            <resolved>Tue, 25 Jul 2017 13:42:33 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>5</watches>
                                                    <timespent seconds="5400">1 hour, 30 minutes</timespent>
                                <comments>
                                                            <comment id="188912" author="5dcd5f6b97a0a20c664045ee" created="Wed, 19 Jul 2017 22:18:56 +0000"  >&lt;p&gt;Ok-- A dependencies test has been created (called dependencies.js).  It has been added to the default test cycle.&lt;/p&gt;</comment>
                                                            <comment id="188913" author="5dcd5f6b97a0a20c664045ee" created="Wed, 19 Jul 2017 22:22:23 +0000"  >&lt;p&gt;Oh yeah-- I couldn&apos;t find any installation on testing, demo or stable that had dependency issues thus far.  So, I can&apos;t be certain that the test will work properly.&lt;/p&gt;</comment>
                                                            <comment id="188914" author="5c706fbb47a54a6728e59df2" created="Fri, 21 Jul 2017 16:02:52 +0000"  >&lt;p&gt;Sorry &amp;#8211; sent this comment via email yesterday, guess that feature doesn&apos;t work.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5dcd5f6b97a0a20c664045ee&quot; class=&quot;user-hover&quot; rel=&quot;5dcd5f6b97a0a20c664045ee&quot; data-account-id=&quot;5dcd5f6b97a0a20c664045ee&quot; accountid=&quot;5dcd5f6b97a0a20c664045ee&quot; rel=&quot;noreferrer&quot;&gt;charles&lt;/a&gt; &amp;#8211; Do you want me to make you a VM that has dependency problems? Nothing could be simpler &lt;img class=&quot;emoticon&quot; src=&quot;/images/icons/emoticons/smile.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                                                            <comment id="188915" author="5dcd5f6b97a0a20c664045ee" created="Fri, 21 Jul 2017 18:22:41 +0000"  >&lt;p&gt;This sounds like a good idea, Wayne.  Thanks.&lt;/p&gt;</comment>
                                                            <comment id="188916" author="5dcd5f6b97a0a20c664045ee" created="Tue, 25 Jul 2017 13:42:33 +0000"  >&lt;p&gt;This test does indeed find incompatibilities and lists them nicely:&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;
$ yarn test-dependencies

Using the App FOLIO UI App /about
    Login &amp;gt; Click &lt;span class=&quot;code-quote&quot;&gt;&quot;About&quot;&lt;/span&gt; link &amp;gt; Check &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; dependency errors &amp;gt; Logout

      &#10003; should login as diku_admin/admin (7074ms)
      &#10003; should load &lt;span class=&quot;code-quote&quot;&gt;&quot;about&quot;&lt;/span&gt; page (631ms)
      &#10003; should find no &lt;span class=&quot;code-quote&quot;&gt;&quot;red&quot;&lt;/span&gt; errors (565ms)
      1) should find no &lt;span class=&quot;code-quote&quot;&gt;&quot;orange&quot;&lt;/span&gt; errors
      &#10003; should logout (632ms)


  4 passing (9s)
  1 failing

  1) Using the App FOLIO UI App /about Login &amp;gt; Click &lt;span class=&quot;code-quote&quot;&gt;&quot;About&quot;&lt;/span&gt; link &amp;gt; Check &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; dependency errors &amp;gt; Logout
 should find no &lt;span class=&quot;code-quote&quot;&gt;&quot;orange&quot;&lt;/span&gt; errors:
     Error: done() invoked with non-Error: Interfaces that are required but present only in an incompatible version:
circulation 2.0 (2.1 available)
loan-storage 3.0 (3.1 available)
circulation 2.0 (2.1 available)
loan-storage 3.0 (3.1 available)
      at process._tickCallback (internal/process/next_tick.js:109:7)



error Command failed with exit code 1.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Closing issue...&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzxrg7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 19 Jul 2017 22:18:56 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>