<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:11:12 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-983] Windows testing instructions</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-983</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;A lot of test fails on windows without ssl. More test fails with sll. See attachments.&lt;/p&gt;</description>
                <environment>windows 7 x64, visual studio 2010/2013, mongodb 3.0.7(latest stable)</environment>
        <key id="237440">CDRIVER-983</key>
            <summary>Windows testing instructions</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="bjori">Hannes Magnusson</assignee>
                                    <reporter username="alexeyvo">Alex</reporter>
                        <labels>
                    </labels>
                <created>Tue, 3 Nov 2015 09:41:17 +0000</created>
                <updated>Wed, 31 Aug 2016 21:59:01 +0000</updated>
                            <resolved>Wed, 31 Aug 2016 21:58:57 +0000</resolved>
                                    <version>1.2.1</version>
                                    <fixVersion>1.5.0</fixVersion>
                                    <component>docs</component>
                    <component>tests</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="1374069" author="bjori" created="Wed, 31 Aug 2016 21:58:57 +0000"  >&lt;p&gt;Closing this as gone away. I&apos;m not entirely sure what this ticket was about, other then notifying us of test failures on Windows.&lt;/p&gt;

&lt;p&gt;We have pretty extensive test suite on Windows now, without SSL support, OpenSSL support and Windows Secure Channel.&lt;br/&gt;
Along with 32 and 64bit variations (except only 64bit openssl test).&lt;/p&gt;

&lt;p&gt;See: &lt;a href=&quot;https://evergreen.mongodb.com/waterfall/mongo-c-driver&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://evergreen.mongodb.com/waterfall/mongo-c-driver&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1078826" author="jesse" created="Wed, 4 Nov 2015 02:03:36 +0000"  >&lt;p&gt;The &quot;failed to attach tls stream&quot; error with SSL can be fixed if generate the test certificates. We do this in a Cygwin command shell with Perl and OpenSSL installed, like so:&lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;export PATH=$PATH:`pwd`/tests&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;./tests/make_ca.pl tests/trust_dir tests/trust_dir.cnf&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;touch tests/trust_dir/done&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;
&lt;p&gt;The timing errors, like in &quot;/Client/rs_seeds_connect/single&quot;, are interesting. We may need to look at those more closely on our own win32 test system.&lt;/p&gt;</comment>
                            <comment id="1078160" author="alexeyvo" created="Tue, 3 Nov 2015 15:53:29 +0000"  >&lt;p&gt;Could you please provide setup instructions ASAP? So we can migrate on latest driver version and make sure it works fine.&lt;/p&gt;</comment>
                            <comment id="1078014" author="jesse" created="Tue, 3 Nov 2015 14:32:50 +0000"  >&lt;p&gt;They pass on our system, but it requires some setup. We need more info in the CONTRIBUTING doc about how to run the tests in Windows.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="96809" name="mongo-c-driver-ssl.png" size="79091" author="alexeyvo" created="Tue, 3 Nov 2015 09:41:17 +0000"/>
                            <attachment id="96808" name="mongo-c-driver.png" size="146457" author="alexeyvo" created="Tue, 3 Nov 2015 09:41:17 +0000"/>
                    </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|hse4cf:</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>