<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:56:32 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-1259] replace &quot;assert&quot; with &quot;verify&quot;</title>
                <link>https://jira.mongodb.org/browse/SERVER-1259</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Current nightly build redefines assert in assert_util.h:&lt;/p&gt;

&lt;p&gt;#ifdef assert&lt;br/&gt;
#undef assert&lt;br/&gt;
#endif&lt;/p&gt;

&lt;p&gt;#define MONGO_assert(&lt;em&gt;Expression) (void)( (!!(_Expression)) || (mongo::asserted(#_Expression, __FILE&lt;/em&gt;&lt;em&gt;, __LINE&lt;/em&gt;_), 0) )&lt;br/&gt;
#define assert MONGO_assert&lt;/p&gt;

&lt;p&gt;This may break compilation because the redefinition doesn&apos;t always behave like e.g. the gcc linux implementation. asert_util.h is included thorugh dbclient.h etc., so the redefinition affects client applications. I had to change the include order to get back the normal assert behaviour.&lt;/p&gt;</description>
                <environment>Independent of linux or windows.</environment>
        <key id="12197">SERVER-1259</key>
            <summary>replace &quot;assert&quot; with &quot;verify&quot;</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="eliot">Eliot Horowitz</assignee>
                                    <reporter username="languitar">Johannes Wienke</reporter>
                        <labels>
                    </labels>
                <created>Sat, 19 Jun 2010 14:55:42 +0000</created>
                <updated>Tue, 12 Jul 2016 00:29:37 +0000</updated>
                            <resolved>Mon, 26 Mar 2012 16:59:03 +0000</resolved>
                                                    <fixVersion>2.1.1</fixVersion>
                                    <component>Internal Code</component>
                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="103658" author="auto" created="Mon, 26 Mar 2012 17:23:27 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;erh&apos;, u&apos;name&apos;: u&apos;Eliot Horowitz&apos;, u&apos;email&apos;: u&apos;eliot@10gen.com&apos;}
