<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:29:58 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>[SERVER-12896] Multiversion mongodump/mongorestore tests fail on Windows</title>
                <link>https://jira.mongodb.org/browse/SERVER-12896</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The following test combination fails on Windows:&lt;/p&gt;

&lt;p&gt;Running multiversion mongodump mongorestore test:&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
	&quot;restoreType&quot; : &quot;direct&quot;,&lt;br/&gt;
	&quot;dumpType&quot; : &quot;direct&quot;,&lt;br/&gt;
	&quot;testDbpath&quot; : &quot;D:\\data&lt;br class=&quot;atl-forced-newline&quot; /&gt;db/jstests_tool_dumprestore_24_dbpath_external/&quot;,&lt;br/&gt;
	&quot;dumpDir&quot; : &quot;D:\\data&lt;br class=&quot;atl-forced-newline&quot; /&gt;db/jstests_tool_dumprestore_24_dump_external/&quot;,&lt;br/&gt;
	&quot;mongoRestoreVersion&quot; : &quot;latest&quot;,&lt;br/&gt;
	&quot;mongoDumpVersion&quot; : &quot;latest&quot;,&lt;br/&gt;
	&quot;serverDestVersion&quot; : &quot;latest&quot;,&lt;br/&gt;
	&quot;serverSourceVersion&quot; : &quot;2.4&quot;&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;The failure is:&lt;/p&gt;

&lt;p&gt;assert.soon failed: destColl.findOne(), msg:no data after sleep&lt;/p&gt;

&lt;p&gt;Error: assert.soon failed: destColl.findOne(), msg:no data after sleep&lt;br/&gt;
    at Error (&amp;lt;anonymous&amp;gt;)&lt;br/&gt;
    at doassert (src/mongo/shell/assert.js:11:14)&lt;br/&gt;
    at Function.assert.soon (src/mongo/shell/assert.js:180:60)&lt;br/&gt;
    at multiVersionDumpRestoreTest (D:\workspace\mongo\jstests\multiVersion\dumprestore_24.js:146:12)&lt;br/&gt;
    at D:\workspace\mongo\jstests\multiVersion\dumprestore_24.js:231:5&lt;/p&gt;

&lt;p&gt;2014-02-25T16:33:19.241-0500 Error: assert.soon failed: destColl.findOne(), msg:no data after sleep at src/mongo/shell/assert.js:13&lt;/p&gt;</description>
                <environment></environment>
        <key id="114567">SERVER-12896</key>
            <summary>Multiversion mongodump/mongorestore tests fail on Windows</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</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="9">Done</resolution>
                                        <assignee username="kaloian.manassiev@mongodb.com">Kaloian Manassiev</assignee>
                                    <reporter username="kaloian.manassiev@mongodb.com">Kaloian Manassiev</reporter>
                        <labels>
                    </labels>
                <created>Tue, 25 Feb 2014 21:38:12 +0000</created>
                <updated>Mon, 11 Jul 2016 17:17:35 +0000</updated>
                            <resolved>Wed, 26 Feb 2014 12:44:55 +0000</resolved>
                                    <version>2.6.0-rc0</version>
                                    <fixVersion>2.6.0-rc1</fixVersion>
                                    <component>Tools</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="505576" author="xgen-internal-githook" created="Wed, 26 Feb 2014 12:41:22 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;kaloianm&apos;, u&apos;name&apos;: u&apos;Kaloian Manassiev&apos;, u&apos;email&apos;: u&apos;kaloian.manassiev@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-12896&quot; title=&quot;Multiversion mongodump/mongorestore tests fail on Windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-12896&quot;&gt;&lt;del&gt;SERVER-12896&lt;/del&gt;&lt;/a&gt; MongoRunner fixes to make multiversion tests run on Windows&lt;/p&gt;

&lt;p&gt;The system programs either come versioned in the form of&lt;br/&gt;
&amp;lt;utility&amp;gt;-&amp;lt;major.minor&amp;gt; (e.g., mongorestore-2.4) or just &amp;lt;utility&amp;gt;. If&lt;br/&gt;
change_extension is called on this string, it will replace the minor&lt;br/&gt;
version component and the binary will not be found.&lt;/p&gt;

&lt;p&gt;In pre-2.6.0rc0 versions, we did not have the server shutdown event and&lt;br/&gt;
the stop commands needs to use the old method of connecting on the admin&lt;br/&gt;
port and invoking shutdown.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/32b36216dd85697c614c4873021387658d31e1a0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/32b36216dd85697c614c4873021387658d31e1a0&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="505270" author="milkie" created="Tue, 25 Feb 2014 22:08:40 +0000"  >&lt;p&gt;You can also try mixing the platforms (Windows only for 2.4, or only for 2.6) to see which combo fails, to narrow down the issue.&lt;/p&gt;</comment>
                            <comment id="505261" author="kaloian.manassiev" created="Tue, 25 Feb 2014 22:01:23 +0000"  >&lt;p&gt;Passes on Linux and MacOS. I am trying to run it manually on Windows now to see exactly on which stop it fails.&lt;/p&gt;</comment>
                            <comment id="505247" author="milkie" created="Tue, 25 Feb 2014 21:45:45 +0000"  >&lt;p&gt;Does the same test pass on Linux?&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="38406" name="dumprestore_24_output.log" size="41039" author="kaloian.manassiev@mongodb.com" created="Tue, 25 Feb 2014 21:41:29 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 25 Feb 2014 21:45:45 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        9 years, 51 weeks 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_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>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            9 years, 51 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[Windows]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>milkie@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>kaloian.manassiev@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrm0n3:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>102902</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10166" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Tests Written</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10153"><![CDATA[Unneeded]]></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_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hsh55b:</customfieldvalue>

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