<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:18:11 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-2097] Unexpected &quot;timeout exceeded&quot; fails in BigTest unit tests</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-2097</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;From times to times it happens that a properly written test for a correctly working code fails because&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;convergent assertion was successful, but exceeded the 2000ms timeout
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt; &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;64224_thumb&quot; href=&quot;/rest/api/3/attachment/content/64224&quot; title=&quot;Screen Shot 2019-06-12 at 11.02.08 AM.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;64224&quot; file-preview-title=&quot;Screen Shot 2019-06-12 at 11.02.08 AM.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64224?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64224&quot; filename=&quot;Screen Shot 2019-06-12 at 11.02.08 AM.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64224&quot; data-attachment-name=&quot;Screen Shot 2019-06-12 at 11.02.08 AM.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;ddfd5403-faa5-4831-aa09-aab54fa74524&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt; &lt;br/&gt;
Sometimes it can take up to 5-10 re-runs (with no changes to the tests or tested code) to make the tests pass. I haven&apos;t noticed any regularity, any ways to figure out which tests and when are  vulnerable to this kind of fails.&lt;/p&gt;</description>
                <environment></environment>
        <key id="81305">FOLIO-2097</key>
            <summary>Unexpected &quot;timeout exceeded&quot; fails in BigTest unit tests</summary>
                <type id="10001" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium">Bug</type>
                                            <priority id="10001" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p2.svg">P2</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="615afd1cd9820f0070a09ef0">Zak Burke</assignee>
                                                                <reporter accountid="70121:f0c87f0c-a513-4afe-9a1c-68dff64ab5a2">maksym_dryha</reporter>
                                    <labels>
                            <label>bigtest</label>
                            <label>ui-only</label>
                    </labels>
                <created>Wed, 12 Jun 2019 08:18:26 +0000</created>
                <updated>Wed, 3 Jun 2020 16:39:55 +0000</updated>
                            <resolved>Mon, 9 Mar 2020 19:33:22 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>14</watches>
                                                                <comments>
                                                            <comment id="195932" author="557058:09292aa8-9d37-482b-b244-17349bbbf497" created="Tue, 16 Jul 2019 14:07:33 +0000"  >&lt;p&gt;at Acquisitions we have the same thing, &lt;br/&gt;
&lt;a href=&quot;https://github.com/folio-org/ui-organizations/pull/86&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/ui-organizations/pull/86&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://github.com/folio-org/ui-orders/pull/519&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/ui-orders/pull/519&lt;/a&gt;&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;
FAILED TESTS:
  Organization details
    &#10006; note is displayed
      Chrome 71.0.3578 (Linux 0.0.0)
    Error: convergent assertion was successful, but exceeded the 2000ms timeout
        at loop (test/bigtest/index.js:8405:17)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                                                            <comment id="195935" author="70121:d9319da1-9eb2-4de2-83e8-2951f5a0a5a3" created="Tue, 16 Jul 2019 14:13:34 +0000"  >&lt;p&gt;Same thing in &lt;a href=&quot;https://github.com/folio-org/ui-data-import&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;ui-data-import module&lt;/a&gt;&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;
FAILED TESTS:
  when match profile is edited and there is no associated job profiles
    &#10006; match profile details renders updated match profile
      Chrome 71.0.3578 (Linux 0.0.0)
    Error: convergent assertion was successful, but exceeded the 2000ms timeout
        at loop (test/bigtest/index.js:8198:17)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                                                            <comment id="195938" author="5cffed1a5d548b0c51d6b19b" created="Tue, 16 Jul 2019 16:39:48 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3Ad9319da1-9eb2-4de2-83e8-2951f5a0a5a3&quot; class=&quot;user-hover&quot; rel=&quot;70121:d9319da1-9eb2-4de2-83e8-2951f5a0a5a3&quot; data-account-id=&quot;70121:d9319da1-9eb2-4de2-83e8-2951f5a0a5a3&quot; accountid=&quot;70121:d9319da1-9eb2-4de2-83e8-2951f5a0a5a3&quot; rel=&quot;noreferrer&quot;&gt;Oleksandr Yehorov&lt;/a&gt;, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A09292aa8-9d37-482b-b244-17349bbbf497&quot; class=&quot;user-hover&quot; rel=&quot;557058:09292aa8-9d37-482b-b244-17349bbbf497&quot; data-account-id=&quot;557058:09292aa8-9d37-482b-b244-17349bbbf497&quot; accountid=&quot;557058:09292aa8-9d37-482b-b244-17349bbbf497&quot; rel=&quot;noreferrer&quot;&gt;Aliaksei Chumakou&lt;/a&gt;, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=70121%3Af0c87f0c-a513-4afe-9a1c-68dff64ab5a2&quot; class=&quot;user-hover&quot; rel=&quot;70121:f0c87f0c-a513-4afe-9a1c-68dff64ab5a2&quot; data-account-id=&quot;70121:f0c87f0c-a513-4afe-9a1c-68dff64ab5a2&quot; accountid=&quot;70121:f0c87f0c-a513-4afe-9a1c-68dff64ab5a2&quot; rel=&quot;noreferrer&quot;&gt;maksym_dryha&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;According to &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt;:&lt;br/&gt;
