<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:02:35 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-1422] Does not finish building, error somewhere in the test phase.</title>
                <link>https://jira.mongodb.org/browse/CXX-1422</link>
                <project id="11980" key="CXX">C++ Driver</project>
                    <description>&lt;p&gt;I&apos;m not sure why this happens, so i&apos;m hoping you understand the CLI output. There are mentions of not being able to create instances properly on a single thread. Originally, I only had one core allocated to the VM, and thought that was the problem. I allocated a total of 4 and re-ran make after a make clean. Same error. Now i&apos;m not sure what&apos;s going wrong. The build for the C-Driver went fine. the C++ Driver install is failing somewhere in what looks like the unit tests.&lt;/p&gt;</description>
                <environment>Linux virtual machine.</environment>
        <key id="415845">CXX-1422</key>
            <summary>Does not finish building, error somewhere in the test phase.</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="1" iconUrl="https://jira.mongodb.org/images/icons/priorities/blocker.svg">Blocker - P1</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="3">Duplicate</resolution>
                                        <assignee username="backlog-cxx-driver">Backlog - CXX Driver Team</assignee>
                                    <reporter username="DixieFlatline">Brenton Poke [X]</reporter>
                        <labels>
                    </labels>
                <created>Sat, 12 Aug 2017 08:52:12 +0000</created>
                <updated>Tue, 22 Aug 2017 23:29:52 +0000</updated>
                            <resolved>Tue, 22 Aug 2017 23:29:52 +0000</resolved>
                                    <version>3.1.0</version>
                    <version>3.1.1</version>
                    <version>3.1.2</version>
                                    <fixVersion>3.1.3</fixVersion>
                                    <component>Build</component>
                    <component>Testing</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="1654472" author="bjori" created="Tue, 22 Aug 2017 23:29:52 +0000"  >&lt;p&gt;This is now fixed in 3.1.3.&lt;/p&gt;

&lt;p&gt;Thanks for the report!&lt;/p&gt;</comment>
                            <comment id="1651320" author="bjori" created="Fri, 18 Aug 2017 13:28:05 +0000"  >&lt;p&gt;If you don&apos;t mind a temporary workaround then you can modify  &lt;tt&gt;src/mongocxx/test_util/mock.hh&lt;/tt&gt; and add&lt;br/&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;   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;#include &amp;lt;cassert&amp;gt;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt; on line 17, see &lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/pull/587/files&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/pull/587/files&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I suspect we&apos;ll release mongocxx 3.1.3 on Monday with this one line fix.&lt;/p&gt;

&lt;p&gt;The other alternative is to install mongoc &amp;amp; libbbson 1.6.3&lt;/p&gt;</comment>
                            <comment id="1651137" author="dixieflatline" created="Fri, 18 Aug 2017 04:58:57 +0000"  >&lt;p&gt;So what is the latest of each that I can use concurrently?&lt;/p&gt;</comment>
                            <comment id="1649469" author="bjori" created="Wed, 16 Aug 2017 14:09:44 +0000"  >&lt;p&gt;The current mongocxx 3.1.x. release is not compatible with mongoc 1.7.x at the moment. See &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1423&quot; title=&quot;Missing include for &amp;lt;cassert&amp;gt; in tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1423&quot;&gt;&lt;del&gt;CXX-1423&lt;/del&gt;&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="417053">CXX-1423</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="163167" name="9wLro6K[1].jpg" size="242964" author="DixieFlatline" created="Sat, 12 Aug 2017 08:52:05 +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|ht4n0v:</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>