<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:19:49 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>[CDRIVER-4063] Skip tests that use disabled serverless features</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-4063</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>
  &lt;div id=&quot;script-target-wrapper&quot;&gt;
    &lt;br&gt;
    &lt;b&gt;DRIVERS Ticket Description&lt;/b&gt;
    &lt;div id=&quot;lang-script-target&quot;&gt;
      &lt;!-- This block of HTML and the script in it auto-populate the      DRIVERS ticket description on page load. --&gt;
      Script Target - If you can read this text, the script has failed
      &lt;script&gt;
        $.get(&apos;https://jira.mongodb.org/browse/DRIVERS-1836&apos;,
          function(data) {
            var description = $(data).find(&quot;#description-val&quot;);
            $(&quot;#lang-script-target&quot;).html(description);
        });
      &lt;/script&gt;
    &lt;/div&gt;
  &lt;/div&gt;
</description>
                <environment></environment>
        <key id="1810220">CDRIVER-4063</key>
            <summary>Skip tests that use disabled serverless features</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="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="-1">Unassigned</assignee>
                                    <reporter username="backlog-server-pm">Backlog - Core Eng Program Management Team</reporter>
                        <labels>
                    </labels>
                <created>Wed, 7 Jul 2021 08:10:39 +0000</created>
                <updated>Thu, 2 Jun 2022 18:19:01 +0000</updated>
                                                                                                <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="4532170" author="xgen-internal-githook" created="Fri, 6 May 2022 18:36:20 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Jeremy Mikola&apos;, &apos;email&apos;: &apos;jmikola@gmail.com&apos;, &apos;username&apos;: &apos;jmikola&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4309&quot; title=&quot;Use the count command instead of collStats to implement estimatedDocumentCount&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4309&quot;&gt;&lt;del&gt;CDRIVER-4309&lt;/del&gt;&lt;/a&gt;: always use count command for estimatedDocumentCount (#984)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;always use count command for estimatedDocumentCount&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update spec tests for estimatedDocumentCount&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Synced with mongodb/specifications@021cbc80e1e444023fd05d8092df4546e639db40&lt;/p&gt;

&lt;p&gt;Includes some test changes for &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4063&quot; title=&quot;Skip tests that use disabled serverless features&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4063&quot;&gt;CDRIVER-4063&lt;/a&gt; and &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4330&quot; title=&quot;Use $$unsetOrMatches for upsert and multi in update command expectations&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4330&quot;&gt;CDRIVER-4330&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Ignore &quot;ns not found&quot; error for dropCollection operations&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This requires setting MONGOC_ERROR_API_VERSION_2 on clients under test. It was previously only set on the internal client.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Skip comment option tests pending &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4199&quot; title=&quot;Add support for the comment field to all helpers&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4199&quot;&gt;&lt;del&gt;CDRIVER-4199&lt;/del&gt;&lt;/a&gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/99e9893286767737d2e0cb5d55c7906c3f768656&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/99e9893286767737d2e0cb5d55c7906c3f768656&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="4433341" author="xgen-internal-githook" created="Thu, 24 Mar 2022 19:04:02 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Jeremy Mikola&apos;, &apos;email&apos;: &apos;jmikola@gmail.com&apos;, &apos;username&apos;: &apos;jmikola&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4198&quot; title=&quot;Support &amp;#39;let&amp;#39; option for multiple CRUD commands&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4198&quot;&gt;&lt;del&gt;CDRIVER-4198&lt;/del&gt;&lt;/a&gt; let option for CRUD commands (#957)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Add &quot;let&quot; option to CRUD methods&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;mongoc_bulk_operation_set_let&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Support &quot;let&quot; option for delete, update, and findAndModify&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;CRUD spec tests for &quot;let&quot; option&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Synced with mongodb/specifications@1028c348c86bb2c0ea313c30ed8320825048fe5d&lt;/p&gt;

&lt;p&gt;Also includes some test changes related to &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4063&quot; title=&quot;Skip tests that use disabled serverless features&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4063&quot;&gt;CDRIVER-4063&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Document &quot;let&quot; option for mongoc_collection_find_with_opts&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;mongoc_bulk_operation_t tests for &quot;let&quot; option&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/12b697c3da6fce05d92f2d85c6c4d2f9cde8d9f1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/12b697c3da6fce05d92f2d85c6c4d2f9cde8d9f1&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10620">
                    <name>Issue split</name>
                                                                <inwardlinks description="split from">
                                                        </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>CDRIVER-3886</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr6i7r:f8s</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_11150" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>SERVER fixVersion</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="20500"><![CDATA[5.0]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>