<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:12:08 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-1318] Enable test_ssl_reconnect_single / pooled for native TLS</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-1318</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=ian.boros&quot; class=&quot;user-hover&quot; rel=&quot;ian.boros&quot;&gt;ian.boros&lt;/a&gt; noticed these tests are guarded by &lt;tt&gt;#ifdef MONGOC_ENABLE_SSL_OPENSSL&lt;/tt&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/blob/master/tests/test-mongoc-client.c#L1678&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/blob/master/tests/test-mongoc-client.c#L1678&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="292038">CDRIVER-1318</key>
            <summary>Enable test_ssl_reconnect_single / pooled for native TLS</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="9">Done</resolution>
                                        <assignee username="bjori">Hannes Magnusson</assignee>
                                    <reporter username="jesse@mongodb.com">A. Jesse Jiryu Davis</reporter>
                        <labels>
                    </labels>
                <created>Tue, 7 Jun 2016 13:19:59 +0000</created>
                <updated>Wed, 10 Aug 2016 22:10:56 +0000</updated>
                            <resolved>Wed, 10 Aug 2016 00:07:07 +0000</resolved>
                                                    <fixVersion>1.4.0</fixVersion>
                                    <component>tests</component>
                    <component>tls</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="1352227" author="bjori" created="Wed, 10 Aug 2016 00:07:02 +0000"  >&lt;p&gt;I&apos;m a littlebit confused by the commit order in this ticket, but the tests in question are currently enabled on OpenSSL and Darwin.&lt;/p&gt;

&lt;p&gt;I consider this ticket to be resolved&lt;/p&gt;</comment>
                            <comment id="1352211" author="bjori" created="Tue, 9 Aug 2016 23:57:39 +0000"  >&lt;p&gt;these tests are using the mock server, where the mockserver is expected to provide the server tls implementation, using native tls.&lt;/p&gt;

&lt;p&gt;This is not what a driver does, a driver provides the client implementations and thats what all of our implementations do.&lt;/p&gt;

&lt;p&gt;The server side is very different. Unfortunately, Windows Secure Channel does not abstract all of the TLS details away, so the client and server side are very different. OpenSSL and Darwin Secure Transport do however provide a good abstraction and we can therefore trivially implement the server implementation too, and do. We do not do so on Windows as doing so is of no value to the driver, but requires pretty solid work.&lt;/p&gt;</comment>
                            <comment id="1337846" author="xgen-internal-githook" created="Wed, 27 Jul 2016 16:56:08 +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-1318&quot; title=&quot;Enable test_ssl_reconnect_single / pooled for native TLS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-1318&quot;&gt;&lt;del&gt;CDRIVER-1318&lt;/del&gt;&lt;/a&gt; debug failures in timeout tests&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/848f68cb465c3e7c939e58a62c3fe873b9b74dc9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/848f68cb465c3e7c939e58a62c3fe873b9b74dc9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1337845" author="xgen-internal-githook" created="Wed, 27 Jul 2016 16:56:07 +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-1318&quot; title=&quot;Enable test_ssl_reconnect_single / pooled for native TLS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-1318&quot;&gt;&lt;del&gt;CDRIVER-1318&lt;/del&gt;&lt;/a&gt; re-disable async SSL tests on Darwin&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/3b72ea98e1d3eb0f7457951757a6aaeea49d367e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/3b72ea98e1d3eb0f7457951757a6aaeea49d367e&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1337842" author="xgen-internal-githook" created="Wed, 27 Jul 2016 16:56: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-1318&quot; title=&quot;Enable test_ssl_reconnect_single / pooled for native TLS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-1318&quot;&gt;&lt;del&gt;CDRIVER-1318&lt;/del&gt;&lt;/a&gt; enable reconnect tests for Darwin TLS&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/88d16a7f3aec738e41cab92f76be8bd805b13aab&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/88d16a7f3aec738e41cab92f76be8bd805b13aab&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1286544" author="jesse" created="Tue, 7 Jun 2016 15:16:47 +0000"  >&lt;p&gt;Ah, thanks for the reminder. OK, let&apos;s leave them disabled for the moment.&lt;/p&gt;</comment>
                            <comment id="1286516" author="bjori" created="Tue, 7 Jun 2016 15:07:46 +0000"  >&lt;p&gt;It was originally intentional, the mock server didn&apos;t quite play well with others, resulting in incorrect test failures.&lt;br/&gt;
If we can get it to work, it&apos;d be awesome though&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="270936">CDRIVER-1148</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_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrcnnr:</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="1164">C Driver 2016 sprint 6</customfieldvalue>
    <customfieldvalue id="1203">C Driver 2016 sprint 7</customfieldvalue>

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