<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:19:23 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-3917] Implement evergreen testing for versioned API</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-3917</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description></description>
                <environment></environment>
        <key id="1638069">CDRIVER-3917</key>
            <summary>Implement evergreen testing for versioned API</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="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="benji.rewis@mongodb.com">Benji Rewis</assignee>
                                    <reporter username="samantha.ritter@mongodb.com">Samantha Ritter</reporter>
                        <labels>
                    </labels>
                <created>Wed, 3 Mar 2021 14:16:40 +0000</created>
                <updated>Thu, 3 Jun 2021 00:38:48 +0000</updated>
                            <resolved>Tue, 13 Apr 2021 18:43:37 +0000</resolved>
                                                    <fixVersion>1.18.0</fixVersion>
                    <fixVersion>1.18.0-alpha2</fixVersion>
                                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="3855469" author="xgen-internal-githook" created="Thu, 3 Jun 2021 00:38:48 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Andreas Braun&apos;, &apos;email&apos;: &apos;alcaeus@users.noreply.github.com&apos;, &apos;username&apos;: &apos;alcaeus&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-3954&quot; title=&quot;Run all integration tests in versioned API Evergreen tasks&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-3954&quot;&gt;&lt;del&gt;CDRIVER-3954&lt;/del&gt;&lt;/a&gt; Run all integration tests in Versioned API evergreen tests (#787)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-3917&quot; title=&quot;Implement evergreen testing for versioned API&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-3917&quot;&gt;&lt;del&gt;CDRIVER-3917&lt;/del&gt;&lt;/a&gt; route all test client and client_pool creation through the test framework&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;small fixes&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;add missing include&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;rename pool method to match client method&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Refactor test framework client factories to accept API version&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Revert change in mongoc-cache.c&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Despite the #include, the linker does not like this:&lt;br/&gt;
tests/test-mongoc-cache.c.o: In function `ping&apos;:&lt;br/&gt;
src/libmongoc/tests/test-mongoc-cache.c:45: undefined reference to `test_framework_client_new&apos;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Run all tests with requireApiVersion=true&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Fix large_ismaster test&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Don&apos;t set server api when client can&apos;t be created&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Don&apos;t use test clients in tests specifically testing server API behaviour&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Print default API version in test output&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Set requireApiVersion option earlier&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Consider apiVersion field when assembling large bulk operation&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Fix wrong comment wording&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Benjamin Rewis &amp;lt;32186188+benjirewis@users.noreply.github.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Fix inaccurate variable name&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Remove obsolete todo&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Document MONGODB_API_VERSION environment variable in contributing docs&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Document new test methods&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Fix tests with acceptApiVersion2&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update newly added test&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: samantharitter &amp;lt;samantha.ritter@10gen.com&amp;gt;&lt;br/&gt;
Co-authored-by: Benjamin Rewis &amp;lt;32186188+benjirewis@users.noreply.github.com&amp;gt;&lt;br/&gt;
Branch: r1.18&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/58b5849c11f3778bd047ee4e62ac28d8ae63c87a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/58b5849c11f3778bd047ee4e62ac28d8ae63c87a&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3855455" author="xgen-internal-githook" created="Thu, 3 Jun 2021 00:38:22 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benjamin Rewis&apos;, &apos;email&apos;: &apos;32186188+benjirewis@users.noreply.github.com&apos;, &apos;username&apos;: &apos;benjirewis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-3917&quot; title=&quot;Implement evergreen testing for versioned API&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-3917&quot;&gt;&lt;del&gt;CDRIVER-3917&lt;/del&gt;&lt;/a&gt; Run versioned API tests in Evergreen (#773)&lt;br/&gt;
Branch: r1.18&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/734b5c0ae3761e305d781e721f91277fbb6b32e7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/734b5c0ae3761e305d781e721f91277fbb6b32e7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3763435" author="xgen-internal-githook" created="Mon, 10 May 2021 13:22:38 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Andreas Braun&apos;, &apos;email&apos;: &apos;alcaeus@users.noreply.github.com&apos;, &apos;username&apos;: &apos;alcaeus&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-3954&quot; title=&quot;Run all integration tests in versioned API Evergreen tasks&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-3954&quot;&gt;&lt;del&gt;CDRIVER-3954&lt;/del&gt;&lt;/a&gt; Run all integration tests in Versioned API evergreen tests (#787)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-3917&quot; title=&quot;Implement evergreen testing for versioned API&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-3917&quot;&gt;&lt;del&gt;CDRIVER-3917&lt;/del&gt;&lt;/a&gt; route all test client and client_pool creation through the test framework&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;small fixes&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;add missing include&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;rename pool method to match client method&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Refactor test framework client factories to accept API version&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Revert change in mongoc-cache.c&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Despite the #include, the linker does not like this:&lt;br/&gt;
tests/test-mongoc-cache.c.o: In function `ping&apos;:&lt;br/&gt;
src/libmongoc/tests/test-mongoc-cache.c:45: undefined reference to `test_framework_client_new&apos;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Run all tests with requireApiVersion=true&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Fix large_ismaster test&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Don&apos;t set server api when client can&apos;t be created&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Don&apos;t use test clients in tests specifically testing server API behaviour&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Print default API version in test output&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Set requireApiVersion option earlier&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Consider apiVersion field when assembling large bulk operation&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Fix wrong comment wording&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: Benjamin Rewis &amp;lt;32186188+benjirewis@users.noreply.github.com&amp;gt;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Fix inaccurate variable name&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Remove obsolete todo&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Document MONGODB_API_VERSION environment variable in contributing docs&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Document new test methods&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Fix tests with acceptApiVersion2&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update newly added test&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Co-authored-by: samantharitter &amp;lt;samantha.ritter@10gen.com&amp;gt;&lt;br/&gt;
Co-authored-by: Benjamin Rewis &amp;lt;32186188+benjirewis@users.noreply.github.com&amp;gt;&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/3e9adec1a8baf388ac5732ad57ce0ef7acd8e5fe&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/3e9adec1a8baf388ac5732ad57ce0ef7acd8e5fe&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3714051" author="xgen-internal-githook" created="Mon, 12 Apr 2021 20:47:21 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Benjamin Rewis&apos;, &apos;email&apos;: &apos;32186188+benjirewis@users.noreply.github.com&apos;, &apos;username&apos;: &apos;benjirewis&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-3917&quot; title=&quot;Implement evergreen testing for versioned API&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-3917&quot;&gt;&lt;del&gt;CDRIVER-3917&lt;/del&gt;&lt;/a&gt; Run versioned API tests in Evergreen (#773)&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/5b91fb983fc5badf38e2debeb4ce6c231b73605b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/5b91fb983fc5badf38e2debeb4ce6c231b73605b&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3694466" author="benji.rewis" created="Wed, 31 Mar 2021 17:27:38 +0000"  >&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/pull/773&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/pull/773&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="1559743">CDRIVER-3821</issuekey>
        </issuelink>
                            </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-3857</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hreqfr:</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>