<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:25:11 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>[SERVER-11207] smoke.py expand wildcards on Windows </title>
                <link>https://jira.mongodb.org/browse/SERVER-11207</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;smoke.py fails with Error 5 Access Denied (this is being run from a Administrator Window)&lt;/p&gt;

&lt;p&gt; *******************************************&lt;br/&gt;
         Test : queryTmp ...&lt;br/&gt;
      Command : c:\Users\qa377\git\mongo\jstests\queryTmp --port 27999&lt;br/&gt;
         Date : Tue Oct 15 23:33:16 2013&lt;br/&gt;
0 tests succeeded&lt;br/&gt;
1 tests didn&apos;t get run&lt;br/&gt;
Traceback (most recent call last):&lt;br/&gt;
  File &quot;buildscripts\smoke.py&quot;, line 1116, in &amp;lt;module&amp;gt;&lt;br/&gt;
    main()&lt;br/&gt;
  File &quot;buildscripts\smoke.py&quot;, line 1101, in main&lt;br/&gt;
    run_tests(tests)&lt;br/&gt;
  File &quot;buildscripts\smoke.py&quot;, line 644, in run_tests&lt;br/&gt;
    runTest(test, test_result)&lt;br/&gt;
  File &quot;buildscripts\smoke.py&quot;, line 533, in runTest&lt;br/&gt;
    proc = Popen(buildlogger(argv), cwd=test_path, stdout=PIPE)&lt;br/&gt;
  File &quot;c:\python27\lib\subprocess.py&quot;, line 711, in _&lt;em&gt;init&lt;/em&gt;_&lt;br/&gt;
    errread, errwrite)&lt;br/&gt;
  File &quot;c:\python27\lib\subprocess.py&quot;, line 948, in _execute_child&lt;br/&gt;
    startupinfo)&lt;br/&gt;
WindowsError: &lt;span class=&quot;error&quot;&gt;&amp;#91;Error 5&amp;#93;&lt;/span&gt; Access is denied&lt;/p&gt;</description>
                <environment>Windows Enterprise build on Windows Server 2008 R2&lt;br/&gt;
Git hash: &lt;br/&gt;
mongo - 1ea7e56cb2b8653d4b0453f04728033df34be9e1 &lt;br/&gt;
enterprise - d919ef07f817832732d2a0a2ec68251bc161193a</environment>
        <key id="94351">SERVER-11207</key>
            <summary>smoke.py expand wildcards on Windows </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="2">Won&apos;t Fix</resolution>
                                        <assignee username="backlog-server-stm">Backlog - Server Tooling and Methods (STM)</assignee>
                                    <reporter username="sridhar">Sridhar Nanjundeswaran</reporter>
                        <labels>
                            <label>26qa</label>
                            <label>neweng</label>
                            <label>tig-resmoke</label>
                    </labels>
                <created>Tue, 15 Oct 2013 23:37:13 +0000</created>
                <updated>Tue, 6 Dec 2022 05:16:10 +0000</updated>
                            <resolved>Mon, 11 May 2020 18:59:41 +0000</resolved>
                                    <version>2.5.2</version>
                                                    <component>Testing Infrastructure</component>
                                        <votes>0</votes>
                                    <watches>6</watches>
                                                                                                                <comments>
                            <comment id="3079307" author="ryan.timmons" created="Mon, 11 May 2020 18:59:41 +0000"  >&lt;p&gt;Closing as wont-fix to indicate that there is currently no intention of doing this. Please re-open if there is priority for this.&lt;/p&gt;</comment>
                            <comment id="448721" author="milkie" created="Wed, 30 Oct 2013 12:14:34 +0000"  >&lt;p&gt;We just need to run glob manually on Windows to expand wildcards.  Something like this at the top of smoke.py:&lt;/p&gt;

&lt;p&gt;if &apos;*&apos; in sys.argv&lt;span class=&quot;error&quot;&gt;&amp;#91;-1&amp;#93;&lt;/span&gt;:&lt;br/&gt;
     sys.argv&lt;span class=&quot;error&quot;&gt;&amp;#91;-1:&amp;#93;&lt;/span&gt; = glob.glob(sys.argv&lt;span class=&quot;error&quot;&gt;&amp;#91;-1&amp;#93;&lt;/span&gt;)&lt;/p&gt;</comment>
                            <comment id="442373" author="sridhar" created="Thu, 17 Oct 2013 18:13:28 +0000"  >&lt;p&gt;Same errors with forward slashes also.&lt;/p&gt;</comment>
                            <comment id="442372" author="milkie" created="Thu, 17 Oct 2013 18:11:18 +0000"  >&lt;p&gt;You may have better luck with wildcard expansion (done by windows-python internally) if you use a unix-style path.  Give that a try?&lt;br/&gt;
