<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:01:43 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>[CXX-1194] Enable integration testing on Windows</title>
                <link>https://jira.mongodb.org/browse/CXX-1194</link>
                <project id="11980" key="CXX">C++ Driver</project>
                    <description>&lt;p&gt;This will involve porting the start_mongod/stop_mongod functions in Evergreen config to use mongo-orchestration, and working around any MSVC issues that come up.&lt;/p&gt;</description>
                <environment></environment>
        <key id="346438">CXX-1194</key>
            <summary>Enable integration testing 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="9">Done</resolution>
                                        <assignee username="rassi">J Rassi</assignee>
                                    <reporter username="rassi">J Rassi</reporter>
                        <labels>
                    </labels>
                <created>Tue, 17 Jan 2017 21:33:45 +0000</created>
                <updated>Fri, 27 Jan 2017 01:19:41 +0000</updated>
                            <resolved>Fri, 27 Jan 2017 00:17:01 +0000</resolved>
                                                    <fixVersion>3.2.0-rc0</fixVersion>
                                    <component>Testing</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="1486429" author="xgen-internal-githook" created="Fri, 27 Jan 2017 00:15:39 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;J. Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1194&quot; title=&quot;Enable integration testing on Windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1194&quot;&gt;&lt;del&gt;CXX-1194&lt;/del&gt;&lt;/a&gt; Make VS2015 builder run compile_and_test_* tasks&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/87033d548354e03ca84e3c92b64f26afc9f2b35f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/87033d548354e03ca84e3c92b64f26afc9f2b35f&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1486428" author="xgen-internal-githook" created="Fri, 27 Jan 2017 00:15:38 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;J. Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1194&quot; title=&quot;Enable integration testing on Windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1194&quot;&gt;&lt;del&gt;CXX-1194&lt;/del&gt;&lt;/a&gt; Simply CMake logic for run-examples target&lt;/p&gt;

&lt;p&gt;This is groundwork for MSVC integration for the run-examples target.&lt;br/&gt;
Simplifying this logic as done here avoids needing to use the&lt;br/&gt;
${CMAKE_CFG_INTDIR} variable to customize the path in which to find&lt;br/&gt;
the example executables (by default, MSVC installs the examples to&lt;br/&gt;
${CMAKE_BINARY_DIR}/examples/&lt;/p&gt;
{bson,mongo}
&lt;p&gt;cxx/&lt;/p&gt;
{Debug,Release}
&lt;p&gt;/${EXAMPLE}).&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/3138c2d79f075b71651c2e7274ebae4c53152c04&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/3138c2d79f075b71651c2e7274ebae4c53152c04&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1486427" author="xgen-internal-githook" created="Fri, 27 Jan 2017 00:15:37 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;J. Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1194&quot; title=&quot;Enable integration testing on Windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1194&quot;&gt;&lt;del&gt;CXX-1194&lt;/del&gt;&lt;/a&gt; .mci.yml: Fix incorrect error handling logic in &quot;test&quot; func&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/661cfc41ea3f4e7f67daf91719b2731f2e3f4fbb&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/661cfc41ea3f4e7f67daf91719b2731f2e3f4fbb&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1485423" author="xgen-internal-githook" created="Wed, 25 Jan 2017 21:44:50 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;jrassi&apos;, u&apos;name&apos;: u&apos;J. Rassi&apos;, u&apos;email&apos;: u&apos;rassi@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1194&quot; title=&quot;Enable integration testing on Windows&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1194&quot;&gt;&lt;del&gt;CXX-1194&lt;/del&gt;&lt;/a&gt; .mci.yml: Use drivers EVG tools for start_mongod/stop_mongod&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/commit/34409cf55f28180c2e83d313947a07e9e619e45b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/commit/34409cf55f28180c2e83d313947a07e9e619e45b&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="241166">CXX-748</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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>CXX-1023</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrc867:</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="1559">Perl/CXX 2017-02-10</customfieldvalue>

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