<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:10:38 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-790] Intermittent auth failures on Windows</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-790</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;Can&apos;t tell yet if this is a test bug or a driver bug. Tests occasionally fail with auth errors on win64 &amp;#8211; even after previous auth tests in the same run succeeded:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://evergreen.mongodb.com/task/mongo_c_driver_windows_64_vs2013_integration_test_2.6_2d3e0bcc47c4a77d43e9fa38a822c2a019f5fe63_15_08_10_18_29_35&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://evergreen.mongodb.com/task/mongo_c_driver_windows_64_vs2013_integration_test_2.6_2d3e0bcc47c4a77d43e9fa38a822c2a019f5fe63_15_08_10_18_29_35&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="224935">CDRIVER-790</key>
            <summary>Intermittent auth failures on Windows</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="5">Cannot Reproduce</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="jesse@mongodb.com">A. Jesse Jiryu Davis</reporter>
                        <labels>
                    </labels>
                <created>Mon, 10 Aug 2015 19:32:34 +0000</created>
                <updated>Wed, 11 Sep 2019 19:04:57 +0000</updated>
                            <resolved>Thu, 1 Oct 2015 21:37:24 +0000</resolved>
                                    <version>1.2-beta0</version>
                                    <fixVersion>1.2-rc0</fixVersion>
                                    <component>auth</component>
                    <component>libmongoc</component>
                    <component>tests</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="1131774" author="xgen-internal-githook" created="Mon, 11 Jan 2016 22:06:09 +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-790&quot; title=&quot;Intermittent auth failures on Windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-790&quot;&gt;&lt;del&gt;CDRIVER-790&lt;/del&gt;&lt;/a&gt; type mismatch in auth tests&lt;/p&gt;

&lt;p&gt;In MS Visual C a bool is a byte. If the char pointers &quot;username&quot; and&lt;br/&gt;
&quot;password&quot; happen to be aligned at 256 bytes, then (bool) username is&lt;br/&gt;
false and the test suite thinks it doesn&apos;t need to authenticate, leading&lt;br/&gt;
to intermittent auth failures in tests.&lt;br/&gt;
Branch: 1.3.0-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/7c5dbed32ef4ca2fe9960193e77cda31a9faa239&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/7c5dbed32ef4ca2fe9960193e77cda31a9faa239&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1070909" author="xgen-internal-githook" created="Mon, 26 Oct 2015 20:34:36 +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-790&quot; title=&quot;Intermittent auth failures on Windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-790&quot;&gt;&lt;del&gt;CDRIVER-790&lt;/del&gt;&lt;/a&gt; type mismatch in auth tests&lt;/p&gt;

&lt;p&gt;In MS Visual C a bool is a byte. If the char pointers &quot;username&quot; and&lt;br/&gt;
&quot;password&quot; happen to be aligned at 256 bytes, then (bool) username is&lt;br/&gt;
false and the test suite thinks it doesn&apos;t need to authenticate, leading&lt;br/&gt;
to intermittent auth failures in tests.&lt;br/&gt;
Branch: debian&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/7c5dbed32ef4ca2fe9960193e77cda31a9faa239&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/7c5dbed32ef4ca2fe9960193e77cda31a9faa239&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1048250" author="jesse" created="Thu, 1 Oct 2015 03:16:27 +0000"  >&lt;p&gt;Haven&apos;t observed after recent network-layer and error reporting fixes? I hypothesize this was never an auth error but misreported network errors, which in turn were due to either bugs in the network layer or Mongo Orchestration failures. I&apos;m hoping to resolve this &quot;cannot reproduce&quot; for rc0.&lt;/p&gt;</comment>
                            <comment id="1039974" author="xgen-internal-githook" created="Tue, 22 Sep 2015 17:18:11 +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-790&quot; title=&quot;Intermittent auth failures on Windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-790&quot;&gt;&lt;del&gt;CDRIVER-790&lt;/del&gt;&lt;/a&gt; better auth errors from tests&lt;br/&gt;
Branch: 1.2.0-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/238020f9ea45f1b648b2392d7239f94065555fec&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/238020f9ea45f1b648b2392d7239f94065555fec&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1039907" author="bjori" created="Tue, 22 Sep 2015 16:26:28 +0000"  >&lt;p&gt;This is still happening &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/sad.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://evergreen.mongodb.com/task/mongo_c_driver_windows_64_vs2013_integration_test_3.0_496ca197160966e668d7804ab0dfbeece1e1ffcf_15_09_21_23_05_48/0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://evergreen.mongodb.com/task/mongo_c_driver_windows_64_vs2013_integration_test_3.0_496ca197160966e668d7804ab0dfbeece1e1ffcf_15_09_21_23_05_48/0&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1033609" author="xgen-internal-githook" created="Thu, 17 Sep 2015 20:31:31 +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-790&quot; title=&quot;Intermittent auth failures on Windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-790&quot;&gt;&lt;del&gt;CDRIVER-790&lt;/del&gt;&lt;/a&gt; type mismatch in auth tests&lt;/p&gt;

&lt;p&gt;In MS Visual C a bool is a byte. If the char pointers &quot;username&quot; and&lt;br/&gt;
&quot;password&quot; happen to be aligned at 256 bytes, then (bool) username is&lt;br/&gt;
false and the test suite thinks it doesn&apos;t need to authenticate, leading&lt;br/&gt;
to intermittent auth failures in tests.&lt;br/&gt;
Branch: 1.2.0-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/7c5dbed32ef4ca2fe9960193e77cda31a9faa239&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/7c5dbed32ef4ca2fe9960193e77cda31a9faa239&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|hreax3:</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="699">C Driver 2015Q2 sprint 7</customfieldvalue>

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