The suite name will also work and do what you want for ssl anyway, so if that works, just use it.&lt;/p&gt;</comment>
                            <comment id="442062" author="sridhar" created="Thu, 17 Oct 2013 05:36:34 +0000"  >&lt;p&gt;The same errors are seen without the --use-ssl option&lt;/p&gt;</comment>
                            <comment id="442060" author="sridhar" created="Thu, 17 Oct 2013 05:26:41 +0000"  >&lt;p&gt;Specifying *.js seems to try and load a file of that name. The above command line gives&lt;/p&gt;

&lt;p&gt;72T013-10-17T05:24:19.983+0000 file &lt;span class=&quot;error&quot;&gt;&amp;#91;c:\Users\qa377\git\mongo\jstests\queryTmp\*.js&amp;#93;&lt;/span&gt; doesn&apos;t exist&lt;br/&gt;
0f5ailed to load: c:\Users\qa377\git\mongo\jstests\queryTmp&amp;#42;.js&lt;br/&gt;
:2 4                 234.0000 ms&lt;br/&gt;
:t1est c:\Users\qa377\git\mongo\jstests\queryTmp&amp;#42;.js exited with status -39&lt;br/&gt;
0 tests succeeded&lt;br/&gt;
The following tests failed (with exit code):&lt;br/&gt;
c:\Users\qa377\git\mongo\jstests\queryTmp&amp;#42;.js  -3&lt;br/&gt;
Traceback (most recent call last):&lt;br/&gt;
  File &quot;buildscripts\smoke.py&quot;, line 1116, in &amp;lt;module&amp;gt;&lt;br/&gt;
    main()&lt;br/&gt;
  File &quot;buildscripts\smoke.py&quot;, line 1113, in main&lt;br/&gt;
    report()&lt;br/&gt;
  File &quot;buildscripts\smoke.py&quot;, line 730, in report&lt;br/&gt;
    raise Exception(&quot;Test failures&quot;)&lt;br/&gt;
Exception: Test failures&lt;/p&gt;</comment>
                            <comment id="441500" author="schwerin" created="Wed, 16 Oct 2013 14:34:55 +0000"  >&lt;p&gt;I don&apos;t think that&apos;s the right command line for running all the tests in a directory.  Try:&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;python buildscripts\smoke.py --mongod=&quot;c:\Program Files\MongoDB 2.5.2 Enterprise\bin\mongod.exe&quot; --mongo=&quot;c:\Program Files\MongoDB 2.5.2 Enterprise\bin\mongo.exe&quot; --smoke-db-prefix=d:\smoke --use-ssl --mode=files jstests\queryTmp\*.js&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="12450">SERVER-1424</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_12751" key="com.atlassian.jira.plugin.system.customfieldtypes:multiselect">
                        <customfieldname>Assigned Teams</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="25142"><![CDATA[Server Tooling & Methods]]></customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 16 Oct 2013 14:34:55 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        3 years, 39 weeks, 2 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>alexander.golin@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            3 years, 39 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>schwerin@mongodb.com</customfieldvalue>
            <customfieldvalue>backlog-server-stm</customfieldvalue>
            <customfieldvalue>milkie@mongodb.com</customfieldvalue>
            <customfieldvalue>ryan.timmons@mongodb.com</customfieldvalue>
            <customfieldvalue>sridhar</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrmbg7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hral8n:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5034</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10750" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Steps To Reproduce</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;ol&gt;
	&lt;li&gt;Install MongoDB enterprise edition&lt;/li&gt;
	&lt;li&gt;git clone mongodb&lt;/li&gt;
	&lt;li&gt;Install python, pymongo, pywin32&lt;/li&gt;
	&lt;li&gt;python buildscripts\smoke.py --mongod=&quot;c:\Program Files\MongoDB 2.5.2 Enterprise\bin\mongod.exe&quot; --mongo=&quot;c:\Program Files\MongoDB 2.5.2 Enterprise\bin\mongo.exe&quot; --smoke-db-prefix=d:\smoke --use-ssl --mode=files jstests\queryTmp&lt;/li&gt;
&lt;/ol&gt;
</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrl8gf:</customfieldvalue>

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