&lt;p&gt;Message: fail to build if you use a bare assert &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-1259&quot; title=&quot;replace &amp;quot;assert&amp;quot; with &amp;quot;verify&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-1259&quot;&gt;&lt;del&gt;SERVER-1259&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/87a4604930a9f4e2324bf5d5ccbec106d2a84e7f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/87a4604930a9f4e2324bf5d5ccbec106d2a84e7f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="103654" author="auto" created="Mon, 26 Mar 2012 17:10:57 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;erh&apos;, u&apos;name&apos;: u&apos;Eliot Horowitz&apos;, u&apos;email&apos;: u&apos;eliot@10gen.com&apos;}
&lt;p&gt;Message: fix --dd build after assert change &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-1259&quot; title=&quot;replace &amp;quot;assert&amp;quot; with &amp;quot;verify&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-1259&quot;&gt;&lt;del&gt;SERVER-1259&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/72fb624f068b0f156d1ba95317ba8656f6a67988&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/72fb624f068b0f156d1ba95317ba8656f6a67988&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="103649" author="auto" created="Mon, 26 Mar 2012 16:59:05 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;erh&apos;, u&apos;name&apos;: u&apos;Eliot Horowitz&apos;, u&apos;email&apos;: u&apos;eliot@10gen.com&apos;}
&lt;p&gt;Message: replace assert with verify &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-1259&quot; title=&quot;replace &amp;quot;assert&amp;quot; with &amp;quot;verify&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-1259&quot;&gt;&lt;del&gt;SERVER-1259&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/bd6d0c99195e324e14390205e2bc6ff88c01e365&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/bd6d0c99195e324e14390205e2bc6ff88c01e365&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="103648" author="auto" created="Mon, 26 Mar 2012 16:59:02 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;erh&apos;, u&apos;name&apos;: u&apos;Eliot Horowitz&apos;, u&apos;email&apos;: u&apos;eliot@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-1259&quot; title=&quot;replace &amp;quot;assert&amp;quot; with &amp;quot;verify&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-1259&quot;&gt;&lt;del&gt;SERVER-1259&lt;/del&gt;&lt;/a&gt; removing some of the verify calls with error messages before replacing all assert with verify batch 3&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/a56eef7bd9a5d390182ea64118e11420b052a380&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/a56eef7bd9a5d390182ea64118e11420b052a380&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="103647" author="auto" created="Mon, 26 Mar 2012 16:59:01 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;erh&apos;, u&apos;name&apos;: u&apos;Eliot Horowitz&apos;, u&apos;email&apos;: u&apos;eliot@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-1259&quot; title=&quot;replace &amp;quot;assert&amp;quot; with &amp;quot;verify&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-1259&quot;&gt;&lt;del&gt;SERVER-1259&lt;/del&gt;&lt;/a&gt; removing some of the verify calls with error messages before replacing all assert with verify batch 2&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/136c74632c10224b48c76d4861b0f56c7af2d851&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/136c74632c10224b48c76d4861b0f56c7af2d851&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="103646" author="auto" created="Mon, 26 Mar 2012 16:58:59 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;erh&apos;, u&apos;name&apos;: u&apos;Eliot Horowitz&apos;, u&apos;email&apos;: u&apos;eliot@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-1259&quot; title=&quot;replace &amp;quot;assert&amp;quot; with &amp;quot;verify&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-1259&quot;&gt;&lt;del&gt;SERVER-1259&lt;/del&gt;&lt;/a&gt; removing some of the verify calls with error messages before replacing all assert with verify&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/8a4b1033064057929f8bf69b0220f1aa3a82ce88&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/8a4b1033064057929f8bf69b0220f1aa3a82ce88&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="103567" author="auto" created="Mon, 26 Mar 2012 15:12:23 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;andy10gen&apos;, u&apos;name&apos;: u&apos;Andy Schwerin&apos;, u&apos;email&apos;: u&apos;schwerin@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-1259&quot; title=&quot;replace &amp;quot;assert&amp;quot; with &amp;quot;verify&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-1259&quot;&gt;&lt;del&gt;SERVER-1259&lt;/del&gt;&lt;/a&gt;: Replace verify-with-code to assert.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/a1c41fa4cc8b909bbcd703da0d0e65a3c7912fbb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/a1c41fa4cc8b909bbcd703da0d0e65a3c7912fbb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="103562" author="auto" created="Mon, 26 Mar 2012 15:03:20 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;andy10gen&apos;, u&apos;name&apos;: u&apos;Andy Schwerin&apos;, u&apos;email&apos;: u&apos;schwerin@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-1259&quot; title=&quot;replace &amp;quot;assert&amp;quot; with &amp;quot;verify&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-1259&quot;&gt;&lt;del&gt;SERVER-1259&lt;/del&gt;&lt;/a&gt;: Another batch of replacing &quot;verify&quot; with &quot;assert&quot; and getting rid of the error code.&lt;/p&gt;

&lt;p&gt;To be followed with a bulk replace of &quot;assert&quot; with &quot;verify&quot; after the error codes are gone.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/85f5e091eeac1a15a948dd510fcfb4c4c95660b1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/85f5e091eeac1a15a948dd510fcfb4c4c95660b1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="35101" author="eliot" created="Mon, 30 May 2011 02:23:45 +0000"  >&lt;p&gt;We are starting to use verify internally, but won&apos;t wholesale replace until 2.1&lt;/p&gt;</comment>
                            <comment id="35100" author="auto" created="Mon, 30 May 2011 02:20:43 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;login&apos;: u&apos;erh&apos;, u&apos;name&apos;: u&apos;Eliot Horowitz&apos;, u&apos;email&apos;: u&apos;eliot@10gen.com&apos;}
&lt;p&gt;Message: add verify( &amp;lt;code&amp;gt; , &amp;lt;test&amp;gt; ) &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-1259&quot; title=&quot;replace &amp;quot;assert&amp;quot; with &amp;quot;verify&amp;quot;&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-1259&quot;&gt;&lt;del&gt;SERVER-1259&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/510347df13244344ba4d4ea476cd4bbc4bac0239&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/510347df13244344ba4d4ea476cd4bbc4bac0239&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>10.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 30 May 2011 02:20:43 +0000</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            11 years, 47 weeks, 2 days 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="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>languitar</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrpl3z:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8897</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_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|hrkvjb:</customfieldvalue>

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