<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:37:33 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[COMPASS-4818]  Evergreen: Fix failing tests for hadron-* on Windows </title>
                <link>https://jira.mongodb.org/browse/COMPASS-4818</link>
                <project id="13182" key="COMPASS">Compass </project>
                    <description>&lt;p&gt;Seems like there is a bunch of flaky hadron tests on windows. In most cases it seems to be caused by electron not installing correctly&lt;/p&gt;</description>
                <environment></environment>
        <key id="1710630">COMPASS-4818</key>
            <summary> Evergreen: Fix failing tests for hadron-* on Windows </summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/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="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="sergey.petushkov@mongodb.com">Sergey Petushkov</assignee>
                                    <reporter username="sergey.petushkov@mongodb.com">Sergey Petushkov</reporter>
                        <labels>
                    </labels>
                <created>Tue, 11 May 2021 12:48:34 +0000</created>
                <updated>Sun, 29 Oct 2023 02:39:51 +0000</updated>
                            <resolved>Tue, 18 May 2021 07:05:25 +0000</resolved>
                                                    <fixVersion>1.27</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="3858450" author="xgen-internal-githook" created="Thu, 3 Jun 2021 20:06:52 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sergey&apos;, &apos;email&apos;: &apos;petushkov.sergey@gmail.com&apos;, &apos;username&apos;: &apos;gribnoysup&apos;}
&lt;p&gt;Message: test: Fix CI flakiness on windows around tests in packages using electron &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4818&quot; title=&quot; Evergreen: Fix failing tests for hadron-* on Windows &quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4818&quot;&gt;&lt;del&gt;COMPASS-4818&lt;/del&gt;&lt;/a&gt; (#2193)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;ci: Install electron in sequence&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Installing electron binaries concurrently causes issues and fails CI&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;build: For all packages using babel@7 explicitly provide root during webpack build&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Otherwise babel fails to resolve .babelrc in some cases&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;chore(@mongodb-js/compass-shell): Rebuild native modules before tests&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Useful for cases where you want to run tests after running &apos;npm start&apos;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;ci: Increase timeout, enable tests on win&lt;br/&gt;
Branch: 1.27-releases&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/deada2be5e2b87484d86691426c75cdf07eec128&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/deada2be5e2b87484d86691426c75cdf07eec128&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="3776147" author="xgen-internal-githook" created="Mon, 17 May 2021 11:23:31 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Sergey&apos;, &apos;email&apos;: &apos;petushkov.sergey@gmail.com&apos;, &apos;username&apos;: &apos;gribnoysup&apos;}
&lt;p&gt;Message: test: Fix CI flakiness on windows around tests in packages using electron &lt;a href=&quot;https://jira.mongodb.org/browse/COMPASS-4818&quot; title=&quot; Evergreen: Fix failing tests for hadron-* on Windows &quot; class=&quot;issue-link&quot; data-issue-key=&quot;COMPASS-4818&quot;&gt;&lt;del&gt;COMPASS-4818&lt;/del&gt;&lt;/a&gt; (#2193)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;ci: Install electron in sequence&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Installing electron binaries concurrently causes issues and fails CI&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;build: For all packages using babel@7 explicitly provide root during webpack build&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Otherwise babel fails to resolve .babelrc in some cases&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;chore(@mongodb-js/compass-shell): Rebuild native modules before tests&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Useful for cases where you want to run tests after running &apos;npm start&apos;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;ci: Increase timeout, enable tests on win&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb-js/compass/commit/deada2be5e2b87484d86691426c75cdf07eec128&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb-js/compass/commit/deada2be5e2b87484d86691426c75cdf07eec128&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 17 May 2021 11:23:31 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        2 years, 35 weeks, 6 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10257" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Documentation Changes</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="11861"><![CDATA[Not Needed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>COMPASS-4479</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            2 years, 35 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>sergey.petushkov@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hz9vzj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr4edr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="5000">Iteration Barcelona</customfieldvalue>
    <customfieldvalue id="5054">Iteration Chicago</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hz9i8n:</customfieldvalue>

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