Possibly related: We had a stripes-connect bug that slowed down UI interaction across the board (&lt;a href=&quot;https://folio-org.atlassian.net/browse/STCON-85&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-org.atlassian.net/browse/STCON-85&lt;/a&gt;). Do you have a tip-of-master build of stripes-connect in the environment where you are running these tests? The last npm-folio release, v5.2.1 was OK, but npm-folioci builds from v5.2.300080 through v5.2.300084 are broken.&lt;/p&gt;

&lt;p&gt;That being said, did you observe the reported problem when stripes-connect version was v5.2.1? Or it was with the stripes-connect version that can cause slow response time?  &lt;/p&gt;</comment>
                                                            <comment id="195941" author="615afd1cd9820f0070a09ef0" created="Tue, 16 Jul 2019 17:21:07 +0000"  >&lt;p&gt;For the record, I&apos;ve seen these &quot;convergence successful but it exceeded timeout&quot; BigTest failures too. I&apos;d love to have an easy option to set the default timeout to something more lenient, and to convert them from errors to warnings. &lt;/p&gt;</comment>
                                                            <comment id="195943" author="557058:09292aa8-9d37-482b-b244-17349bbbf497" created="Wed, 17 Jul 2019 09:30:28 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cffed1a5d548b0c51d6b19b&quot; class=&quot;user-hover&quot; rel=&quot;5cffed1a5d548b0c51d6b19b&quot; data-account-id=&quot;5cffed1a5d548b0c51d6b19b&quot; accountid=&quot;5cffed1a5d548b0c51d6b19b&quot; rel=&quot;noreferrer&quot;&gt;Anton Emelianov&lt;/a&gt; We&apos;ve seen such issues before, but very frequently they appeared recently, it might be connected with stripes-connect fix described above by Zak&lt;/p&gt;</comment>
                                                            <comment id="195945" author="557058:09292aa8-9d37-482b-b244-17349bbbf497" created="Wed, 20 Nov 2019 09:57:32 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cffed1a5d548b0c51d6b19b&quot; class=&quot;user-hover&quot; rel=&quot;5cffed1a5d548b0c51d6b19b&quot; data-account-id=&quot;5cffed1a5d548b0c51d6b19b&quot; accountid=&quot;5cffed1a5d548b0c51d6b19b&quot; rel=&quot;noreferrer&quot;&gt;Anton Emelianov&lt;/a&gt; we started to see this again. Basically, here is a suggestion to disable tests to be able merge the PRs and build artifacts from master branch - &lt;a href=&quot;https://folio-project.slack.com/archives/C58TABALV/p1574189630038800&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://folio-project.slack.com/archives/C58TABALV/p1574189630038800&lt;/a&gt;&lt;br/&gt;
You can observe how frequent master branch builds were failed &lt;a href=&quot;https://jenkins-aws.indexdata.com/job/folio-org/job/ui-orders/job/master/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://jenkins-aws.indexdata.com/job/folio-org/job/ui-orders/job/master/&lt;/a&gt;&lt;br/&gt;
Basically, I think we need something more stable than BigTest. And I suggest we give a try to Jest and React testing library - who is more know how to test a framework code (React) more than a creators of it (Facebook)? right?) We can do this as PoC on some repo from Acquisitions and take a look at the results. What do you think?&lt;/p&gt;</comment>
                                                            <comment id="195947" author="5cffed1a5d548b0c51d6b19b" created="Wed, 20 Nov 2019 13:11:11 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A09292aa8-9d37-482b-b244-17349bbbf497&quot; class=&quot;user-hover&quot; rel=&quot;557058:09292aa8-9d37-482b-b244-17349bbbf497&quot; data-account-id=&quot;557058:09292aa8-9d37-482b-b244-17349bbbf497&quot; accountid=&quot;557058:09292aa8-9d37-482b-b244-17349bbbf497&quot; rel=&quot;noreferrer&quot;&gt;Aliaksei Chumakou&lt;/a&gt; Every test framework has its pros and cons. I don&apos;t see how this issue can cause us to trow away BigTest. We had similar situations before when developers complained that BigTest cannot run on Windows , for example. And we were able to resolve it. We should try to resolve this failure as well and I can ask &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3A3d5df1a2-9ff6-4d03-b1b0-7d6b01378729&quot; class=&quot;user-hover&quot; rel=&quot;712020:3d5df1a2-9ff6-4d03-b1b0-7d6b01378729&quot; data-account-id=&quot;712020:3d5df1a2-9ff6-4d03-b1b0-7d6b01378729&quot; accountid=&quot;712020:3d5df1a2-9ff6-4d03-b1b0-7d6b01378729&quot; rel=&quot;noreferrer&quot;&gt;Jeffrey Cherewaty&lt;/a&gt; to look into it. It will be much cheaper to fix this particular problem and will cause much less disturbance than swapping the test framework.&lt;/p&gt;

&lt;p&gt;Let&apos;s disable this test for now so that you can push the PR through.&lt;/p&gt;</comment>
                                                            <comment id="195950" author="557058:09292aa8-9d37-482b-b244-17349bbbf497" created="Wed, 20 Nov 2019 13:24:18 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cffed1a5d548b0c51d6b19b&quot; class=&quot;user-hover&quot; rel=&quot;5cffed1a5d548b0c51d6b19b&quot; data-account-id=&quot;5cffed1a5d548b0c51d6b19b&quot; accountid=&quot;5cffed1a5d548b0c51d6b19b&quot; rel=&quot;noreferrer&quot;&gt;Anton Emelianov&lt;/a&gt; I&apos;m not talking above about &quot;to throw out &quot; BigTest. I just proposed to investigate if we can get more stable and productive test tool for UI. And Suggested to investigate this inside one of Acquisitions module.&lt;br/&gt;
You&apos;re talking about disabling the test. But it&apos;s not the one specific test, they fail randomly, as mentioned in the ticket&apos;s description. And the ticket is around for about half year now. I see that BigTest relies on timeouts, as well as previous Nightmare. And it makes CI fail in unpredictable way, as we can see.&lt;br/&gt;
My goal is to make a PoC with testing tools with wider community support (Jest, RTL), that could allow us to write and run &lt;em&gt;unit&lt;/em&gt; tests in more convenient way and be assure that code is covered and not broken. It&apos;s not necessary the replacement of BigTest.&lt;/p&gt;</comment>
                                                            <comment id="195953" author="5cffed1a5d548b0c51d6b19b" created="Wed, 20 Nov 2019 13:53:23 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A09292aa8-9d37-482b-b244-17349bbbf497&quot; class=&quot;user-hover&quot; rel=&quot;557058:09292aa8-9d37-482b-b244-17349bbbf497&quot; data-account-id=&quot;557058:09292aa8-9d37-482b-b244-17349bbbf497&quot; accountid=&quot;557058:09292aa8-9d37-482b-b244-17349bbbf497&quot; rel=&quot;noreferrer&quot;&gt;Aliaksei Chumakou&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;1) BigTest is being used for UI only. I am very clear about what you proposing and I cannot agree to it.&lt;br/&gt;
2) My understanding was that it&apos;s a single place where one test times out. If multiple test are failing randomly it is much more serious problem that needs to be addressed.&lt;br/&gt;
3) BigTest doesn&apos;t rely on time out. It was one of the reason why BigTest was selected. If someone put the timeout into the test it a different issue. I would appreciate if you could look into it and see why the timeout has been implemented there.&lt;br/&gt;
4) CI should be predictable but replacing test framework is a nuclear option that we cannot afford now and resources should be spend on the other tasks in the backlog.&lt;/p&gt;

&lt;p&gt;That being said, I will escalate this issue to Frontsite. I understand that the current situation is not acceptable and needs to be resolved. &lt;/p&gt;</comment>
                                                            <comment id="195955" author="557058:09292aa8-9d37-482b-b244-17349bbbf497" created="Wed, 20 Nov 2019 14:35:41 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cffed1a5d548b0c51d6b19b&quot; class=&quot;user-hover&quot; rel=&quot;5cffed1a5d548b0c51d6b19b&quot; data-account-id=&quot;5cffed1a5d548b0c51d6b19b&quot; accountid=&quot;5cffed1a5d548b0c51d6b19b&quot; rel=&quot;noreferrer&quot;&gt;Anton Emelianov&lt;/a&gt; Thanks for the escalating! Let&apos;s hope it could be resolved. However, I&apos;ve minor additions to the items you listed:&lt;br/&gt;
