<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:22:22 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-10133] basic.js failing during parallel suite of Windows DEBUG build</title>
                <link>https://jira.mongodb.org/browse/SERVER-10133</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Very small possibility this is an issue with MCI, but more likely the test:&lt;/p&gt;

&lt;p&gt;Failing:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://buildlogs.mongodb.org/mci_0.9_windows_64_debug/builds/53/test/parallel/basic.js&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://buildlogs.mongodb.org/mci_0.9_windows_64_debug/builds/53/test/parallel/basic.js&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Passing:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://buildlogs.mongodb.org/Nightly%20Windows%2064-bit%20DEBUG/builds/387/test/parallel/basic.js&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://buildlogs.mongodb.org/Nightly%20Windows%2064-bit%20DEBUG/builds/387/test/parallel/basic.js&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="81362">SERVER-10133</key>
            <summary>basic.js failing during parallel suite of Windows DEBUG build</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="adinoyi.omuya@mongodb.com">Adinoyi Omuya</assignee>
                                    <reporter username="ian@mongodb.com">Ian Whalen</reporter>
                        <labels>
                    </labels>
                <created>Fri, 5 Jul 2013 17:12:02 +0000</created>
                <updated>Wed, 10 Dec 2014 23:18:18 +0000</updated>
                            <resolved>Tue, 3 Sep 2013 14:42:39 +0000</resolved>
                                                                    <component>Testing Infrastructure</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="416729" author="adinoyi.omuya@10gen.com" created="Tue, 3 Sep 2013 14:26:27 +0000"  >&lt;p&gt;The basic.js test for the windows debug buildvariant looks &lt;a href=&quot;http://mci.10gen.com/ui/task/mongodb_mongo_master_windows_64_debug_1ce8dc6c575f5b6a15a224f397c302dc602d5dec_13_09_02_16_57_07_parallel_windows_64&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;stable&lt;/a&gt; and has been passing for a while now. OK to mark this as resolved?&lt;/p&gt;</comment>
                            <comment id="378176" author="adinoyi.omuya@10gen.com" created="Wed, 10 Jul 2013 17:12:00 +0000"  >&lt;p&gt;Will update when the next basic.js test in the MCI build for windows (containing the &lt;tt&gt;.pdb&lt;/tt&gt; files) runs. Thanks.&lt;/p&gt;</comment>
                            <comment id="378174" author="milkie" created="Wed, 10 Jul 2013 17:10:17 +0000"  >&lt;p&gt;You don&apos;t have to run &quot;scons install&quot; as part of the build, but you could run it manually to see what it actually installs and then use that to confirm that your artifact list is correct.  Including all the .pdb files in the tarball should fix the stacktrace, which may help us diagnose what is going wrong with basic.js on Windows for MCI.&lt;/p&gt;</comment>
                            <comment id="378164" author="adinoyi.omuya@10gen.com" created="Wed, 10 Jul 2013 17:06:31 +0000"  >&lt;p&gt;We never run &lt;tt&gt;scons install&lt;/tt&gt; for any platform in MCI; on windows, we run &lt;tt&gt;scons --64 -j4 all dist&lt;/tt&gt;. This generates a couple of &lt;tt&gt;.pdb&lt;/tt&gt; files which we currently don&apos;t add to the artifacts. Could this be the cause of the error? I&apos;ll make a change to have these added to the archive as well.&lt;/p&gt;

&lt;p&gt;Do we have to run &lt;tt&gt;scons install&lt;/tt&gt; on windows (to get all the &lt;tt&gt;.pdb&lt;/tt&gt; files) in addition to running &lt;tt&gt;scons --64 -j4 all dist&lt;/tt&gt;? Or should simply running the latter suffice?&lt;/p&gt;</comment>
                            <comment id="378089" author="milkie" created="Wed, 10 Jul 2013 15:45:35 +0000"  >&lt;p&gt;It&apos;s the program database.  It&apos;s generated by the linker along with each .exe file.  When you run &quot;scons install&quot;, it should put the .exe and .pdb files together in the same directory.&lt;/p&gt;</comment>
                            <comment id="378076" author="adinoyi.omuya@10gen.com" created="Wed, 10 Jul 2013 15:31:19 +0000"  >&lt;p&gt;What&apos;s the PDB file? Where is it expected to be?&lt;/p&gt;

&lt;p&gt;As far as I can tell, all files we need for testing are in the right place. &lt;/p&gt;</comment>
                            <comment id="377986" author="milkie" created="Wed, 10 Jul 2013 13:30:36 +0000"  >&lt;p&gt;It looks like the PDB file is missing, because we&apos;re getting a stack trace filled with ?&apos;s.  Are you sure you&apos;re running with all the proper files in the correct places?&lt;/p&gt;</comment>
                            <comment id="374778" author="ian@10gen.com" created="Fri, 5 Jul 2013 17:23:40 +0000"  >&lt;p&gt;looks like this might have timed out on non-debug as well?&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://buildlogs.mongodb.org/mci_0.9_windows_64/builds/95/test/parallel/basic.js&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://buildlogs.mongodb.org/mci_0.9_windows_64/builds/95/test/parallel/basic.js&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If, on investigation, the non-debug failure turns out to be a different problem, please make a new ticket for it.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>8.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 10 Jul 2013 13:30:36 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        10 years, 24 weeks, 1 day 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>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            10 years, 24 weeks, 1 day 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>adinoyi.omuya@mongodb.com</customfieldvalue>
            <customfieldvalue>milkie@mongodb.com</customfieldvalue>
            <customfieldvalue>ian@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrklmv:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>74380</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|hrrhdr:</customfieldvalue>

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