<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:21:55 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>[DRIVERS-604] Re-sync APM tests for removed upsert/multi fields with default values in update commands</title>
                <link>https://jira.mongodb.org/browse/DRIVERS-604</link>
                <project id="10980" key="DRIVERS">Drivers</project>
                    <description>&lt;p&gt;Command Monitoring (APM) spec tests should be synced with &lt;a href=&quot;https://github.com/mongodb/specifications/commit/8d1187be4094418ed130e740c067b8de20b65d92&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;8d1187b&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This is not urgent, as we&apos;ve only removed &lt;tt&gt;upsert&lt;/tt&gt; and &lt;tt&gt;multi&lt;/tt&gt; from &lt;tt&gt;update&lt;/tt&gt; command expectations where the fields were &lt;tt&gt;false&lt;/tt&gt; (default value, which the CRUD spec does not require sending). I don&apos;t believe any drivers will need to change their test runner, unless they were explicitly ignoring these fields and want to remove existing work-around code (as Swift was doing).&lt;/p&gt;

&lt;p&gt;There is a previous spec test change ticket &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-480&quot; title=&quot;Spec tests should use the same format for bulk writes&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-480&quot;&gt;&lt;del&gt;DRIVERS-480&lt;/del&gt;&lt;/a&gt; that should be considered as part of implementation of this ticket.&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="684060">DRIVERS-604</key>
            <summary>Re-sync APM tests for removed upsert/multi fields with default values in update commands</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</priority>
                        <status id="13453" iconUrl="https://jira.mongodb.org/images/icons/status_generic.gif" description="">Implementing</status>
                    <statusCategory id="4" key="indeterminate" colorName="inprogress"/>
                                    <resolution id="-1">Unresolved</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="jmikola@mongodb.com">Jeremy Mikola</reporter>
                        <labels>
                    </labels>
                <created>Tue, 5 Feb 2019 16:39:26 +0000</created>
                <updated>Thu, 7 Apr 2022 19:15:30 +0000</updated>
                                                                                    <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                    <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="688691">CXX-1736</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="688697">CDRIVER-2965</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="688693">CSHARP-2517</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="688694">GODRIVER-827</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="688692">MOTOR-313</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="688696">RUBY-1711</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="688690">PYTHON-1744</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="688686">NODE-1871</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="688688">JAVA-3202</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2019762">DRIVERS-2270</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </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_23952" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Driver Compliance</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<style type='text/css'>
         #scriptField, #scriptField *{
                border: 1px solid black;
            }

            #scriptField{
                border-collapse: collapse;
            }

            #scriptField td {
                text-align: center; /* Center-align text in table cells */
            }

            #scriptField td.key {
                text-align: left; /* Left-align text in the Key column */
            }

            #scriptField a {
                text-decoration: none; /* Remove underlines from links */
                border: none; /* Remove border from links */
            }
            
            /* Add green background color to cells with FixVersion */
            #scriptField td.hasFixVersion {
                background-color: #00FF00; /* Green color code */
            }

            /* Center-align the first row headers */
            #scriptField th {
                text-align: center;
            }
        </style>
<table id='scriptField'>
  <tr>
    <th>Key</th>
    <th>Status/Resolution</th>
    <th>FixVersion</th>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/NODE-1871'>NODE-1871</a>
    </td>
    <td>Backlog</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/JAVA-3202'>JAVA-3202</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>3.12.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/SCALA-500'>SCALA-500</a>
    </td>
    <td>Done</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/PYTHON-1744'>PYTHON-1744</a>
    </td>
    <td>Done</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CXX-1736'>CXX-1736</a>
    </td>
    <td>Backlog</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/MOTOR-313'>MOTOR-313</a>
    </td>
    <td>Won't Fix</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CSHARP-2517'>CSHARP-2517</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>2.10.0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/GODRIVER-827'>GODRIVER-827</a>
    </td>
    <td>Done</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/PERL-1072'>PERL-1072</a>
    </td>
    <td>Won't Fix</td>
    <td class=''></td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/RUBY-1711'>RUBY-1711</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>2.10.0.rc0</td>
  </tr>
  <tr>
    <td class='key'>
      <a href='https://jira.mongodb.org/browse/CDRIVER-2965'>CDRIVER-2965</a>
    </td>
    <td>Fixed</td>
    <td class='hasFixVersion'>1.16.0</td>
  </tr>
</table>]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hub4mf:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>