2) It&apos;s not a single place, this current ticket was always about randomly failing &lt;em&gt;convergent assertion was successful, but exceeded the 2000ms timeout&lt;/em&gt;&lt;br/&gt;
3) According to the ticket&apos;s description there is a timeout of 2000ms, that bigtests waits for the test condition. If machine running tests is pretty slow and opening of the page is slower than 2000ms - it will fail with the message above. Am I wrong while saying that BigTest relies on the timeout? &lt;br/&gt;
4) I agree, that&apos;s why I don&apos;t ask to put any significant effort into the investigation or PoC. It&apos;s just us, Acquisitions-UI, putting some effort in a spare time, just to make FOLIO world better. Again, we are not talking about replacement, I&apos;ve never said that. All concern of mine is to avoid tickets like this - when tests are failing without any obvious reason and we have to DISABLE them running on CI just to resume building artifacts on the master branch.&lt;br/&gt;
Thanks again for the fast responses!&lt;/p&gt;</comment>
                                                            <comment id="195960" author="70121:f0c87f0c-a513-4afe-9a1c-68dff64ab5a2" created="Wed, 20 Nov 2019 14:46:42 +0000"  >&lt;p&gt;Spitfire team is also facing problems with unreasonably failing tests. We also had to disable them all on CI&lt;/p&gt;</comment>
                                                            <comment id="195966" author="5af5e627525ba96b58654f12" created="Thu, 21 Nov 2019 14:38:08 +0000"  >&lt;p&gt;Hi all - should the title of this issue include BigTest? Is the issue all centered around BigTest, or is it broader than that? I see that Folijet had issues this past summer, but I&apos;m not sure whether there are issues going on now with Folijet. Adding a couple dev watchers in case they want to mention anything.&lt;/p&gt;</comment>
                                                            <comment id="195970" author="557058:3fa4d9bc-e660-4f89-a75a-21080915d6e6" created="Tue, 26 Nov 2019 21:53:11 +0000"  >&lt;p&gt;Do we have links to the CI runs that are failing?&lt;/p&gt;</comment>
                                                            <comment id="195973" author="557058:09292aa8-9d37-482b-b244-17349bbbf497" created="Tue, 26 Nov 2019 23:48:22 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A3fa4d9bc-e660-4f89-a75a-21080915d6e6&quot; class=&quot;user-hover&quot; rel=&quot;557058:3fa4d9bc-e660-4f89-a75a-21080915d6e6&quot; data-account-id=&quot;557058:3fa4d9bc-e660-4f89-a75a-21080915d6e6&quot; accountid=&quot;557058:3fa4d9bc-e660-4f89-a75a-21080915d6e6&quot; rel=&quot;noreferrer&quot;&gt;Charles Lowell&lt;/a&gt; &lt;a href=&quot;https://jenkins-aws.indexdata.com/job/folio-org/job/ui-orders/job/master/575/console&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://jenkins-aws.indexdata.com/job/folio-org/job/ui-orders/job/master/575/console&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jenkins-aws.indexdata.com/job/folio-org/job/ui-orders/job/master/569/console&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://jenkins-aws.indexdata.com/job/folio-org/job/ui-orders/job/master/569/console&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jenkins-aws.indexdata.com/job/folio-org/job/ui-orders/job/master/568/console&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://jenkins-aws.indexdata.com/job/folio-org/job/ui-orders/job/master/568/console&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;https://jenkins-aws.indexdata.com/job/folio-org/job/ui-orders/job/master/566/console&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://jenkins-aws.indexdata.com/job/folio-org/job/ui-orders/job/master/566/console&lt;/a&gt;&lt;br/&gt;
and below&lt;/p&gt;</comment>
                                                            <comment id="195978" author="5a2fb8cf7a0e32326f5476c9" created="Tue, 3 Dec 2019 12:52:33 +0000"  >&lt;p&gt;Hi guys.&lt;br/&gt;
