<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:10:27 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-732] Allow passing in test arguments to debug test runs</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-732</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;Would be nice if I could pass in specif test/prefix to test suite debug runs:&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;   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;$ TEST_DEBUG_ARGS=&quot;-l /Uri/*&quot; make debug&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;</description>
                <environment></environment>
        <key id="214346">CDRIVER-732</key>
            <summary>Allow passing in test arguments to debug test runs</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="bjori">Hannes Magnusson</reporter>
                        <labels>
                    </labels>
                <created>Wed, 1 Jul 2015 20:37:03 +0000</created>
                <updated>Mon, 11 Jan 2016 22:05:44 +0000</updated>
                            <resolved>Thu, 2 Jul 2015 15:53:01 +0000</resolved>
                                                    <fixVersion>1.2-beta0</fixVersion>
                    <fixVersion>1.1.11</fixVersion>
                                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="1131748" author="xgen-internal-githook" created="Mon, 11 Jan 2016 22:05:44 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;bjori&apos;, u&apos;name&apos;: u&apos;Hannes Magnusson&apos;, u&apos;email&apos;: u&apos;bjori@php.net&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-732&quot; title=&quot;Allow passing in test arguments to debug test runs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-732&quot;&gt;&lt;del&gt;CDRIVER-732&lt;/del&gt;&lt;/a&gt;: Allow passing test arguments to debug test runs&lt;/p&gt;

&lt;p&gt;We still want to make sure we don&apos;t fork &amp;amp; run them in parallel, so&lt;br/&gt;
those arguments are hardcoded, but we now support passing for example&lt;br/&gt;
the test name/prefix (-l).&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;    $ TEST_ARGS=&quot;-l /Uri/*&quot; make debug&lt;br/&gt;
Branch: 1.3.0-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/4fcb6e325a5e4015b316ab98b98a747c2cfb6ea1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/4fcb6e325a5e4015b316ab98b98a747c2cfb6ea1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1070884" author="xgen-internal-githook" created="Mon, 26 Oct 2015 20:34:11 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;bjori&apos;, u&apos;name&apos;: u&apos;Hannes Magnusson&apos;, u&apos;email&apos;: u&apos;bjori@php.net&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-732&quot; title=&quot;Allow passing in test arguments to debug test runs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-732&quot;&gt;&lt;del&gt;CDRIVER-732&lt;/del&gt;&lt;/a&gt;: Allow passing test arguments to debug test runs&lt;/p&gt;

&lt;p&gt;We still want to make sure we don&apos;t fork &amp;amp; run them in parallel, so&lt;br/&gt;
those arguments are hardcoded, but we now support passing for example&lt;br/&gt;
the test name/prefix (-l).&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;    $ TEST_ARGS=&quot;-l /Uri/*&quot; make debug&lt;br/&gt;
Branch: debian&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/4fcb6e325a5e4015b316ab98b98a747c2cfb6ea1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/4fcb6e325a5e4015b316ab98b98a747c2cfb6ea1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1045491" author="xgen-internal-githook" created="Mon, 28 Sep 2015 22:01:08 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;bjori&apos;, u&apos;name&apos;: u&apos;Hannes Magnusson&apos;, u&apos;email&apos;: u&apos;bjori@php.net&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-732&quot; title=&quot;Allow passing in test arguments to debug test runs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-732&quot;&gt;&lt;del&gt;CDRIVER-732&lt;/del&gt;&lt;/a&gt;: Allow passing test arguments to debug test runs&lt;/p&gt;

&lt;p&gt;We still want to make sure we don&apos;t fork &amp;amp; run them in parallel, so&lt;br/&gt;
those arguments are hardcoded, but we now support passing for example&lt;br/&gt;
the test name/prefix (-l).&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;    $ TEST_ARGS=&quot;-l /Uri/*&quot; make debug&lt;br/&gt;
Branch: 1.2.0-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/4fcb6e325a5e4015b316ab98b98a747c2cfb6ea1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/4fcb6e325a5e4015b316ab98b98a747c2cfb6ea1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1031706" author="bjori" created="Wed, 16 Sep 2015 14:52:46 +0000"  >&lt;p&gt;This was sneaked into the 1.1.11 release to. Made it ow so tiny bit quicker to run the test in development.&lt;/p&gt;</comment>
                            <comment id="1031548" author="xgen-internal-githook" created="Wed, 16 Sep 2015 13:17:51 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;bjori&apos;, u&apos;name&apos;: u&apos;Hannes Magnusson&apos;, u&apos;email&apos;: u&apos;bjori@php.net&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-732&quot; title=&quot;Allow passing in test arguments to debug test runs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-732&quot;&gt;&lt;del&gt;CDRIVER-732&lt;/del&gt;&lt;/a&gt;: Allow passing test arguments to debug test runs&lt;/p&gt;

&lt;p&gt;We still want to make sure we don&apos;t fork &amp;amp; run them in parallel, so&lt;br/&gt;
those arguments are hardcoded, but we now support passing for example&lt;br/&gt;
the test name/prefix (-l).&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;    $ TEST_ARGS=&quot;-l /Uri/*&quot; make debug&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/4fcb6e325a5e4015b316ab98b98a747c2cfb6ea1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/4fcb6e325a5e4015b316ab98b98a747c2cfb6ea1&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1004651" author="xgen-internal-githook" created="Thu, 13 Aug 2015 17:39:23 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;bjori&apos;, u&apos;name&apos;: u&apos;Hannes Magnusson&apos;, u&apos;email&apos;: u&apos;bjori@php.net&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-732&quot; title=&quot;Allow passing in test arguments to debug test runs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-732&quot;&gt;&lt;del&gt;CDRIVER-732&lt;/del&gt;&lt;/a&gt;: Allow passing test arguments to debug test runs&lt;/p&gt;

&lt;p&gt;We still want to make sure we don&apos;t fork &amp;amp; run them in parallel, so&lt;br/&gt;
those arguments are hardcoded, but we now support passing for example&lt;br/&gt;
the test name/prefix (-l).&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;    $ TEST_ARGS=&quot;-l /Uri/*&quot; make debug&lt;br/&gt;
Branch: socket&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/0f84fdc9925cca8840abdd4be1004548b100d661&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/0f84fdc9925cca8840abdd4be1004548b100d661&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="956781" author="xgen-internal-githook" created="Thu, 2 Jul 2015 15:44:45 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;bjori&apos;, u&apos;name&apos;: u&apos;Hannes Magnusson&apos;, u&apos;email&apos;: u&apos;bjori@php.net&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-732&quot; title=&quot;Allow passing in test arguments to debug test runs&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-732&quot;&gt;&lt;del&gt;CDRIVER-732&lt;/del&gt;&lt;/a&gt;: Allow passing test arguments to debug test runs&lt;/p&gt;

&lt;p&gt;We still want to make sure we don&apos;t fork &amp;amp; run them in parallel, so&lt;br/&gt;
those arguments are hardcoded, but we now support passing for example&lt;br/&gt;
the test name/prefix (-l).&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;    $ TEST_ARGS=&quot;-l /Uri/*&quot; make debug&lt;br/&gt;
Branch: 1.2.0-dev&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/82643f16dff5515ad2c921fb00d27379982ec257&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/82643f16dff5515ad2c921fb00d27379982ec257&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|hreipj:</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="610">C Driver 2015Q2 sprint 4</customfieldvalue>

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