<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:43:00 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>[CSHARP-2597] Fix GridFS tests that fail intermittently because they were asserting incorrectly</title>
                <link>https://jira.mongodb.org/browse/CSHARP-2597</link>
                <project id="10041" key="CSHARP">C# Driver</project>
                    <description>&lt;p&gt;Currently, GridFS tests expect operations to complete within a certain amount of time,&#160;&lt;tt&gt;t&lt;/tt&gt;. &lt;tt&gt;t&lt;/tt&gt; is occasionally insufficient and requires us to &lt;a href=&quot;https://evergreen.mongodb.com/task/dot_net_driver_unsecure_tests__version~latest_os~windows_64_topology~replicaset_auth~noauth_ssl~nossl_test_patch_93075deffcbb819658fe51c98fdcd44906efd53b_5cb8be272fbabe57e4913934_19_04_18_18_12_55/1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;restart our tests on Evergreen&lt;/a&gt;. Increasing &lt;tt&gt;t&lt;/tt&gt; would reduce the amount of time it would take for a patch to go green by reducing the number of times we have to restart tests.&lt;/p&gt;</description>
                <environment></environment>
        <key id="741927">CSHARP-2597</key>
            <summary>Fix GridFS tests that fail intermittently because they were asserting incorrectly</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="13201">Fixed</resolution>
                                        <assignee username="robert@mongodb.com">Robert Stam</assignee>
                                    <reporter username="vincent.kam@mongodb.com">Vincent Kam</reporter>
                        <labels>
                    </labels>
                <created>Fri, 19 Apr 2019 19:16:59 +0000</created>
                <updated>Sat, 28 Oct 2023 11:48:45 +0000</updated>
                            <resolved>Wed, 22 May 2019 18:39:37 +0000</resolved>
                                                    <fixVersion>2.8.1</fixVersion>
                                    <component>Testing</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="2256778" author="xgen-internal-githook" created="Wed, 22 May 2019 19:18:18 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;robert@robertstam.org&apos;, &apos;name&apos;: &apos;rstam&apos;, &apos;username&apos;: &apos;rstam&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-2597&quot; title=&quot;Fix GridFS tests that fail intermittently because they were asserting incorrectly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-2597&quot;&gt;&lt;del&gt;CSHARP-2597&lt;/del&gt;&lt;/a&gt;: Fix GridFS tests that fail intermittently because they were asserting incorrectly.&lt;br/&gt;
Branch: v2.8.x&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/ffb455e0d4cab33360ff7d61e8ddf547f26807d3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/ffb455e0d4cab33360ff7d61e8ddf547f26807d3&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2256774" author="xgen-internal-githook" created="Wed, 22 May 2019 19:17:14 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;email&apos;: &apos;robert@robertstam.org&apos;, &apos;name&apos;: &apos;rstam&apos;, &apos;username&apos;: &apos;rstam&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-2597&quot; title=&quot;Fix GridFS tests that fail intermittently because they were asserting incorrectly&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-2597&quot;&gt;&lt;del&gt;CSHARP-2597&lt;/del&gt;&lt;/a&gt;: Fix GridFS tests that fail intermittently because they were asserting incorrectly.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/a19659860c2a6e6f199323a481b5e19f8d03d421&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/a19659860c2a6e6f199323a481b5e19f8d03d421&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="2253200" author="rstam" created="Mon, 20 May 2019 19:20:57 +0000"  >&lt;p&gt;Actually, the intermittent failures were not caused by t being too small, but rather by truncation errors that occurred when converting back and forth between .NET DateTime values and BsonDateTime values;&lt;/p&gt;

&lt;p&gt;A better fix is to compare the actual and expected values using BsonDateTime values instead of DateTime values.&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|hu77fb:</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>