<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:44:28 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-17450] Replace all instances of startMongod in jstest code with MongoRunner.runMongod</title>
                <link>https://jira.mongodb.org/browse/SERVER-17450</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Having so many different ways to launch mongods in tests makes it difficult to make improvements to our testing infrastructure.  We should standardize on using MongoRunner to launch all mongodb processes in test code&lt;/p&gt;</description>
                <environment></environment>
        <key id="187265">SERVER-17450</key>
            <summary>Replace all instances of startMongod in jstest code with MongoRunner.runMongod</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="9">Done</resolution>
                                        <assignee username="spencer@mongodb.com">Spencer Brody</assignee>
                                    <reporter username="spencer@mongodb.com">Spencer Brody</reporter>
                        <labels>
                    </labels>
                <created>Tue, 3 Mar 2015 20:45:54 +0000</created>
                <updated>Wed, 25 Jan 2017 22:01:17 +0000</updated>
                            <resolved>Wed, 8 Apr 2015 15:54:48 +0000</resolved>
                                                    <fixVersion>3.1.2</fixVersion>
                                    <component>Shell</component>
                    <component>Testing Infrastructure</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="889084" author="xgen-internal-githook" created="Thu, 16 Apr 2015 15:24:39 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;stbrody&apos;, u&apos;name&apos;: u&apos;Spencer T Brody&apos;, u&apos;email&apos;: u&apos;spencer@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-17450&quot; title=&quot;Replace all instances of startMongod in jstest code with MongoRunner.runMongod&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-17450&quot;&gt;&lt;del&gt;SERVER-17450&lt;/del&gt;&lt;/a&gt; Make dur tests use &apos;journal&apos; instead of &apos;dur&apos; so they can be run on duroff builders&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/a73f17f5fe6d5239433fd28cc972642151fd88b0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/a73f17f5fe6d5239433fd28cc972642151fd88b0&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="875867" author="xgen-internal-githook" created="Wed, 8 Apr 2015 15:53:09 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;stbrody&apos;, u&apos;name&apos;: u&apos;Spencer T Brody&apos;, u&apos;email&apos;: u&apos;spencer@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-17450&quot; title=&quot;Replace all instances of startMongod in jstest code with MongoRunner.runMongod&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-17450&quot;&gt;&lt;del&gt;SERVER-17450&lt;/del&gt;&lt;/a&gt; &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-17932&quot; title=&quot;Ensure passthrough tests are resilient to the tests they run overriding global variables&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-17932&quot;&gt;&lt;del&gt;SERVER-17932&lt;/del&gt;&lt;/a&gt; Fix dur_jscore_passthrough.js to be resilient to tests masking the &quot;conn&quot; variable&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/33f435065bb29f447c3b9b68c87a74a7eb05c58d&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/33f435065bb29f447c3b9b68c87a74a7eb05c58d&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="874728" author="xgen-internal-githook" created="Tue, 7 Apr 2015 15:54:04 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;stbrody&apos;, u&apos;name&apos;: u&apos;Spencer T Brody&apos;, u&apos;email&apos;: u&apos;spencer@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-17450&quot; title=&quot;Replace all instances of startMongod in jstest code with MongoRunner.runMongod&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-17450&quot;&gt;&lt;del&gt;SERVER-17450&lt;/del&gt;&lt;/a&gt; Remove accidentally checked in file&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/7cabc5a788c62b85c2ab6453337fc692803f009b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/7cabc5a788c62b85c2ab6453337fc692803f009b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="874665" author="xgen-internal-githook" created="Tue, 7 Apr 2015 15:24:01 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;stbrody&apos;, u&apos;name&apos;: u&apos;Spencer T Brody&apos;, u&apos;email&apos;: u&apos;spencer@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-17450&quot; title=&quot;Replace all instances of startMongod in jstest code with MongoRunner.runMongod&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-17450&quot;&gt;&lt;del&gt;SERVER-17450&lt;/del&gt;&lt;/a&gt; Fix mmap dur tests to work on duroff builders&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/5a2af2004609faa786f3fa16bb7b2d35015bc93c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/5a2af2004609faa786f3fa16bb7b2d35015bc93c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="874056" author="xgen-internal-githook" created="Mon, 6 Apr 2015 22:19:34 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;stbrody&apos;, u&apos;name&apos;: u&apos;Spencer T Brody&apos;, u&apos;email&apos;: u&apos;spencer@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-17450&quot; title=&quot;Replace all instances of startMongod in jstest code with MongoRunner.runMongod&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-17450&quot;&gt;&lt;del&gt;SERVER-17450&lt;/del&gt;&lt;/a&gt; Standardize on a single way to start mongod in tests&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/6ccb82c987a47995fd7d8019d7fd4d1e557478b4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/6ccb82c987a47995fd7d8019d7fd4d1e557478b4&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="874055" author="xgen-internal-githook" created="Mon, 6 Apr 2015 22:19:33 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;stbrody&apos;, u&apos;name&apos;: u&apos;Spencer T Brody&apos;, u&apos;email&apos;: u&apos;spencer@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-17450&quot; title=&quot;Replace all instances of startMongod in jstest code with MongoRunner.runMongod&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-17450&quot;&gt;&lt;del&gt;SERVER-17450&lt;/del&gt;&lt;/a&gt; Cleanup SSL test infrastructure&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/7baac52f05a3e0cbdb7168e51836f507eda99dff&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/7baac52f05a3e0cbdb7168e51836f507eda99dff&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="874054" author="xgen-internal-githook" created="Mon, 6 Apr 2015 22:19:32 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;stbrody&apos;, u&apos;name&apos;: u&apos;Spencer T Brody&apos;, u&apos;email&apos;: u&apos;spencer@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-17450&quot; title=&quot;Replace all instances of startMongod in jstest code with MongoRunner.runMongod&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-17450&quot;&gt;&lt;del&gt;SERVER-17450&lt;/del&gt;&lt;/a&gt; Cleanup listshards.js test&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/9b278765717f4645f1469b389338d3ec055c3316&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/9b278765717f4645f1469b389338d3ec055c3316&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="862581" author="xgen-internal-githook" created="Tue, 24 Mar 2015 17:47:01 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;name&apos;: u&apos;Charlie&apos;, u&apos;email&apos;: u&apos;charlie.swanson@10gen.com&apos;}
