<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:32:50 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-33261] jstests/core/views/views_all_commands.js fails with --use-cpu-profiler enabled</title>
                <link>https://jira.mongodb.org/browse/SERVER-33261</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Even with a fixed libunwind (&lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-33259&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://jira.mongodb.org/browse/SERVER-33259&lt;/a&gt;), tests still don&apos;t pass because views_all_commands.js doesn&apos;t skip &lt;tt&gt;_cpuProfilerStart&lt;/tt&gt; and &lt;tt&gt;_cpuProfilerStop&lt;/tt&gt; in &lt;tt&gt;viewsCommandTests&lt;/tt&gt;.&lt;/p&gt;</description>
                <environment></environment>
        <key id="496397">SERVER-33261</key>
            <summary>jstests/core/views/views_all_commands.js fails with --use-cpu-profiler enabled</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="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="ben.caimano@mongodb.com">Benjamin Caimano</assignee>
                                    <reporter username="bartle">David Bartley</reporter>
                        <labels>
                            <label>neweng</label>
                            <label>read-only-views</label>
                    </labels>
                <created>Mon, 12 Feb 2018 01:17:14 +0000</created>
                <updated>Sun, 29 Oct 2023 22:34:50 +0000</updated>
                            <resolved>Mon, 4 Jun 2018 19:59:31 +0000</resolved>
                                                    <fixVersion>4.0.0</fixVersion>
                    <fixVersion>4.1.1</fixVersion>
                                    <component>Querying</component>
                    <component>Testing Infrastructure</component>
                                        <votes>0</votes>
                                    <watches>7</watches>
                                                                                                                <comments>
                            <comment id="1910394" author="ben.caimano" created="Mon, 4 Jun 2018 19:59:31 +0000"  >&lt;p&gt;This should be fixed by &lt;a href=&quot;https://github.com/mongodb/mongo/commit/c30e4d2225120479077e8a78f3648d284215d9aa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this commit&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1804694" author="bartle" created="Tue, 13 Feb 2018 19:15:28 +0000"  >&lt;p&gt;We run &lt;tt&gt;buildscripts/resmoke.py --suites --suites unittests,dbtest,core,concurrency,master_slave,integration_tests_replset,integration_tests_sharded,integration_tests_standalone,no_passthrough,replica_sets,sharding&lt;/tt&gt; to get some basic test coverage/assurance that our builds aren&apos;t totally broken.&lt;/p&gt;</comment>
                            <comment id="1804353" author="kyle.suarez" created="Tue, 13 Feb 2018 16:19:33 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=bartle&quot; class=&quot;user-hover&quot; rel=&quot;bartle&quot;&gt;bartle&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Thanks for reporting this. You&apos;re right that we don&apos;t have an Evergreen variant that runs with &lt;tt&gt;&amp;#45;&amp;#45;use-cpu-profiler&lt;/tt&gt;, so this test passes in CI as-is because &lt;tt&gt;_cpuProfilerStart&lt;/tt&gt; is not reported as a command by the server in any jscore passthrough variant. There are also a number of other tests that have assertions about having coverage for every possible command; if we update this test, we should update all of them:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;views_all_commands.js&lt;/li&gt;
	&lt;li&gt;commands_lib.js&lt;/li&gt;
	&lt;li&gt;jstests/sharding/safe_secondary_reads_drop_recreate.js&lt;/li&gt;
	&lt;li&gt;jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js&lt;/li&gt;
	&lt;li&gt;jstests/sharding/safe_secondary_reads_single_migration_waitForDelete.js&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Out of curiosity, under what configuration were you testing MongoDB?&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Kyle&lt;/p&gt;

&lt;p&gt;CC &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=max.hirschhorn&quot; class=&quot;user-hover&quot; rel=&quot;max.hirschhorn&quot;&gt;max.hirschhorn&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1802333" author="bartle" created="Mon, 12 Feb 2018 01:21:12 +0000"  >&lt;p&gt;Also, it&apos;d be good if there were an evergreen configuration that ran tests with &lt;tt&gt;--use-cpu-profiler&lt;/tt&gt;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="548106">SERVER-35181</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="496275">SERVER-33259</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </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_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, 13 Feb 2018 16:19:33 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        5 years, 36 weeks, 2 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>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            5 years, 36 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>ben.caimano@mongodb.com</customfieldvalue>
            <customfieldvalue>bartle</customfieldvalue>
            <customfieldvalue>kyle.suarez@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htq4uf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr8qgv:</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_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|htpqzj:</customfieldvalue>

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