<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 06:21:04 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-72186] Remove some passthrough suites in favor of the config fuzzer</title>
                <link>https://jira.mongodb.org/browse/SERVER-72186</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;We have a lot of passthrough suites that enable a few flags just to obtain test coverage of certain cluster configurations that should not affect test correctness.&lt;/p&gt;

&lt;p&gt;We now have a fuzzer in resmoke to fuzz setParameters for mongod &lt;a href=&quot;https://github.com/mongodb/mongo/blob/master/buildscripts/resmokelib/mongod_fuzzer_configs.py&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;--fuzzMongodConfigs&lt;/a&gt;. We can remove a lot of these passthroughts by fuzzing these parameters instead.&lt;/p&gt;

&lt;p&gt;Here&apos;s a list of low-value passthough suites I think could be replaced:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/master/buildscripts/resmokeconfig/suites/logical_session_cache_sharding_1sec_refresh_jscore_passthrough.yml&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;logical_session_cache_*_refresh&lt;/a&gt; (there are 13 of these tests with slightly different timeouts)&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/master/buildscripts/resmokeconfig/suites/concurrency_replication_wiredtiger_eviction_debug.yml&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;concurrency_*_replication_wiredtiger_eviction_debug&lt;/a&gt; there are 2 of these&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/master/buildscripts/resmokeconfig/suites/concurrency_replication_wiredtiger_cursor_sweeps.yml&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;concurrency_*_replication_wiredtiger_cursor_sweeps &lt;/a&gt; there are 2 of these&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/72ed3c5a8debbaeaf634fd58317743c724575b74/etc/evergreen_yml_components/definitions.yml#L4126&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;jstestfuzz_*_flow_control: &lt;/a&gt; there are 5 of these with varying levels of flow control tickets&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="2213896">SERVER-72186</key>
            <summary>Remove some passthrough suites in favor of the config fuzzer</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="10038" iconUrl="https://jira.mongodb.org/images/icons/subtask.gif" description="">Backlog</status>
                    <statusCategory id="2" key="new" colorName="default"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="backlog-server-execution">Backlog - Storage Execution Team</assignee>
                                    <reporter username="louis.williams@mongodb.com">Louis Williams</reporter>
                        <labels>
                    </labels>
                <created>Fri, 16 Dec 2022 16:40:40 +0000</created>
                <updated>Wed, 17 May 2023 15:55:10 +0000</updated>
                                                                                                <votes>1</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="5365874" author="louis.williams" created="Fri, 21 Apr 2023 15:18:10 +0000"  >&lt;p&gt;Let&apos;s also try to get rid of some of the max_mirroring and large_txns suites since those parameters are now being fuzzed in &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-70759&quot; title=&quot;Fuzz sharding parameters in config fuzzer &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-70759&quot;&gt;&lt;del&gt;SERVER-70759&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="5365864" author="louis.williams" created="Fri, 21 Apr 2023 15:16:31 +0000"  >&lt;p&gt;Max left a comment here suggesting some other passthroughs we could get rid of: &lt;a href=&quot;https://github.com/10gen/mongo/pull/12293#discussion_r1172494242&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/mongo/pull/12293#discussion_r1172494242&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5365858" author="louis.williams" created="Fri, 21 Apr 2023 15:15:21 +0000"  >&lt;p&gt;After &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-70759&quot; title=&quot;Fuzz sharding parameters in config fuzzer &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-70759&quot;&gt;&lt;del&gt;SERVER-70759&lt;/del&gt;&lt;/a&gt;, all that remains is the flow control passthrough. We might want to do this before so we feel more comfortable removing these suites: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-76414&quot; title=&quot;Run the config_fuzzer in more passthroughs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-76414&quot;&gt;SERVER-76414&lt;/a&gt;. Specifically, it would be nice to have a jstestfuzz and config_fuzzer mashup.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="2320966">SERVER-76414</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25136"><![CDATA[Storage Execution]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        41 weeks, 5 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_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>louis.williams@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            41 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>backlog-server-execution</customfieldvalue>
            <customfieldvalue>louis.williams@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i1nb9b:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|i16aih:</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_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="6672">Execution Team 2022-12-26</customfieldvalue>
    <customfieldvalue id="6673">Execution Team 2023-01-09</customfieldvalue>
    <customfieldvalue id="6684">Execution Team 2023-01-23</customfieldvalue>

                        </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|i1mxen:</customfieldvalue>

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