<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:11: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 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-1215] Make codex-search test less flaky</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-1215</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;The codex-search test seems to fail intermittently, but can&apos;t replicate the failures in real life.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5bffed5e2434bf3a1a91d37a&quot; class=&quot;user-hover&quot; rel=&quot;5bffed5e2434bf3a1a91d37a&quot; data-account-id=&quot;5bffed5e2434bf3a1a91d37a&quot; accountid=&quot;5bffed5e2434bf3a1a91d37a&quot; rel=&quot;noreferrer&quot;&gt;Niels Erik Nielsen&lt;/a&gt; : The test is located in the ui-testing repo as test/codex-search.js, if your interested.&lt;/p&gt;
</description>
                <environment></environment>
        <key id="80630">FOLIO-1215</key>
            <summary>Make codex-search test less flaky</summary>
                <type id="10003" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium">Task</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="5dcd5f6b97a0a20c664045ee">charles</reporter>
                                    <labels>
                            <label>ci</label>
                            <label>sprint36</label>
                            <label>sprint37</label>
                    </labels>
                <created>Wed, 18 Apr 2018 13:36:20 +0000</created>
                <updated>Mon, 12 Nov 2018 14:24:22 +0000</updated>
                            <resolved>Wed, 2 May 2018 14:09:41 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                    <timespent seconds="8100">2 hours, 15 minutes</timespent>
                                <comments>
                                                            <comment id="193188" author="5bffed5e2434bf3a1a91d37a" created="Wed, 18 Apr 2018 20:33:48 +0000"  >&lt;p&gt;Right. &lt;br/&gt;
Installed latest ui-testing&lt;br/&gt;
Installed latest folio-testing-platform. &lt;br/&gt;
Upgraded to latest folio-testing-backend box&lt;/p&gt;

&lt;p&gt;Ran test/codex-search from local ui-testing &lt;br/&gt;
 against  folio-testing.aws.indexdata.com   -   PASSED&lt;br/&gt;
 against folio-snapshot-stable.aws.indexdata.com - PASSED&lt;br/&gt;
 against local blackbox - FAILED  (title not found, so that&apos;s that)&lt;/p&gt;

&lt;p&gt;So that doesn&apos;t really help explaining why it would fail in Jenkins I guess. &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;
~/folio/ui-testing$ FOLIO_UI_DEBUG=1 FOLIO_UI_URL=http:&lt;span class=&quot;code-comment&quot;&gt;//localhost:3000  yarn test-codexsearch  
&lt;/span&gt;yarn test-codexsearch v1.0.1
$ ./node_modules/.bin/mocha test/codex-search.js


  Load test-codexsearch
    Login &amp;gt; Codex Search &amp;gt; Confirm Results &amp;gt; Reset Search &amp;gt; Confirm Reset &amp;gt; Logout

      &#10003; should login as diku_admin/admin (22756ms)
      1) should open codex search and execute search
      &#10003; should reset search (81ms)
      &#10003; should confirm reset search (239ms)
      &#10003; should logout (1461ms)


  4 passing (57s)
  1 failing

  1) Load test-codexsearch Login &amp;gt; Codex Search &amp;gt; Confirm Results &amp;gt; Reset Search &amp;gt; Confirm Reset &amp;gt; Logout
 should open codex search and execute search:
     Error: .wait() timed out after 30000msec
      at Timeout._onTimeout (node_modules/nightmare/lib/actions.js:453:10)



error Command failed with exit code 1.


~/folio/ui-testing$ FOLIO_UI_DEBUG=1 FOLIO_UI_LOGIN_WAIT=10000 FOLIO_UI_URL=http:&lt;span class=&quot;code-comment&quot;&gt;//folio-testing.aws.indexdata.com  yarn test-codexsearch  
&lt;/span&gt;yarn test-codexsearch v1.0.1
$ ./node_modules/.bin/mocha test/codex-search.js


  Load test-codexsearch
    Login &amp;gt; Codex Search &amp;gt; Confirm Results &amp;gt; Reset Search &amp;gt; Confirm Reset &amp;gt; Logout

      &#10003; should login as diku_admin/admin (18569ms)
      &#10003; should open codex search and execute search (4090ms)
      &#10003; should reset search (180ms)
      &#10003; should confirm reset search (243ms)
      &#10003; should logout (1503ms)


  5 passing (25s)

Done in 24.93s.

~/folio/ui-testing$ FOLIO_UI_DEBUG=1 FOLIO_UI_LOGIN_WAIT=10000 FOLIO_UI_URL=http:&lt;span class=&quot;code-comment&quot;&gt;//folio-snapshot-stable.aws.indexdata.com  yarn test-codexsearch  
&lt;/span&gt;yarn test-codexsearch v1.0.1
$ ./node_modules/.bin/mocha test/codex-search.js


  Load test-codexsearch
    Login &amp;gt; Codex Search &amp;gt; Confirm Results &amp;gt; Reset Search &amp;gt; Confirm Reset &amp;gt; Logout

      &#10003; should login as diku_admin/admin (8880ms)
      &#10003; should open codex search and execute search (3713ms)
      &#10003; should reset search (184ms)
      &#10003; should confirm reset search (243ms)
      &#10003; should logout (1490ms)


  5 passing (15s)

Done in 14.85s.

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                                                            <comment id="193194" author="5dcd5f6b97a0a20c664045ee" created="Wed, 18 Apr 2018 20:42:26 +0000"  >&lt;p&gt;I updated the test to click the &quot;Local&quot; filter before executing the test.   I think this will make things less flakey, since we really can&apos;t depend on the KB to be very reliable.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="80587">FOLIO-1113</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <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|hzyhfj:</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, 18 Apr 2018 20:33:48 +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>