<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:10:30 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-1055] test-data-loader unit test hangs</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-1055</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;How to reproduce:&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;
git clone https:&lt;span class=&quot;code-comment&quot;&gt;//github.com/folio-org/test-data-loader.git
&lt;/span&gt;cd test-data-loader/
git submodule update --init
docker run -it --rm --name my-maven-project -v &lt;span class=&quot;code-quote&quot;&gt;&quot;$PWD&quot;&lt;/span&gt;:/usr/src/mymaven -v &lt;span class=&quot;code-quote&quot;&gt;&quot;$HOME/.m2&quot;&lt;/span&gt;:/root/.m2 -w /usr/src/mymaven maven:latest mvn clean install
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Expected result: The build is successful.&lt;/p&gt;

&lt;p&gt;Actual result: The build hangs during the unit test phase. This is the last line:&lt;br/&gt;
&lt;tt&gt;INFO  LogUtil  org.folio.rest.RestVerticle start Documentation available at: &lt;a href=&quot;http://localhost:59635/apidocs/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://localhost:59635/apidocs/&lt;/a&gt;&lt;/tt&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="80569">FOLIO-1055</key>
            <summary>test-data-loader unit test hangs</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="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="712020:32bb56ac-50e7-4787-b4af-ed3089d9401c">shale99</assignee>
                                                                <reporter accountid="5ee89462f7aa140abd82d11d">Julian Ladisch</reporter>
                                    <labels>
                            <label>for-next-sprint</label>
                    </labels>
                <created>Tue, 6 Feb 2018 08:42:34 +0000</created>
                <updated>Mon, 12 Nov 2018 14:24:06 +0000</updated>
                            <resolved>Tue, 6 Feb 2018 10:14:24 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                                                            <comment id="189641" author="712020:32bb56ac-50e7-4787-b4af-ed3089d9401c" created="Tue, 6 Feb 2018 08:47:07 +0000"  >&lt;p&gt;please run maven clean install without docker and paste entire output&lt;/p&gt;</comment>
                                                            <comment id="189643" author="712020:32bb56ac-50e7-4787-b4af-ed3089d9401c" created="Tue, 6 Feb 2018 08:54:25 +0000"  >&lt;p&gt;i am waiting....&lt;/p&gt;</comment>
                                                            <comment id="189644" author="5ee89462f7aa140abd82d11d" created="Tue, 6 Feb 2018 08:59:19 +0000"  >&lt;p&gt;Complete output is in test-data-loader-hangs.txt. It hangs on my Windows and my Ubuntu machine, and also in Docker.&lt;/p&gt;</comment>
                                                            <comment id="189646" author="712020:32bb56ac-50e7-4787-b4af-ed3089d9401c" created="Tue, 6 Feb 2018 09:12:02 +0000"  >&lt;p&gt;i can not reproduce this, i have deleted my local repo - followed your steps and everything works&lt;/p&gt;</comment>
                                                            <comment id="189648" author="712020:32bb56ac-50e7-4787-b4af-ed3089d9401c" created="Tue, 6 Feb 2018 09:20:33 +0000"  >&lt;p&gt;i am currently setting up an ubuntu vm to check again&lt;/p&gt;</comment>
                                                            <comment id="189652" author="5ee89462f7aa140abd82d11d" created="Tue, 6 Feb 2018 09:30:16 +0000"  >&lt;p&gt;I&apos;ve attached the output of this docker based build:&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;
$ docker run -it maven:latest /bin/bash
root@8a76d0029f0b:/# git clone https:&lt;span class=&quot;code-comment&quot;&gt;//github.com/folio-org/test-data-loader.git
&lt;/span&gt;root@8a76d0029f0b:/# cd test-data-loader/
root@8a76d0029f0b:/test-data-loader# git submodule update --init
root@8a76d0029f0b:/test-data-loader# mvn clean install
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                                                            <comment id="189653" author="712020:963155f3-ec1d-4e46-a1d5-64919cfd090c" created="Tue, 6 Feb 2018 10:29:08 +0000"  >&lt;p&gt;I can confirm that &lt;tt&gt;mvn test&lt;/tt&gt; hangs at this line:&lt;br/&gt;
&lt;tt&gt;INFO  LogUtil  org.folio.rest.RestVerticle start Documentation available at: &lt;a href=&quot;http://localhost:56229/apidocs/&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;http://localhost:56229/apidocs/&lt;/a&gt;&lt;/tt&gt;&lt;/p&gt;</comment>
                                                            <comment id="189656" author="712020:963155f3-ec1d-4e46-a1d5-64919cfd090c" created="Tue, 6 Feb 2018 10:36:02 +0000"  >&lt;p&gt;Thanks, it now works&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="80438">FOLIO-986</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="64022" name="test-data-loader-docker-hangs.txt" size="364371" author="5ee89462f7aa140abd82d11d" created="Tue, 6 Feb 2018 09:28:27 +0000"/>
                            <attachment id="64023" name="test-data-loader-hangs.txt" size="46731" author="5ee89462f7aa140abd82d11d" created="Tue, 6 Feb 2018 08:58:13 +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_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzy9tb:</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>Tue, 6 Feb 2018 08:47:07 +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>