&lt;p&gt;Message: Revert &quot;&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-17450&quot; title=&quot;Replace all instances of startMongod in jstest code with MongoRunner.runMongod&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-17450&quot;&gt;&lt;del&gt;SERVER-17450&lt;/del&gt;&lt;/a&gt; Cleanup SSL test infrastructure&quot;&lt;/p&gt;

&lt;p&gt;This reverts commit 43e53251a30e680fb57a3f042f66910355197cde.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/6d33c3637e073c83138919a5472b181c65a48d08&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/6d33c3637e073c83138919a5472b181c65a48d08&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="862322" author="xgen-internal-githook" created="Tue, 24 Mar 2015 15:14:05 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;stbrody&apos;, u&apos;name&apos;: u&apos;Spencer T Brody&apos;, u&apos;email&apos;: u&apos;spencer@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-17450&quot; title=&quot;Replace all instances of startMongod in jstest code with MongoRunner.runMongod&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-17450&quot;&gt;&lt;del&gt;SERVER-17450&lt;/del&gt;&lt;/a&gt; Cleanup SSL test infrastructure&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/43e53251a30e680fb57a3f042f66910355197cde&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/43e53251a30e680fb57a3f042f66910355197cde&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="206016">SERVER-18630</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="91541">SERVER-10909</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 24 Mar 2015 15:14:05 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        8 years, 43 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_14262" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>End date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 8 Apr 2015 23:59:59 +0000</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>crystal.horn@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            8 years, 43 weeks, 6 days ago
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_16465" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Linked BF Score</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>

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

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>164986</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_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="475">Sharding 2 04/24/15</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_14261" key="com.atlassian.jira.plugin.system.customfieldtypes:datepicker">
                        <customfieldname>Start date</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 3 Mar 2015 00:00:00 +0000</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|hriw6v:</customfieldvalue>

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