I just wonder if we can change this case (timeout excess) severity from ERROR to WARNING to make valid tests to pass?&lt;br/&gt;
It could also be a temporary solution while the permanent one is in progress, however it will save a lot of time for us.&lt;br/&gt;
Another idea is to make &lt;b&gt;default timeouts&lt;/b&gt; and make them configurable from &lt;b&gt;npm/yarn&lt;/b&gt; test running scripts or &lt;b&gt;Jenkinsfile&lt;/b&gt; options to have a possibility to increase it from 2000ms to whatever is needed:&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-javascript&quot;&gt;
buildNPM {
  publishModDescriptor = &lt;span class=&quot;code-quote&quot;&gt;&apos;yes&apos;&lt;/span&gt;
  runLint = &lt;span class=&quot;code-quote&quot;&gt;&apos;yes&apos;&lt;/span&gt;
  runSonarqube = &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;
  runTest = &lt;span class=&quot;code-quote&quot;&gt;&apos;yes&apos;&lt;/span&gt;
  runTestOptions = &lt;span class=&quot;code-quote&quot;&gt;&apos;--karma.singleRun --karma.browsers ChromeDocker --karma.reporters mocha junit --coverage --bigtest.defaultTimeout 4000&apos;&lt;/span&gt;
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A09292aa8-9d37-482b-b244-17349bbbf497&quot; class=&quot;user-hover&quot; rel=&quot;557058:09292aa8-9d37-482b-b244-17349bbbf497&quot; data-account-id=&quot;557058:09292aa8-9d37-482b-b244-17349bbbf497&quot; accountid=&quot;557058:09292aa8-9d37-482b-b244-17349bbbf497&quot; rel=&quot;noreferrer&quot;&gt;Aliaksei Chumakou&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt;&lt;br/&gt;
What do you think?&lt;/p&gt;</comment>
                                                            <comment id="195980" author="5af5e627525ba96b58654f12" created="Tue, 3 Dec 2019 15:33:54 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cffed1a5d548b0c51d6b19b&quot; class=&quot;user-hover&quot; rel=&quot;5cffed1a5d548b0c51d6b19b&quot; data-account-id=&quot;5cffed1a5d548b0c51d6b19b&quot; accountid=&quot;5cffed1a5d548b0c51d6b19b&quot; rel=&quot;noreferrer&quot;&gt;Anton Emelianov&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A3fa4d9bc-e660-4f89-a75a-21080915d6e6&quot; class=&quot;user-hover&quot; rel=&quot;557058:3fa4d9bc-e660-4f89-a75a-21080915d6e6&quot; data-account-id=&quot;557058:3fa4d9bc-e660-4f89-a75a-21080915d6e6&quot; accountid=&quot;557058:3fa4d9bc-e660-4f89-a75a-21080915d6e6&quot; rel=&quot;noreferrer&quot;&gt;Charles Lowell&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would it be possible to make a decision on possibly changing the severity, or some other way to resolve this ASAP? This is preventing some of Folijet&apos;s key UI work from showing on the hosted-ref-environments, and thus blocking our release tomorrow. Thank you!&lt;/p&gt;</comment>
                                                            <comment id="195983" author="615afd1cd9820f0070a09ef0" created="Tue, 3 Dec 2019 17:37:46 +0000"  >&lt;p&gt;In short, it&apos;s complicated. Some food for thought:&lt;/p&gt;

&lt;p&gt;The two-second timeout is hard-coded into BigTest (ugh) and while it is possible to override it, doing so is not a great option because the timeouts are often inconsistent: tests 1, 3, and 5 will fail on one build and succeed on the next, but then test 2 will fail. That basically leaves us with adding a manual timeout to every single test. &lt;/p&gt;

&lt;p&gt;Additionally, &lt;a href=&quot;https://github.com/bigtestjs/convergence/blob/master/src/converge.js#L68-L73&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;the way timeouts are handled in BigTest&lt;/a&gt; makes it impossible for us to change the severity and convert the timeouts from errors to warnings. An exception is an exception and BigTest does not offer a way to filter them. &lt;/p&gt;

&lt;p&gt;On top of that, we frequently see errors like &lt;tt&gt;Error: convergence exceeded the 2000ms timeout&lt;/tt&gt; in our &lt;tt&gt;before/beforeEach&lt;/tt&gt; blocks from &lt;a href=&quot;https://github.com/bigtestjs/convergence/blob/0d17597ebe588db6d342aefada23fc3f108c183f/src/utils.js#L20&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;BigTest&apos;s assertion handler&lt;/a&gt; which are distinct from &lt;tt&gt;Error: convergent assertion was successful, but exceeded the 2000ms timeout&lt;/tt&gt; timeouts in the tests themselves. These are particularly frustrating as they don&apos;t indicate an actual test timeout but rather a test &lt;em&gt;setup&lt;/em&gt; timeout. This stinks because it is basically a complaint that &quot;the app took too long to load&quot; but the thing is, in real life, we&apos;re not going to reload the entire app on every click. To be clear, &lt;em&gt;it is important&lt;/em&gt; to reload the entire app before each test in order to make sure there are no side effects from one test to another; but it&apos;s not fair/not realistic to expect a test to accommodate that.&lt;/p&gt;

&lt;p&gt;Finally, we&apos;ve also seen BigTest continue to timeout in assertions (i.e. during test setup) even with really long timeouts, e.g. as we pushed from 2000 to 4000 to 10000 ms, we got the same &lt;tt&gt;Error: convergent assertion was successful, but exceeded the 10000ms timeout&lt;/tt&gt; failure, which serious made me wonder if it was telling the truth. I don&apos;t recall seeing BigTest pause for 10 seconds on any test, but I don&apos;t have any logs at the tip of my fingers to support this claim. &lt;/p&gt;</comment>
                                                            <comment id="195986" author="5a2fb8cf7a0e32326f5476c9" created="Tue, 3 Dec 2019 18:06:13 +0000"  >&lt;p&gt;Thanks &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt; for explaining this all.&lt;br/&gt;
So is switching CI tests off in &lt;b&gt;Jenkinsfile&lt;/b&gt; the only solution for this?&lt;/p&gt;</comment>
                                                            <comment id="195987" author="615afd1cd9820f0070a09ef0" created="Tue, 3 Dec 2019 19:45:50 +0000"  >&lt;p&gt;I don&apos;t have a good solution. Increasing the default timeout may help, but it&apos;s not a slam dunk. As noted above, longer timeouts sometimes led to the exact same outcome: a successful assertion that still exceeds the timeout window. &lt;/p&gt;

&lt;p&gt;Maybe a short-term option is to run the tests the way we do lint: capture the output to a PR comment if they exit with an error, but remove them from the conditions for merging a PR. I believe SonarCloud functions similarly &amp;#8211; we see the results, but a failed SonarCloud gate doesn&apos;t block a PR. &lt;/p&gt;

&lt;p&gt;See also this &lt;a href=&quot;https://folio-project.slack.com/archives/C210UCHQ9/p1574441666470100&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;very long thread about UI testing&lt;/a&gt; on Slack #stripes, in particular my comment at the end: &lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;The default is 2000ms seems too short in some circumstances. But one thing I have noticed is that most timeouts are not in tests but in the before blocks while awaiting some selector thing. In that case, my strategy is to await more things to buy time. Imagine calling await Z while somebody sings the A-B-Cs. It&#8217;d time out. But if you await A; await B, await C&#8230; then you would succeed. It&#8217;s definitely hacking the system a bit, but it has worked well in some cases where you can await #some-section; await #some-form; await #some-element&#8230; to buy time.&lt;/p&gt;&lt;/blockquote&gt;</comment>
                                                            <comment id="195988" author="5af5e627525ba96b58654f12" created="Wed, 4 Dec 2019 05:45:10 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cffed1a5d548b0c51d6b19b&quot; class=&quot;user-hover&quot; rel=&quot;5cffed1a5d548b0c51d6b19b&quot; data-account-id=&quot;5cffed1a5d548b0c51d6b19b&quot; accountid=&quot;5cffed1a5d548b0c51d6b19b&quot; rel=&quot;noreferrer&quot;&gt;Anton Emelianov&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; class=&quot;user-hover&quot; rel=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; data-account-id=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; accountid=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; rel=&quot;noreferrer&quot;&gt;Jakub Skoczen&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A3fa4d9bc-e660-4f89-a75a-21080915d6e6&quot; class=&quot;user-hover&quot; rel=&quot;557058:3fa4d9bc-e660-4f89-a75a-21080915d6e6&quot; data-account-id=&quot;557058:3fa4d9bc-e660-4f89-a75a-21080915d6e6&quot; accountid=&quot;557058:3fa4d9bc-e660-4f89-a75a-21080915d6e6&quot; rel=&quot;noreferrer&quot;&gt;Charles Lowell&lt;/a&gt; How do we resolve this &lt;b&gt;today&lt;/b&gt;, so that we can get our UI app released as required?&lt;/p&gt;</comment>
                                                            <comment id="195991" author="5a2fb8cf7a0e32326f5476c9" created="Wed, 4 Dec 2019 06:53:29 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5e627525ba96b58654f12&quot; class=&quot;user-hover&quot; rel=&quot;5af5e627525ba96b58654f12&quot; data-account-id=&quot;5af5e627525ba96b58654f12&quot; accountid=&quot;5af5e627525ba96b58654f12&quot; rel=&quot;noreferrer&quot;&gt;Ann-Marie Breaux&lt;/a&gt; &lt;br/&gt;
With this all said I&apos;m afraid the only option &lt;b&gt;for now&lt;/b&gt; is to switch off the tests on CI via &lt;b&gt;Jenkinsfile&lt;/b&gt; in the project root.&lt;br/&gt;
After the release I will create a technical debt story to try to resolve this via &quot;multiple setup awaits&quot; method suggested by &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt; in the post earlier.&lt;br/&gt;
While this story is not resolved we will keep tests running locally before each push with tests ending section screenshot and/or test log in the PR comments.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cffed1a5d548b0c51d6b19b&quot; class=&quot;user-hover&quot; rel=&quot;5cffed1a5d548b0c51d6b19b&quot; data-account-id=&quot;5cffed1a5d548b0c51d6b19b&quot; accountid=&quot;5cffed1a5d548b0c51d6b19b&quot; rel=&quot;noreferrer&quot;&gt;Anton Emelianov&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; class=&quot;user-hover&quot; rel=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; data-account-id=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; accountid=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; rel=&quot;noreferrer&quot;&gt;Jakub Skoczen&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A3fa4d9bc-e660-4f89-a75a-21080915d6e6&quot; class=&quot;user-hover&quot; rel=&quot;557058:3fa4d9bc-e660-4f89-a75a-21080915d6e6&quot; data-account-id=&quot;557058:3fa4d9bc-e660-4f89-a75a-21080915d6e6&quot; accountid=&quot;557058:3fa4d9bc-e660-4f89-a75a-21080915d6e6&quot; rel=&quot;noreferrer&quot;&gt;Charles Lowell&lt;/a&gt; if there are better options please suggest and we will try to implement them after this release.&lt;/p&gt;</comment>
                                                            <comment id="195994" author="5af5e627525ba96b58654f12" created="Wed, 4 Dec 2019 07:00:52 +0000"  >&lt;p&gt;OK - thanks &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5a2fb8cf7a0e32326f5476c9&quot; class=&quot;user-hover&quot; rel=&quot;5a2fb8cf7a0e32326f5476c9&quot; data-account-id=&quot;5a2fb8cf7a0e32326f5476c9&quot; accountid=&quot;5a2fb8cf7a0e32326f5476c9&quot; rel=&quot;noreferrer&quot;&gt;Taras Tkachenko&lt;/a&gt; - and just so I&apos;m clear - turning off the tests in Jenkinsfile only affects UI-data-import - no other apps, right?&lt;/p&gt;</comment>
                                                            <comment id="195996" author="5a2fb8cf7a0e32326f5476c9" created="Wed, 4 Dec 2019 07:38:38 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5e627525ba96b58654f12&quot; class=&quot;user-hover&quot; rel=&quot;5af5e627525ba96b58654f12&quot; data-account-id=&quot;5af5e627525ba96b58654f12&quot; accountid=&quot;5af5e627525ba96b58654f12&quot; rel=&quot;noreferrer&quot;&gt;Ann-Marie Breaux&lt;/a&gt; yes.&lt;br/&gt;
It affects just tests running on Jenkins just for &lt;b&gt;ui-data-import&lt;/b&gt; and can be turned back on any time when the problem will be resolved.&lt;/p&gt;</comment>
                                                            <comment id="195998" author="5af5e627525ba96b58654f12" created="Wed, 4 Dec 2019 08:13:41 +0000"  >&lt;p&gt;OK - good to know, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5a2fb8cf7a0e32326f5476c9&quot; class=&quot;user-hover&quot; rel=&quot;5a2fb8cf7a0e32326f5476c9&quot; data-account-id=&quot;5a2fb8cf7a0e32326f5476c9&quot; accountid=&quot;5a2fb8cf7a0e32326f5476c9&quot; rel=&quot;noreferrer&quot;&gt;Taras Tkachenko&lt;/a&gt;. Please let me know once the most recent UI changes are live on folio-snapshot, and I&apos;ll try to get the stories tested/closed ASAP.&lt;/p&gt;</comment>
                                                            <comment id="196001" author="615afd1cd9820f0070a09ef0" created="Fri, 6 Dec 2019 16:02:31 +0000"  >&lt;p&gt;Notably, reverting from &lt;tt&gt;@bigtest/interactor&lt;/tt&gt; &lt;tt&gt;v0.9.3&lt;/tt&gt; down to &lt;tt&gt;v0.7.2&lt;/tt&gt;, at the suggestion of &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=712020%3A5aa5622d-2839-4be8-9440-d4dccefff707&quot; class=&quot;user-hover&quot; rel=&quot;712020:5aa5622d-2839-4be8-9440-d4dccefff707&quot; data-account-id=&quot;712020:5aa5622d-2839-4be8-9440-d4dccefff707&quot; accountid=&quot;712020:5aa5622d-2839-4be8-9440-d4dccefff707&quot; rel=&quot;noreferrer&quot;&gt;Viktor Soroka&lt;/a&gt; and &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A052b4aee-4582-4d57-9322-7cbba2edba2a&quot; class=&quot;user-hover&quot; rel=&quot;557058:052b4aee-4582-4d57-9322-7cbba2edba2a&quot; data-account-id=&quot;557058:052b4aee-4582-4d57-9322-7cbba2edba2a&quot; accountid=&quot;557058:052b4aee-4582-4d57-9322-7cbba2edba2a&quot; rel=&quot;noreferrer&quot;&gt;Igor Godlevskyi&lt;/a&gt; in a &lt;a href=&quot;https://folio-project.slack.com/archives/CGPMHLX9B/p1575604411145100&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;conversation on #releases&lt;/a&gt; resolved timeout whack-a-mole problems we were having in ui-users. This can be seen in logs from three subsequent runs of &lt;a href=&quot;https://github.com/folio-org/ui-users/pull/1076&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;PR #1076&lt;/a&gt;: &lt;a href=&quot;https://issues.folio.org/secure/attachment/23559/pr-1076-4.txt&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;run-4&lt;/a&gt;, &lt;a href=&quot;https://issues.folio.org/secure/attachment/23559/pr-1076-5.txt&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;run-5&lt;/a&gt;, &lt;a href=&quot;https://issues.folio.org/secure/attachment/23559/pr-1076-6.txt&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;run-6&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;A few things are worthy of note here: &lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;there are no commits between runs 4, 5, and 6 yet different tests fail on each run&lt;/li&gt;
	&lt;li&gt;the only commit between run 3 (successful) and run 4 (failure) was to the CHANGELOG &lt;span class=&quot;nobr&quot;&gt;&lt;a href=&quot;/rest/api/3/attachment/content/64225&quot; title=&quot;Screen Shot 2019-12-06 at 10.08.57 AM (2).png attached to FOLIO-2097&quot; data-attachment-type=&quot;file&quot; data-attachment-name=&quot;Screen Shot 2019-12-06 at 10.08.57 AM (2).png&quot; data-media-services-type=&quot;file&quot; data-media-services-id=&quot;f0b02092-197c-420d-92b4-8a59284753e0&quot; rel=&quot;noreferrer&quot;&gt;Screen Shot 2019-12-06 at 10.08.57 AM (2).png&lt;sup&gt;&lt;img class=&quot;rendericon&quot; src=&quot;/images/icons/link_attachment_7.gif&quot; height=&quot;7&quot; width=&quot;7&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/sup&gt;&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
</comment>
                                                            <comment id="196005" author="557058:09292aa8-9d37-482b-b244-17349bbbf497" created="Mon, 9 Dec 2019 14:10:08 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt; FYI - I&apos;ve tried this for ui-orders, no luck... &lt;a href=&quot;https://github.com/folio-org/ui-orders/pull/695&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/folio-org/ui-orders/pull/695&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="196008" author="5cf6c546b87c300f36eb7b9a" created="Mon, 16 Dec 2019 15:55:17 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cffed1a5d548b0c51d6b19b&quot; class=&quot;user-hover&quot; rel=&quot;5cffed1a5d548b0c51d6b19b&quot; data-account-id=&quot;5cffed1a5d548b0c51d6b19b&quot; accountid=&quot;5cffed1a5d548b0c51d6b19b&quot; rel=&quot;noreferrer&quot;&gt;Anton Emelianov&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt; &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A09292aa8-9d37-482b-b244-17349bbbf497&quot; class=&quot;user-hover&quot; rel=&quot;557058:09292aa8-9d37-482b-b244-17349bbbf497&quot; data-account-id=&quot;557058:09292aa8-9d37-482b-b244-17349bbbf497&quot; accountid=&quot;557058:09292aa8-9d37-482b-b244-17349bbbf497&quot; rel=&quot;noreferrer&quot;&gt;Aliaksei Chumakou&lt;/a&gt; Hey guys,&lt;/p&gt;

&lt;p&gt;I was curious what the outcome was on this... Did we really end up disabling unit tests for some/all ui modules?  That seems dangerous to me.  I personally think it would be better to do something like what Zak proposed; send the test failures to the PR comments but allow the PR to be merged.  &lt;/p&gt;</comment>
                                                            <comment id="196011" author="615afd1cd9820f0070a09ef0" created="Tue, 31 Dec 2019 17:02:56 +0000"  >&lt;p&gt;We stopped running unit tests in CI for ui-inventory by updating the &lt;tt&gt;Jenkinsfile&lt;/tt&gt; for that repository only. This is certainly more dangerous than running them on every PR and we hope to turn them back on once we get things to stabilize. Here&apos;s the rub though: we have ~200 unit tests. Say the random failure rate is 1/1000. We run the tests three times on every PR (twice on the branch before merging, and again as part of the merge to master). That means we run ~600 tests for each PR, which means an effective failure rate &amp;gt;50%. And if that random failure rate is constant, the more unit tests we add the higher that effective failure rate goes. &lt;/p&gt;</comment>
                                                            <comment id="196014" author="615afd1cd9820f0070a09ef0" created="Fri, 3 Jan 2020 12:16:10 +0000"  >&lt;p&gt;More fun: &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;  User Edit: Proxy/Sponsor&lt;br/&gt;
  ...&lt;br/&gt;
          Expire the relationship&lt;br/&gt;
            &#10004; relationship status should be be restricted&lt;br/&gt;
    &#10006; &quot;before each&quot; hook for &quot;relationship status should be inactive&quot;&lt;br/&gt;
Chrome 78.0.3904 (Linux 0.0.0) User Edit: Proxy/Sponsor &quot;before each&quot; hook for &quot;relationship status should be inactive&quot; FAILED&lt;br/&gt;
	Error: convergent assertion was successful, but exceeded the 5000ms timeout&lt;br/&gt;
	    at loop (test/bigtest/index.js:610:17)&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;The structure of this block is&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;
beforeEach setup the UI
  test &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; &lt;span class=&quot;code-quote&quot;&gt;&quot;restricted&quot;&lt;/span&gt;
  test &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; &lt;span class=&quot;code-quote&quot;&gt;&quot;inactive&quot;&lt;/span&gt;
  test &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; &lt;span class=&quot;code-quote&quot;&gt;&quot;warning&quot;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;IOW, that before-each block that failed for the &quot;inactive&quot; test already succeeded once because we see the &quot;restricted&quot; test passing. Ugh. &lt;/p&gt;</comment>
                                                            <comment id="196017" author="712020:5aa5622d-2839-4be8-9440-d4dccefff707" created="Tue, 7 Jan 2020 11:08:43 +0000"  >&lt;p&gt;Is there a difference between environment setup for &lt;b&gt;continuous-integration/jenkins/branch&lt;/b&gt; vs &lt;b&gt;continuous-integration/jenkins/pr-merge&lt;/b&gt; when it comes to the pull request? As I see, most of the time tests run ok for &lt;b&gt;pr-merge&lt;/b&gt; but fail for the &lt;b&gt;branch&lt;/b&gt;. &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f9abc1eb45b2e007453f423&quot; class=&quot;user-hover&quot; rel=&quot;5f9abc1eb45b2e007453f423&quot; data-account-id=&quot;5f9abc1eb45b2e007453f423&quot; accountid=&quot;5f9abc1eb45b2e007453f423&quot; rel=&quot;noreferrer&quot;&gt;John Malconian&lt;/a&gt;, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cd423bebc70090d6ce241b1&quot; class=&quot;user-hover&quot; rel=&quot;5cd423bebc70090d6ce241b1&quot; data-account-id=&quot;5cd423bebc70090d6ce241b1&quot; accountid=&quot;5cd423bebc70090d6ce241b1&quot; rel=&quot;noreferrer&quot;&gt;Ian Hardy&lt;/a&gt;, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; class=&quot;user-hover&quot; rel=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; data-account-id=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; accountid=&quot;557058:b8e64633-1f7c-402d-9caf-9959a5ba5d0d&quot; rel=&quot;noreferrer&quot;&gt;Jakub Skoczen&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="196020" author="5cffed1a5d548b0c51d6b19b" created="Tue, 7 Jan 2020 13:51:48 +0000"  >&lt;p&gt;Also, is there a difference in how bundles are being built for pr-merge and branch?&lt;/p&gt;</comment>
                                                            <comment id="196023" author="5f9abc1eb45b2e007453f423" created="Mon, 13 Jan 2020 02:27:16 +0000"  >&lt;p&gt;No differences environmentally that come to mind - but a branch build is just the branch and a PR is branch-merged-with-master build. &lt;/p&gt;</comment>
                                                            <comment id="196026" author="712020:5aa5622d-2839-4be8-9440-d4dccefff707" created="Tue, 14 Jan 2020 16:58:32 +0000"  >&lt;p&gt;Is it possible to increase the memory for the containers for these jobs? I have a hunch that it can improve things.&lt;/p&gt;</comment>
                                                            <comment id="196029" author="615afd1cd9820f0070a09ef0" created="Thu, 16 Jan 2020 03:07:38 +0000"  >&lt;p&gt;Memory may indeed be the limiting factor here, but perhaps because we have a leak in the way our tests run.  &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;64226_thumb&quot; href=&quot;/rest/api/3/attachment/content/64226&quot; title=&quot;Screen Shot 2020-01-15 at 9.59.00 PM.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;64226&quot; file-preview-title=&quot;Screen Shot 2020-01-15 at 9.59.00 PM.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64226?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64226&quot; filename=&quot;Screen Shot 2020-01-15 at 9.59.00 PM.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64226&quot; data-attachment-name=&quot;Screen Shot 2020-01-15 at 9.59.00 PM.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;fb7674d4-db94-4e7b-a5f0-a48e916f8b60&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;

&lt;p&gt;side note: I had to turn off source-maps in stripes-core to get the Chrome profiler to run; otherwise it would get stuck in initialization. h/t &lt;a href=&quot;https://github.com/electron/electron/issues/17772&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://github.com/electron/electron/issues/17772&lt;/a&gt;&lt;/p&gt;</comment>
                                                            <comment id="196031" author="615afd1cd9820f0070a09ef0" created="Thu, 16 Jan 2020 12:28:25 +0000"  >&lt;p&gt;Following &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Aff6a9612-bb35-41b2-88a8-a5b66d0a41a0&quot; class=&quot;user-hover&quot; rel=&quot;557058:ff6a9612-bb35-41b2-88a8-a5b66d0a41a0&quot; data-account-id=&quot;557058:ff6a9612-bb35-41b2-88a8-a5b66d0a41a0&quot; accountid=&quot;557058:ff6a9612-bb35-41b2-88a8-a5b66d0a41a0&quot; rel=&quot;noreferrer&quot;&gt;Michal Kuklis&lt;/a&gt;&#8217;s hunch, I did some additional memory profiling of Chrome/Karma during unit test runs and found memory does indeed balloon over the course of testing from ~300MB to more than 3GB. In regular use, a Folio tab is stable between ~250MB-~500MB. That smells like pollution of the redux store; still investigating.&lt;/p&gt;</comment>
                                                            <comment id="196035" author="615afd1cd9820f0070a09ef0" created="Fri, 17 Jan 2020 12:49:12 +0000"  >&lt;p&gt;The left frame in this screenshot shows a memory heap snapshot after running one of the scripts in the test suite one time; the right frame shows a snapshot after running the same test in the same window three times in a row. So, clearly there&apos;s a memory leak here. &lt;br/&gt;
 &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;a id=&quot;64227_thumb&quot; href=&quot;/rest/api/3/attachment/content/64227&quot; title=&quot;Screen Shot 2020-01-17 at 7.36.42 AM.png&quot; file-preview-type=&quot;image&quot; file-preview-id=&quot;64227&quot; file-preview-title=&quot;Screen Shot 2020-01-17 at 7.36.42 AM.png&quot;&gt;&lt;jira-attachment-thumbnail url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64227?default=false&quot; jira-url=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64227&quot; filename=&quot;Screen Shot 2020-01-17 at 7.36.42 AM.png&quot;&gt;&lt;img src=&quot;https://folio-org.atlassian.net/rest/api/3/attachment/thumbnail/64227&quot; data-attachment-name=&quot;Screen Shot 2020-01-17 at 7.36.42 AM.png&quot; data-attachment-type=&quot;thumbnail&quot; data-media-services-id=&quot;98bdac1c-04ed-45b8-8f28-15ba18fd6a4b&quot; data-media-services-type=&quot;file&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/jira-attachment-thumbnail&gt;&lt;/a&gt;&lt;/span&gt; &lt;/p&gt;</comment>
                                                            <comment id="196037" author="5af5ed55244bc90a106063c7" created="Tue, 25 Feb 2020 15:07:05 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt; I just learned of this bug from &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cffed1a5d548b0c51d6b19b&quot; class=&quot;user-hover&quot; rel=&quot;5cffed1a5d548b0c51d6b19b&quot; data-account-id=&quot;5cffed1a5d548b0c51d6b19b&quot; accountid=&quot;5cffed1a5d548b0c51d6b19b&quot; rel=&quot;noreferrer&quot;&gt;Anton Emelianov&lt;/a&gt;.  I had no idea it was something you were supposed to be working on.  Should we put it in the current sprint?&lt;/p&gt;</comment>
                                                            <comment id="196040" author="615afd1cd9820f0070a09ef0" created="Tue, 25 Feb 2020 16:17:38 +0000"  >&lt;p&gt;&lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5af5ed55244bc90a106063c7&quot; class=&quot;user-hover&quot; rel=&quot;5af5ed55244bc90a106063c7&quot; data-account-id=&quot;5af5ed55244bc90a106063c7&quot; accountid=&quot;5af5ed55244bc90a106063c7&quot; rel=&quot;noreferrer&quot;&gt;Cate Boerema&lt;/a&gt;, it&apos;s a long story. This is essentially a follow-up to problems first identified in 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-2360&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-2360&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;SPIKE: unit test results are inconsistent&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10309?size=medium&quot; /&gt;
            FOLIO-2360
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
. It&apos;s a bit of an umbrella issue that covers the problems we&apos;ve had running unit tests on pull requests. We&apos;ve identified several separate memory leaks that all manifest in the same way, i.e. failing unit tests: &lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;UIU-1450&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/UIU-1450&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;memory leak in withDeclareLost or withRenewComponent&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium&quot; /&gt;
            UIU-1450
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
 memory leak in &lt;tt&gt;withRenew.js&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;STCOM-637&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/STCOM-637&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Remove class objects, refs from state in shared components (Pane, Paneset.)&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10309?size=medium&quot; /&gt;
            STCOM-637
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
 memory leak in &lt;tt&gt;Pane&lt;/tt&gt;, &lt;tt&gt;Paneset&lt;/tt&gt;&lt;/li&gt;
	&lt;li&gt;
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;STCOM-636&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/STCOM-636&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;mousetrap, a transitive dep of &amp;lt;HotKeys&amp;gt;, has a memory leak&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium&quot; /&gt;
            STCOM-636
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
 memory leak in mousetrap&lt;/li&gt;
	&lt;li&gt;
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-2433&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-2433&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;in dev-mode, react has a memory leak&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium&quot; /&gt;
            FOLIO-2433
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
 memory leak in React in dev mode, i.e. &lt;tt&gt;NODE_ENV=development&lt;/tt&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;The first three are resolved and we are once again able to successfully merge PRs in ui-users. I haven&apos;t turned unit tests back on for ui-inventory but that would be worthwhile to attempt at this point. &lt;/p&gt;</comment>
                                                            <comment id="196043" author="5af5ed55244bc90a106063c7" created="Tue, 25 Feb 2020 17:30:04 +0000"  >&lt;p&gt;Thanks, &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt;.  Should we create a story for turning the unit tests back on in Inventory and put it in this sprint? &lt;/p&gt;


&lt;p&gt;What about 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-2433&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-2433&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;in dev-mode, react has a memory leak&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium&quot; /&gt;
            FOLIO-2433
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
?&lt;/p&gt;</comment>
                                                            <comment id="196046" author="615afd1cd9820f0070a09ef0" created="Tue, 25 Feb 2020 19:42:40 +0000"  >&lt;p&gt;I filed 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;UIIN-1005&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/UIIN-1005&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Turn on testing in Jenkinsfile and repair broken tests&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium&quot; /&gt;
            UIIN-1005
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
 to turn unit tests on in CI for UIIN and assigned it to this team but not this sprint, at least not yet. 20 tests fail when I run them locally. &lt;/p&gt;

&lt;p&gt;I haven&apos;t dug into 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;FOLIO-2433&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-2433&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;in dev-mode, react has a memory leak&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium&quot; /&gt;
            FOLIO-2433
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
 with &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=5f9abc1eb45b2e007453f423&quot; class=&quot;user-hover&quot; rel=&quot;5f9abc1eb45b2e007453f423&quot; data-account-id=&quot;5f9abc1eb45b2e007453f423&quot; accountid=&quot;5f9abc1eb45b2e007453f423&quot; rel=&quot;noreferrer&quot;&gt;John Malconian&lt;/a&gt;, but I will probably need some assistance from him and/or &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3Ab5c00130-8516-454c-acae-335db2b62fd8&quot; class=&quot;user-hover&quot; rel=&quot;557058:b5c00130-8516-454c-acae-335db2b62fd8&quot; data-account-id=&quot;557058:b5c00130-8516-454c-acae-335db2b62fd8&quot; accountid=&quot;557058:b5c00130-8516-454c-acae-335db2b62fd8&quot; rel=&quot;noreferrer&quot;&gt;Ryan Berger&lt;/a&gt; to get the CI environment and our webpack configs all in sync. It would be &lt;em&gt;great&lt;/em&gt; to do work on this this quarter if you think we can get it in.&lt;/p&gt;</comment>
                                                            <comment id="196049" author="5af5ed55244bc90a106063c7" created="Thu, 5 Mar 2020 12:32:09 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=615afd1cd9820f0070a09ef0&quot; class=&quot;user-hover&quot; rel=&quot;615afd1cd9820f0070a09ef0&quot; data-account-id=&quot;615afd1cd9820f0070a09ef0&quot; accountid=&quot;615afd1cd9820f0070a09ef0&quot; rel=&quot;noreferrer&quot;&gt;Zak Burke&lt;/a&gt; can you please put some points on this issue so we can count it towards our bugfixing quota?&lt;/p&gt;</comment>
                                                            <comment id="196052" author="615afd1cd9820f0070a09ef0" created="Mon, 9 Mar 2020 19:33:22 +0000"  >&lt;p&gt;I&apos;m closing this for now given that it&apos;s effectively become an umbrella for a bunch of separate memory-leak tickets and OOM errors appear to be the proximate cause for BigTest throwing a &quot;timeout exceeded&quot; error. &lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="49921">UIDATIMP-335</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="25062">UIOR-334</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="81466">FOLIO-2360</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="48255">UIIN-1005</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="45435">UIU-1567</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="81526">FOLIO-2433</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="55159">STCOM-636</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="55161">STCOM-637</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="51752">UIEH-813</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="45473">UIU-1450</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="45434">UIU-1566</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="45477">UIU-1457</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="64224" name="Screen Shot 2019-06-12 at 11.02.08 AM.png" size="38993" author="70121:f0c87f0c-a513-4afe-9a1c-68dff64ab5a2" created="Wed, 12 Jun 2019 08:20:09 +0000"/>
                            <attachment id="64225" name="Screen Shot 2019-12-06 at 10.08.57 AM (2).png" size="810671" author="615afd1cd9820f0070a09ef0" created="Fri, 6 Dec 2019 15:14:56 +0000"/>
                            <attachment id="64226" name="Screen Shot 2020-01-15 at 9.59.00 PM.png" size="533137" author="615afd1cd9820f0070a09ef0" created="Thu, 16 Jan 2020 03:07:23 +0000"/>
                            <attachment id="64227" name="Screen Shot 2020-01-17 at 7.36.42 AM.png" size="464487" author="615afd1cd9820f0070a09ef0" created="Fri, 17 Jan 2020 12:48:50 +0000"/>
                            <attachment id="64228" name="pr-1076-4.txt" size="48293" author="615afd1cd9820f0070a09ef0" created="Fri, 6 Dec 2019 15:15:06 +0000"/>
                            <attachment id="64229" name="pr-1076-5.txt" size="47510" author="615afd1cd9820f0070a09ef0" created="Fri, 6 Dec 2019 15:15:06 +0000"/>
                            <attachment id="64230" name="pr-1076-6.txt" size="48736" author="615afd1cd9820f0070a09ef0" created="Fri, 6 Dec 2019 15:15:07 +0000"/>
                    </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_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10171"><![CDATA[Prokopovych]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="837">Core: F - Sprint 83</customfieldvalue>
    <customfieldvalue id="839">Core: F - Sprint 84</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10044" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>13.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 16 Jul 2019 14:07:33 +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>