<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:10:47 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-840] Exhaust-cursor tests</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-840</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;Test exhaust cursors exhaustively. Cover the same four cases as PyMongo:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo-python-driver/blob/master/test/test_client.py#L844&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-python-driver/blob/master/test/test_client.py#L844&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;... but do it for both pooled and single-threaded mongoc_client_t&apos;s, and use mock_server_t instead of a live server. So the matrix is:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Network error / server error&lt;/li&gt;
	&lt;li&gt;Error during initial query / getmore&lt;/li&gt;
	&lt;li&gt;Pooled / single-threaded client&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="229701">CDRIVER-840</key>
            <summary>Exhaust-cursor tests</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="jesse@mongodb.com">A. Jesse Jiryu Davis</assignee>
                                    <reporter username="jesse@mongodb.com">A. Jesse Jiryu Davis</reporter>
                        <labels>
                    </labels>
                <created>Mon, 14 Sep 2015 22:43:54 +0000</created>
                <updated>Mon, 11 Jan 2016 22:05:59 +0000</updated>
                            <resolved>Mon, 30 Nov 2015 23:08:39 +0000</resolved>
                                                    <fixVersion>1.3.0-rc0</fixVersion>
                                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="1131765" author="xgen-internal-githook" created="Mon, 11 Jan 2016 22:05:59 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;bjori&apos;, u&apos;name&apos;: u&apos;Hannes Magnusson&apos;, u&apos;email&apos;: u&apos;bjori@php.net&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-840&quot; title=&quot;Exhaust-cursor tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-840&quot;&gt;&lt;del&gt;CDRIVER-840&lt;/del&gt;&lt;/a&gt;: Move exhaust testing into its own file&lt;br/&gt;
Branch: 1.3.0-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/068500dc7ad85c6036c248103c9a6b5ce8b8b581&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/068500dc7ad85c6036c248103c9a6b5ce8b8b581&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1131764" author="xgen-internal-githook" created="Mon, 11 Jan 2016 22:05:58 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;bjori&apos;, u&apos;name&apos;: u&apos;Hannes Magnusson&apos;, u&apos;email&apos;: u&apos;bjori@php.net&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-840&quot; title=&quot;Exhaust-cursor tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-840&quot;&gt;&lt;del&gt;CDRIVER-840&lt;/del&gt;&lt;/a&gt;: Improve test when it fails by including the error message&lt;br/&gt;
Branch: 1.3.0-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/3491d2ba25985635b39cfc7ce69853228768f0aa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/3491d2ba25985635b39cfc7ce69853228768f0aa&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1101508" author="xgen-internal-githook" created="Tue, 1 Dec 2015 02:09:05 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;ajdavis&apos;, u&apos;name&apos;: u&apos;A. Jesse Jiryu Davis&apos;, u&apos;email&apos;: u&apos;jesse@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-840&quot; title=&quot;Exhaust-cursor tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-840&quot;&gt;&lt;del&gt;CDRIVER-840&lt;/del&gt;&lt;/a&gt; test exhaust cursor errs&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/8c6b46cb5b5ea5e7986b30af8034b9ee9da05e05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/8c6b46cb5b5ea5e7986b30af8034b9ee9da05e05&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1101507" author="xgen-internal-githook" created="Tue, 1 Dec 2015 02:09:04 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;ajdavis&apos;, u&apos;name&apos;: u&apos;A. Jesse Jiryu Davis&apos;, u&apos;email&apos;: u&apos;jesse@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-840&quot; title=&quot;Exhaust-cursor tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-840&quot;&gt;&lt;del&gt;CDRIVER-840&lt;/del&gt;&lt;/a&gt; adapt mock server for exhaust cursor&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/b160838d0d7350a8ca873cea2695941abef125a3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/b160838d0d7350a8ca873cea2695941abef125a3&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1101506" author="xgen-internal-githook" created="Tue, 1 Dec 2015 02:09:03 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;ajdavis&apos;, u&apos;name&apos;: u&apos;A. Jesse Jiryu Davis&apos;, u&apos;email&apos;: u&apos;jesse@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-840&quot; title=&quot;Exhaust-cursor tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-840&quot;&gt;&lt;del&gt;CDRIVER-840&lt;/del&gt;&lt;/a&gt; test large exhaust query&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/a0390638fbb063085d4f7d1740931f0990b42d81&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/a0390638fbb063085d4f7d1740931f0990b42d81&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1070900" author="xgen-internal-githook" created="Mon, 26 Oct 2015 20:34:27 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;bjori&apos;, u&apos;name&apos;: u&apos;Hannes Magnusson&apos;, u&apos;email&apos;: u&apos;bjori@php.net&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-840&quot; title=&quot;Exhaust-cursor tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-840&quot;&gt;&lt;del&gt;CDRIVER-840&lt;/del&gt;&lt;/a&gt;: Move exhaust testing into its own file&lt;br/&gt;
Branch: debian&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/068500dc7ad85c6036c248103c9a6b5ce8b8b581&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/068500dc7ad85c6036c248103c9a6b5ce8b8b581&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1070899" author="xgen-internal-githook" created="Mon, 26 Oct 2015 20:34:26 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;bjori&apos;, u&apos;name&apos;: u&apos;Hannes Magnusson&apos;, u&apos;email&apos;: u&apos;bjori@php.net&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-840&quot; title=&quot;Exhaust-cursor tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-840&quot;&gt;&lt;del&gt;CDRIVER-840&lt;/del&gt;&lt;/a&gt;: Improve test when it fails by including the error message&lt;br/&gt;
Branch: debian&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/3491d2ba25985635b39cfc7ce69853228768f0aa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/3491d2ba25985635b39cfc7ce69853228768f0aa&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1032470" author="xgen-internal-githook" created="Wed, 16 Sep 2015 23:00:43 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;bjori&apos;, u&apos;name&apos;: u&apos;Hannes Magnusson&apos;, u&apos;email&apos;: u&apos;bjori@php.net&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-840&quot; title=&quot;Exhaust-cursor tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-840&quot;&gt;&lt;del&gt;CDRIVER-840&lt;/del&gt;&lt;/a&gt;: Move exhaust testing into its own file&lt;br/&gt;
Branch: 1.2.0-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/068500dc7ad85c6036c248103c9a6b5ce8b8b581&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/068500dc7ad85c6036c248103c9a6b5ce8b8b581&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1032469" author="xgen-internal-githook" created="Wed, 16 Sep 2015 23:00:42 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;bjori&apos;, u&apos;name&apos;: u&apos;Hannes Magnusson&apos;, u&apos;email&apos;: u&apos;bjori@php.net&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-840&quot; title=&quot;Exhaust-cursor tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-840&quot;&gt;&lt;del&gt;CDRIVER-840&lt;/del&gt;&lt;/a&gt;: Improve test when it fails by including the error message&lt;br/&gt;
Branch: 1.2.0-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/3491d2ba25985635b39cfc7ce69853228768f0aa&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/3491d2ba25985635b39cfc7ce69853228768f0aa&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <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_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hsadm7:</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_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="812">C Driver 2015Q2 sprint 11</customfieldvalue>

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