<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:27:25 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-31551] Create a test which enumerates the objects available in server side JS environments</title>
                <link>https://jira.mongodb.org/browse/SERVER-31551</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;We know the current list of available JS objects in the server side environment. These should change very infrequently. A JS test which called Object.getOwnPropertyNames(this) and Object.getOwnPropertySymbols(this), and asserted the list matched that known today, would ensure that new ones were not added by accident.&lt;/p&gt;</description>
                <environment></environment>
        <key id="444989">SERVER-31551</key>
            <summary>Create a test which enumerates the objects available in server side JS environments</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="13201">Fixed</resolution>
                                        <assignee username="charlie.swanson@mongodb.com">Charlie Swanson</assignee>
                                    <reporter username="spencer.jackson@mongodb.com">Spencer Jackson</reporter>
                        <labels>
                            <label>greenerbuild</label>
                            <label>qopt-team</label>
                    </labels>
                <created>Fri, 13 Oct 2017 17:04:24 +0000</created>
                <updated>Mon, 30 Oct 2023 23:12:48 +0000</updated>
                            <resolved>Mon, 11 Oct 2021 15:57:59 +0000</resolved>
                                                    <fixVersion>5.2.0</fixVersion>
                                    <component>Internal Code</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="4115979" author="xgen-internal-githook" created="Mon, 11 Oct 2021 15:26:43 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Charlie Swanson&apos;, &apos;email&apos;: &apos;charlie.swanson@mongodb.com&apos;, &apos;username&apos;: &apos;cswanson310&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-31551&quot; title=&quot;Create a test which enumerates the objects available in server side JS environments&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-31551&quot;&gt;&lt;del&gt;SERVER-31551&lt;/del&gt;&lt;/a&gt; Test server-side JS property enumeration&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/192819354da872be695c816a9d7823c878cebd88&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/192819354da872be695c816a9d7823c878cebd88&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="3859694" author="charlie.swanson" created="Fri, 4 Jun 2021 13:41:39 +0000"  >&lt;p&gt;Oops! I misread the log line:&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;[j0] {&quot;t&quot;:{&quot;$date&quot;:&quot;2021-05-26T14:48:35.819+00:00&quot;},&quot;s&quot;:&quot;I&quot;,  &quot;c&quot;:&quot;-&quot;,        &quot;id&quot;:20162,   &quot;ctx&quot;:&quot;js&quot;,&quot;msg&quot;:&quot;{jsPrint}&quot;,&quot;attr&quot;:{&quot;jsPrint&quot;:&quot;found extra item: x&quot;},&quot;tags&quot;:[&quot;plainShellOutput&quot;]}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;I expected &apos;x&apos; to be in quotes or to be at the very end of the message I guess? Misread the error message as &quot;found extra item: plainShellOutput&quot;... &lt;/p&gt;

&lt;p&gt;I would agree then! The links you provided prove/suggest that the scopes are tracked per database, so that should solve the problem. I&apos;ll give that a go, fingers crossed.&lt;/p&gt;</comment>
                            <comment id="3857506" author="max.hirschhorn@10gen.com" created="Thu, 3 Jun 2021 15:00:50 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=charlie.swanson&quot; class=&quot;user-hover&quot; rel=&quot;charlie.swanson&quot;&gt;charlie.swanson&lt;/a&gt;, JavaScript scopes are pooled for $where and so you&apos;re probably seeing the &lt;tt&gt;x&lt;/tt&gt; variable from &lt;a href=&quot;https://github.com/mongodb/mongo/blob/37767309fa36d7828e41618f0d940f9ac6fa4a65/jstests/core/where3.js#L21&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;where3.js&lt;/a&gt; which ran against the server earlier.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/37767309fa36d7828e41618f0d940f9ac6fa4a65/src/mongo/scripting/engine.cpp#L580&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/blob/37767309fa36d7828e41618f0d940f9ac6fa4a65/src/mongo/scripting/engine.cpp#L580&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://github.com/mongodb/mongo/blob/37767309fa36d7828e41618f0d940f9ac6fa4a65/src/mongo/db/exec/js_function.cpp#L66&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/blob/37767309fa36d7828e41618f0d940f9ac6fa4a65/src/mongo/db/exec/js_function.cpp#L66&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;One solution would be to use a test&amp;#45;specific database for js&amp;#95;global&amp;#95;scope.js.&lt;/p&gt;</comment>
                            <comment id="3857465" author="charlie.swanson" created="Thu, 3 Jun 2021 14:48:56 +0000"  >&lt;p&gt;That fix seems to have resolved the issue with &apos;tmpTree.&apos; Woohoo! I unfortunately got &lt;a href=&quot;https://spruce.mongodb.com/task/mongodb_mongo_master_linux_64_debug_required_parallel_compatibility_patch_69fa6204e810606e33d08bad97fff273222b6531_60ae5521d1fe0716ddf3a362_21_05_26_14_03_15/tests?execution=0&amp;amp;sortBy=STATUS&amp;amp;sortDir=ASC&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;a new failure&lt;/a&gt;:&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;   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;[j0] {&quot;t&quot;:{&quot;$date&quot;:&quot;2021-05-26T14:48:35.818+00:00&quot;},&quot;s&quot;:&quot;I&quot;,  &quot;c&quot;:&quot;-&quot;,        &quot;id&quot;:20162,   &quot;ctx&quot;:&quot;js&quot;,&quot;msg&quot;:&quot;{jsPrint}&quot;,&quot;attr&quot;:{&quot;jsPrint&quot;:&quot;[ \&quot;Function\&quot;, \&quot;Object\&quot;, \&quot;eval\&quot;, \&quot;sleep\&quot;, \&quot;gc\&quot;, \&quot;print\&quot;, \&quot;version\&quot;, \&quot;buildInfo\&quot;, \&quot;getJSHeapLimitMB\&quot;, \&quot;undefined\&quot;, \&quot;Array\&quot;, \&quot;Boolean\&quot;, \&quot;JSON\&quot;, \&quot;Date\&quot;, \&quot;Math\&quot;, \&quot;isNaN\&quot;, \&quot;isFinite\&quot;, \&quot;parseInt\&quot;, \&quot;parseFloat\&quot;, \&quot;NaN\&quot;, \&quot;Infinity\&quot;, \&quot;Number\&quot;, \&quot;escape\&quot;, \&quot;unescape\&quot;, \&quot;uneval\&quot;, \&quot;decodeURI\&quot;, \&quot;encodeURI\&quot;, \&quot;decodeURIComponent\&quot;, \&quot;encodeURIComponent\&quot;, \&quot;String\&quot;, \&quot;RegExp\&quot;, \&quot;Error\&quot;, \&quot;InternalError\&quot;, \&quot;EvalError\&quot;, \&quot;RangeError\&quot;, \&quot;ReferenceError\&quot;, \&quot;SyntaxError\&quot;, \&quot;TypeError\&quot;, \&quot;URIError\&quot;, \&quot;ArrayBuffer\&quot;, \&quot;Int8Array\&quot;, \&quot;Uint8Array\&quot;, \&quot;Int16Array\&quot;, \&quot;Uint16Array\&quot;, \&quot;Int32Array\&quot;, \&quot;Uint32Array\&quot;, \&quot;Float32Array\&quot;, \&quot;Float64Array\&quot;, \&quot;Uint8ClampedArray\&quot;, \&quot;Proxy\&quot;, \&quot;WeakMap\&quot;, \&quot;Set\&quot;, \&quot;DataView\&quot;, \&quot;Symbol\&quot;, \&quot;WeakSet\&quot;, \&quot;Promise\&quot;, \&quot;WebAssembly\&quot;, \&quot;BinData\&quot;, \&quot;HexData\&quot;, \&quot;MD5\&quot;, \&quot;UUID\&quot;, \&quot;bsonWoCompare\&quot;, \&quot;bsonUnorderedFieldsCompare\&quot;, \&quot;bsonBinaryEqual\&quot;, \&quot;bsonObjToArray\&quot;, \&quot;Code\&quot;, \&quot;DBPointer\&quot;, \&quot;DBRef\&quot;, \&quot;MaxKey\&quot;, \&quot;MinKey\&quot;, \&quot;NumberInt\&quot;, \&quot;NumberLong\&quot;, \&quot;NumberDecimal\&quot;, \&quot;ObjectId\&quot;, \&quot;Timestamp\&quot;, \&quot;MongoURI\&quot;, \&quot;_convertExceptionToReturnStatus\&quot;, \&quot;doassert\&quot;, \&quot;sortDoc\&quot;, \&quot;assert\&quot;, \&quot;__lastres__\&quot;, \&quot;ISODate\&quot;, \&quot;Map\&quot;, \&quot;tojsononeline\&quot;, \&quot;tojson\&quot;, \&quot;tojsonObject\&quot;, \&quot;printjson\&quot;, \&quot;printjsononeline\&quot;, \&quot;isString\&quot;, \&quot;isNumber\&quot;, \&quot;isObject\&quot;, \&quot;hex_md5\&quot;, \&quot;tostrictjson\&quot;, \&quot;obj\&quot;, \&quot;fullObject\&quot;, \&quot;__returnValue\&quot;, \&quot;x\&quot; ]&quot;},&quot;tags&quot;:[&quot;plainShellOutput&quot;]}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[j0] {&quot;t&quot;:{&quot;$date&quot;:&quot;2021-05-26T14:48:35.818+00:00&quot;},&quot;s&quot;:&quot;I&quot;,  &quot;c&quot;:&quot;-&quot;,        &quot;id&quot;:20162,   &quot;ctx&quot;:&quot;js&quot;,&quot;msg&quot;:&quot;{jsPrint}&quot;,&quot;attr&quot;:{&quot;jsPrint&quot;:&quot;[ \&quot;Array\&quot;, \&quot;ArrayBuffer\&quot;, \&quot;BinData\&quot;, \&quot;Boolean\&quot;, \&quot;Code\&quot;, \&quot;DBPointer\&quot;, \&quot;DBRef\&quot;, \&quot;DataView\&quot;, \&quot;Date\&quot;, \&quot;Error\&quot;, \&quot;EvalError\&quot;, \&quot;Float32Array\&quot;, \&quot;Float64Array\&quot;, \&quot;Function\&quot;, \&quot;HexData\&quot;, \&quot;ISODate\&quot;, \&quot;Infinity\&quot;, \&quot;Int16Array\&quot;, \&quot;Int32Array\&quot;, \&quot;Int8Array\&quot;, \&quot;InternalError\&quot;, \&quot;JSON\&quot;, \&quot;MD5\&quot;, \&quot;Map\&quot;, \&quot;Math\&quot;, \&quot;MaxKey\&quot;, \&quot;MinKey\&quot;, \&quot;MongoURI\&quot;, \&quot;NaN\&quot;, \&quot;Number\&quot;, \&quot;NumberDecimal\&quot;, \&quot;NumberInt\&quot;, \&quot;NumberLong\&quot;, \&quot;Object\&quot;, \&quot;ObjectId\&quot;, \&quot;Promise\&quot;, \&quot;Proxy\&quot;, \&quot;RangeError\&quot;, \&quot;ReferenceError\&quot;, \&quot;RegExp\&quot;, \&quot;Set\&quot;, \&quot;String\&quot;, \&quot;Symbol\&quot;, \&quot;SyntaxError\&quot;, \&quot;Timestamp\&quot;, \&quot;TypeError\&quot;, \&quot;URIError\&quot;, \&quot;UUID\&quot;, \&quot;Uint16Array\&quot;, \&quot;Uint32Array\&quot;, \&quot;Uint8Array\&quot;, \&quot;Uint8ClampedArray\&quot;, \&quot;WeakMap\&quot;, \&quot;WeakSet\&quot;, \&quot;WebAssembly\&quot;, \&quot;__lastres__\&quot;, \&quot;_convertExceptionToReturnStatus\&quot;, \&quot;assert\&quot;, \&quot;bsonBinaryEqual\&quot;, \&quot;bsonObjToArray\&quot;, \&quot;bsonUnorderedFieldsCompare\&quot;, \&quot;bsonWoCompare\&quot;, \&quot;buildInfo\&quot;, \&quot;decodeURI\&quot;, \&quot;decodeURIComponent\&quot;, \&quot;doassert\&quot;, \&quot;encodeURI\&quot;, \&quot;encodeURIComponent\&quot;, \&quot;escape\&quot;, \&quot;eval\&quot;, \&quot;gc\&quot;, \&quot;getJSHeapLimitMB\&quot;, \&quot;hex_md5\&quot;, \&quot;isFinite\&quot;, \&quot;isNaN\&quot;, \&quot;isNumber\&quot;, \&quot;isObject\&quot;, \&quot;isString\&quot;, \&quot;parseFloat\&quot;, \&quot;parseInt\&quot;, \&quot;print\&quot;, \&quot;printjson\&quot;, \&quot;printjsononeline\&quot;, \&quot;sleep\&quot;, \&quot;sortDoc\&quot;, \&quot;tojson\&quot;, \&quot;tojsonObject\&quot;, \&quot;tojsononeline\&quot;, \&quot;tostrictjson\&quot;, \&quot;undefined\&quot;, \&quot;unescape\&quot;, \&quot;uneval\&quot;, \&quot;version\&quot;, \&quot;obj\&quot;, \&quot;fullObject\&quot; ]&quot;},&quot;tags&quot;:[&quot;plainShellOutput&quot;]}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[j0] {&quot;t&quot;:{&quot;$date&quot;:&quot;2021-05-26T14:48:35.819+00:00&quot;},&quot;s&quot;:&quot;I&quot;,  &quot;c&quot;:&quot;-&quot;,        &quot;id&quot;:20162,   &quot;ctx&quot;:&quot;js&quot;,&quot;msg&quot;:&quot;{jsPrint}&quot;,&quot;attr&quot;:{&quot;jsPrint&quot;:&quot;found extra item: x&quot;},&quot;tags&quot;:[&quot;plainShellOutput&quot;]}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[j0] {&quot;t&quot;:{&quot;$date&quot;:&quot;2021-05-26T14:48:35.825+00:00&quot;},&quot;s&quot;:&quot;I&quot;,  &quot;c&quot;:&quot;NETWORK&quot;,  &quot;id&quot;:22943,   &quot;ctx&quot;:&quot;listener&quot;,&quot;msg&quot;:&quot;Connection accepted&quot;,&quot;attr&quot;:{&quot;remote&quot;:&quot;127.0.0.1:39868&quot;,&quot;uuid&quot;:&quot;f4e273a1-5aa8-4f48-8571-ff8d16bb9ef0&quot;,&quot;connectionId&quot;:1856,&quot;connectionCount&quot;:60}}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basic]          S1 Test : jstests/core/geo_allowedcomparisons.js 180ms&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basic]          S1 Test : jstests/core/count7.js ...&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[j0] {&quot;t&quot;:{&quot;$date&quot;:&quot;2021-05-26T14:48:35.826+00:00&quot;},&quot;s&quot;:&quot;I&quot;,  &quot;c&quot;:&quot;NETWORK&quot;,  &quot;id&quot;:51800,   &quot;ctx&quot;:&quot;conn1856&quot;,&quot;msg&quot;:&quot;client metadata&quot;,&quot;attr&quot;:{&quot;remote&quot;:&quot;127.0.0.1:39868&quot;,&quot;client&quot;:&quot;conn1856&quot;,&quot;doc&quot;:{&quot;application&quot;:{&quot;name&quot;:&quot;MongoDB Shell&quot;,&quot;pid&quot;:&quot;17397&quot;},&quot;driver&quot;:{&quot;name&quot;:&quot;MongoDB Internal Client&quot;,&quot;version&quot;:&quot;5.0.0-alpha0-640-g69fa620-patch-60ae5521d1fe0716ddf3a362&quot;},&quot;os&quot;:{&quot;type&quot;:&quot;Linux&quot;,&quot;name&quot;:&quot;Red Hat Enterprise Linux release 8.0 (Ootpa)&quot;,&quot;architecture&quot;:&quot;x86_64&quot;,&quot;version&quot;:&quot;Kernel 4.18.0-80.1.2.el8_0.x86_64&quot;}}}}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basic] Error: [1] != [0] are not equal :&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basic] doassert@src/mongo/shell/assert.js:20:14&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[j0] {&quot;t&quot;:{&quot;$date&quot;:&quot;2021-05-26T14:48:35.831+00:00&quot;},&quot;s&quot;:&quot;W&quot;,  &quot;c&quot;:&quot;EXECUTOR&quot;, &quot;id&quot;:4910400, &quot;ctx&quot;:&quot;conn1849&quot;,&quot;msg&quot;:&quot;Terminating session due to error&quot;,&quot;attr&quot;:{&quot;error&quot;:{&quot;code&quot;:6,&quot;codeName&quot;:&quot;HostUnreachable&quot;,&quot;errmsg&quot;:&quot;Connection closed by peer&quot;}}}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[j0] {&quot;t&quot;:{&quot;$date&quot;:&quot;2021-05-26T14:48:35.831+00:00&quot;},&quot;s&quot;:&quot;W&quot;,  &quot;c&quot;:&quot;EXECUTOR&quot;, &quot;id&quot;:4910400, &quot;ctx&quot;:&quot;conn1852&quot;,&quot;msg&quot;:&quot;Terminating session due to error&quot;,&quot;attr&quot;:{&quot;error&quot;:{&quot;code&quot;:6,&quot;codeName&quot;:&quot;HostUnreachable&quot;,&quot;errmsg&quot;:&quot;Connection closed by peer&quot;}}}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[j0] {&quot;t&quot;:{&quot;$date&quot;:&quot;2021-05-26T14:48:35.831+00:00&quot;},&quot;s&quot;:&quot;I&quot;,  &quot;c&quot;:&quot;NETWORK&quot;,  &quot;id&quot;:5127900, &quot;ctx&quot;:&quot;conn1849&quot;,&quot;msg&quot;:&quot;Ending session&quot;,&quot;attr&quot;:{&quot;error&quot;:{&quot;code&quot;:6,&quot;codeName&quot;:&quot;HostUnreachable&quot;,&quot;errmsg&quot;:&quot;Connection closed by peer&quot;}}}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[j0] {&quot;t&quot;:{&quot;$date&quot;:&quot;2021-05-26T14:48:35.831+00:00&quot;},&quot;s&quot;:&quot;I&quot;,  &quot;c&quot;:&quot;NETWORK&quot;,  &quot;id&quot;:5127900, &quot;ctx&quot;:&quot;conn1852&quot;,&quot;msg&quot;:&quot;Ending session&quot;,&quot;attr&quot;:{&quot;error&quot;:{&quot;code&quot;:6,&quot;codeName&quot;:&quot;HostUnreachable&quot;,&quot;errmsg&quot;:&quot;Connection closed by peer&quot;}}}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[j0] {&quot;t&quot;:{&quot;$date&quot;:&quot;2021-05-26T14:48:35.831+00:00&quot;},&quot;s&quot;:&quot;I&quot;,  &quot;c&quot;:&quot;NETWORK&quot;,  &quot;id&quot;:22944,   &quot;ctx&quot;:&quot;conn1849&quot;,&quot;msg&quot;:&quot;Connection ended&quot;,&quot;attr&quot;:{&quot;remote&quot;:&quot;127.0.0.1:39854&quot;,&quot;uuid&quot;:&quot;2fe91656-6652-4ef2-8b80-315e713b3daf&quot;,&quot;connectionId&quot;:1849,&quot;connectionCount&quot;:59}}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[j0] {&quot;t&quot;:{&quot;$date&quot;:&quot;2021-05-26T14:48:35.831+00:00&quot;},&quot;s&quot;:&quot;I&quot;,  &quot;c&quot;:&quot;NETWORK&quot;,  &quot;id&quot;:22944,   &quot;ctx&quot;:&quot;conn1852&quot;,&quot;msg&quot;:&quot;Connection ended&quot;,&quot;attr&quot;:{&quot;remote&quot;:&quot;127.0.0.1:39860&quot;,&quot;uuid&quot;:&quot;9fcad314-fbcb-41d8-ad48-c02398ea3733&quot;,&quot;connectionId&quot;:1852,&quot;connectionCount&quot;:58}}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basic] assert.eq@src/mongo/shell/assert.js:179:9&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basic] @jstests/core/js_global_scope.js:160:1&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basic] @jstests/core/js_global_scope.js:9:2&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basic] time&amp;lt;@eval:11:17&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basic] Date.timeFunc@src/mongo/shell/types.js:32:9&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basic] @eval:6:24&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basic] @eval:4:9&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basic] wrapper@eval:7:17&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basic] _threadStartWrapper@:26:16&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basic]&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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-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;[js_test:basic] ********** Parallel Test FAILED: Error: error loading js file: jstests/core/js_global_scope.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;

&lt;p&gt;This one is curious - that appears to simply be a tag you can apply to log messages. There are some example log messages using this - many failing JS invocations:&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;   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;[j0] {&quot;t&quot;:{&quot;$date&quot;:&quot;2021-05-26T14:49:04.148+00:00&quot;},&quot;s&quot;:&quot;I&quot;,  &quot;c&quot;:&quot;QUERY&quot;,    &quot;id&quot;:20163,   &quot;ctx&quot;:&quot;conn1948&quot;,&quot;msg&quot;:&quot;{jsError}&quot;,&quot;attr&quot;:{&quot;jsError&quot;:&quot;Error: The character \\x69 failed to parse from hex. :\n@:1:29\n&quot;},&quot;tags&quot;:[&quot;plainShellOutput&quot;]}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[j0] {&quot;t&quot;:{&quot;$date&quot;:&quot;2021-05-26T14:49:05.032+00:00&quot;},&quot;s&quot;:&quot;I&quot;,  &quot;c&quot;:&quot;QUERY&quot;,    &quot;id&quot;:20163,   &quot;ctx&quot;:&quot;js&quot;,&quot;msg&quot;:&quot;{jsError}&quot;,&quot;attr&quot;:{&quot;jsError&quot;:&quot;Error: DBRef needs 2 or 3 arguments :\n@:1:22\n&quot;},&quot;tags&quot;:[&quot;plainShellOutput&quot;]}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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-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;[j0] {&quot;t&quot;:{&quot;$date&quot;:&quot;2021-05-26T14:49:05.034+00:00&quot;},&quot;s&quot;:&quot;I&quot;,  &quot;c&quot;:&quot;QUERY&quot;,    &quot;id&quot;:20163,   &quot;ctx&quot;:&quot;js&quot;,&quot;msg&quot;:&quot;{jsError}&quot;,&quot;attr&quot;:{&quot;jsError&quot;:&quot;Error: DBRef 1st parameter must be a string :\n@:1:22\n&quot;},&quot;tags&quot;:[&quot;plainShellOutput&quot;]}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;I don&apos;t understand how this log tag could make its way into the shell. Will have to keep digging. &lt;/p&gt;</comment>
                            <comment id="3806860" author="charlie.swanson" created="Fri, 21 May 2021 20:55:27 +0000"  >&lt;p&gt;Back to in progress! &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=max.hirschhorn&quot; class=&quot;user-hover&quot; rel=&quot;max.hirschhorn&quot;&gt;max.hirschhorn&lt;/a&gt; kindly pointed out that is probably coming from &lt;a href=&quot;https://github.com/mongodb/mongo/blob/90827ec44f3787be928b6ec0849160ab48f1fbfe/src/mongo/scripting/mozjs/mongohelpers.js#L89&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;here&lt;/a&gt;:&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;   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;            &lt;/span&gt;&lt;span style=&quot;color: #008200; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;// The parser has a weird behavior where sometimes if you have an expression like&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;            &lt;/span&gt;&lt;span style=&quot;color: #008200; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;// ((x == 5)), it says that the expression string is &quot;x == 5))&quot;, so we may need to&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;            &lt;/span&gt;&lt;span style=&quot;color: #008200; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;// adjust where we prepend &quot;return&quot;.&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;            &lt;/span&gt;&lt;span style=&quot;color: #006699; font-weight: bold; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;while&lt;/span&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; (col &amp;gt;= prevExprEnd) {&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;                &lt;/span&gt;&lt;span style=&quot;color: #006699; font-weight: bold; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;var&lt;/span&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; modLine = origLine.substr(0, col) + &lt;/span&gt;&lt;span style=&quot;color: blue; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&quot;return &quot;&lt;/span&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; + origLine.substr(col);&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;                lines[loc.line - 1] = modLine;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;                fnSrc = &lt;/span&gt;&lt;span style=&quot;color: blue; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&apos;{ &apos;&lt;/span&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; + lines.join(&lt;/span&gt;&lt;span style=&quot;color: blue; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&apos;\n&apos;&lt;/span&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;) + &lt;/span&gt;&lt;span style=&quot;color: blue; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&apos; }&apos;&lt;/span&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;;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;                &lt;/span&gt;&lt;span style=&quot;color: #006699; font-weight: bold; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;try&lt;/span&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; {&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;                    tmpTree = &lt;/span&gt;&lt;span style=&quot;color: #006699; font-weight: bold; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;this&lt;/span&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;.Reflect.parse(&lt;/span&gt;&lt;span style=&quot;color: blue; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;&quot;function x() &quot;&lt;/span&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; + fnSrc);&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;                } &lt;/span&gt;&lt;span style=&quot;color: #006699; font-weight: bold; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;catch&lt;/span&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; (e) {&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;                    col -= 1;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;                    &lt;/span&gt;&lt;span style=&quot;color: #006699; font-weight: bold; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;continue&lt;/span&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;;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;                }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;                &lt;/span&gt;&lt;span style=&quot;color: #006699; font-weight: bold; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;break&lt;/span&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;;&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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-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;            }&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;It&apos;s possible we&apos;re just missing a &apos;let&apos; or &apos;const&apos; on that variable so I&apos;ll give that a shot. I&apos;ll look into reproducing now that I have that theory but I&apos;ll throw up another patch build in the meantime. &lt;/p&gt;</comment>
                            <comment id="3806765" author="charlie.swanson" created="Fri, 21 May 2021 20:39:46 +0000"  >&lt;p&gt;Moving this back to open since I really haven&apos;t been able to wrap it up for quite some time now. I&apos;ll put it back on the backlog user in hopes another engineer will be able to pick it up and make some progress. The code review linked above was LGTM&apos;ed, but every time I try to commit this a new testing problem emerges on evergreen. The latest failure I was trying to diagnose and reproduce was in the parallel suite. It seemed like somewhere a test was adding &quot;tmpTree&quot; to the global scope, but I wasn&apos;t able to reproduce or track down how or why this was happening:&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;   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;[MongoDFixture:job0] 2021-02-13T00:16:54.140+0000 | 2021-02-13T00:16:54.138+00:00 I  -        20162   [js] &quot;{jsPrint}&quot;,&quot;attr&quot;:{&quot;jsPrint&quot;:&quot;[ \&quot;Function\&quot;, \&quot;Object\&quot;, \&quot;eval\&quot;, \&quot;sleep\&quot;, \&quot;gc\&quot;, \&quot;print\&quot;, \&quot;version\&quot;, \&quot;buildInfo\&quot;, \&quot;getJSHeapLimitMB\&quot;, \&quot;undefined\&quot;, \&quot;Array\&quot;, \&quot;Boolean\&quot;, \&quot;JSON\&quot;, \&quot;Date\&quot;, \&quot;Math\&quot;, \&quot;isNaN\&quot;, \&quot;isFinite\&quot;, \&quot;parseInt\&quot;, \&quot;parseFloat\&quot;, \&quot;NaN\&quot;, \&quot;Infinity\&quot;, \&quot;Number\&quot;, \&quot;escape\&quot;, \&quot;unescape\&quot;, \&quot;uneval\&quot;, \&quot;decodeURI\&quot;, \&quot;encodeURI\&quot;, \&quot;decodeURIComponent\&quot;, \&quot;encodeURIComponent\&quot;, \&quot;String\&quot;, \&quot;RegExp\&quot;, \&quot;Error\&quot;, \&quot;InternalError\&quot;, \&quot;EvalError\&quot;, \&quot;RangeError\&quot;, \&quot;ReferenceError\&quot;, \&quot;SyntaxError\&quot;, \&quot;TypeError\&quot;, \&quot;URIError\&quot;, \&quot;ArrayBuffer\&quot;, \&quot;Int8Array\&quot;, \&quot;Uint8Array\&quot;, \&quot;Int16Array\&quot;, \&quot;Uint16Array\&quot;, \&quot;Int32Array\&quot;, \&quot;Uint32Array\&quot;, \&quot;Float32Array\&quot;, \&quot;Float64Array\&quot;, \&quot;Uint8ClampedArray\&quot;, \&quot;Proxy\&quot;, \&quot;WeakMap\&quot;, \&quot;Set\&quot;, \&quot;DataView\&quot;, \&quot;Symbol\&quot;, \&quot;WeakSet\&quot;, \&quot;Promise\&quot;, \&quot;WebAssembly\&quot;, \&quot;BinData\&quot;, \&quot;HexData\&quot;, \&quot;MD5\&quot;, \&quot;UUID\&quot;, \&quot;bsonWoCompare\&quot;, \&quot;bsonUnorderedFieldsCompare\&quot;, \&quot;bsonBinaryEqual\&quot;, \&quot;bsonObjToArray\&quot;, \&quot;Code\&quot;, \&quot;DBPointer\&quot;, \&quot;DBRef\&quot;, \&quot;MaxKey\&quot;, \&quot;MinKey\&quot;, \&quot;NumberInt\&quot;, \&quot;NumberLong\&quot;, \&quot;NumberDecimal\&quot;, \&quot;ObjectId\&quot;, \&quot;Timestamp\&quot;, \&quot;MongoURI\&quot;, \&quot;_convertExceptionToReturnStatus\&quot;, \&quot;doassert\&quot;, \&quot;sortDoc\&quot;, \&quot;assert\&quot;, \&quot;__lastres__\&quot;, \&quot;ISODate\&quot;, \&quot;Map\&quot;, \&quot;tojsononeline\&quot;, \&quot;tojson\&quot;, \&quot;tojsonObject\&quot;, \&quot;printjson\&quot;, \&quot;printjsononeline\&quot;, \&quot;isString\&quot;, \&quot;isNumber\&quot;, \&quot;isObject\&quot;, \&quot;hex_md5\&quot;, \&quot;tostrictjson\&quot;, \&quot;tmpTree\&quot;, \&quot;obj\&quot;, \&quot;fullObject\&quot;, \&quot;__returnValue\&quot; ]&quot;}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[MongoDFixture:job0] 2021-02-13T00:16:54.140+0000 | 2021-02-13T00:16:54.138+00:00 I  -        20162   [js] &quot;{jsPrint}&quot;,&quot;attr&quot;:{&quot;jsPrint&quot;:&quot;[ \&quot;Array\&quot;, \&quot;ArrayBuffer\&quot;, \&quot;BinData\&quot;, \&quot;Boolean\&quot;, \&quot;Code\&quot;, \&quot;DBPointer\&quot;, \&quot;DBRef\&quot;, \&quot;DataView\&quot;, \&quot;Date\&quot;, \&quot;Error\&quot;, \&quot;EvalError\&quot;, \&quot;Float32Array\&quot;, \&quot;Float64Array\&quot;, \&quot;Function\&quot;, \&quot;HexData\&quot;, \&quot;ISODate\&quot;, \&quot;Infinity\&quot;, \&quot;Int16Array\&quot;, \&quot;Int32Array\&quot;, \&quot;Int8Array\&quot;, \&quot;InternalError\&quot;, \&quot;JSON\&quot;, \&quot;MD5\&quot;, \&quot;Map\&quot;, \&quot;Math\&quot;, \&quot;MaxKey\&quot;, \&quot;MinKey\&quot;, \&quot;MongoURI\&quot;, \&quot;NaN\&quot;, \&quot;Number\&quot;, \&quot;NumberDecimal\&quot;, \&quot;NumberInt\&quot;, \&quot;NumberLong\&quot;, \&quot;Object\&quot;, \&quot;ObjectId\&quot;, \&quot;Promise\&quot;, \&quot;Proxy\&quot;, \&quot;RangeError\&quot;, \&quot;ReferenceError\&quot;, \&quot;RegExp\&quot;, \&quot;Set\&quot;, \&quot;String\&quot;, \&quot;Symbol\&quot;, \&quot;SyntaxError\&quot;, \&quot;Timestamp\&quot;, \&quot;TypeError\&quot;, \&quot;URIError\&quot;, \&quot;UUID\&quot;, \&quot;Uint16Array\&quot;, \&quot;Uint32Array\&quot;, \&quot;Uint8Array\&quot;, \&quot;Uint8ClampedArray\&quot;, \&quot;WeakMap\&quot;, \&quot;WeakSet\&quot;, \&quot;WebAssembly\&quot;, \&quot;__lastres__\&quot;, \&quot;_convertExceptionToReturnStatus\&quot;, \&quot;assert\&quot;, \&quot;bsonBinaryEqual\&quot;, \&quot;bsonObjToArray\&quot;, \&quot;bsonUnorderedFieldsCompare\&quot;, \&quot;bsonWoCompare\&quot;, \&quot;buildInfo\&quot;, \&quot;decodeURI\&quot;, \&quot;decodeURIComponent\&quot;, \&quot;doassert\&quot;, \&quot;encodeURI\&quot;, \&quot;encodeURIComponent\&quot;, \&quot;escape\&quot;, \&quot;eval\&quot;, \&quot;gc\&quot;, \&quot;getJSHeapLimitMB\&quot;, \&quot;hex_md5\&quot;, \&quot;isFinite\&quot;, \&quot;isNaN\&quot;, \&quot;isNumber\&quot;, \&quot;isObject\&quot;, \&quot;isString\&quot;, \&quot;parseFloat\&quot;, \&quot;parseInt\&quot;, \&quot;print\&quot;, \&quot;printjson\&quot;, \&quot;printjsononeline\&quot;, \&quot;sleep\&quot;, \&quot;sortDoc\&quot;, \&quot;tojson\&quot;, \&quot;tojsonObject\&quot;, \&quot;tojsononeline\&quot;, \&quot;tostrictjson\&quot;, \&quot;undefined\&quot;, \&quot;unescape\&quot;, \&quot;uneval\&quot;, \&quot;version\&quot;, \&quot;obj\&quot;, \&quot;fullObject\&quot; ]&quot;}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[MongoDFixture:job0] 2021-02-13T00:16:54.140+0000 | 2021-02-13T00:16:54.140+00:00 I  -        20162   [js] &quot;{jsPrint}&quot;,&quot;attr&quot;:{&quot;jsPrint&quot;:&quot;found extra item: tmpTree&quot;}&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basicPlus] 2021-02-13T00:16:54.147+0000 assert: [1] != [0] are not equal&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basicPlus] 2021-02-13T00:16:54.147+0000 doassert@src/mongo/shell/assert.js:20:14&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basicPlus] 2021-02-13T00:16:54.147+0000 assert.eq@src/mongo/shell/assert.js:179:9&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basicPlus] 2021-02-13T00:16:54.147+0000 @jstests/core/js_global_scope.js:160:1&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basicPlus] 2021-02-13T00:16:54.147+0000 @jstests/core/js_global_scope.js:9:2&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basicPlus] 2021-02-13T00:16:54.147+0000 time&amp;lt;@eval:11:17&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basicPlus] 2021-02-13T00:16:54.148+0000 Date.timeFunc@src/mongo/shell/types.js:32:9&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basicPlus] 2021-02-13T00:16:54.149+0000 @eval:6:24&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basicPlus] 2021-02-13T00:16:54.149+0000 @eval:4:9&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basicPlus] 2021-02-13T00:16:54.149+0000 wrapper@eval:7:17&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basicPlus] 2021-02-13T00:16:54.149+0000 _threadStartWrapper@:26:16&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basicPlus] 2021-02-13T00:16:54.149+0000 Error: [1] != [0] are not equal :&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basicPlus] 2021-02-13T00:16:54.149+0000 doassert@src/mongo/shell/assert.js:20:14&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basicPlus] 2021-02-13T00:16:54.149+0000 assert.eq@src/mongo/shell/assert.js:179:9&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basicPlus] 2021-02-13T00:16:54.149+0000 @jstests/core/js_global_scope.js:160:1&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basicPlus] 2021-02-13T00:16:54.149+0000 @jstests/core/js_global_scope.js:9:2&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basicPlus] 2021-02-13T00:16:54.149+0000 time&amp;lt;@eval:11:17&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basicPlus] 2021-02-13T00:16:54.150+0000 Date.timeFunc@src/mongo/shell/types.js:32:9&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basicPlus] 2021-02-13T00:16:54.150+0000 @eval:6:24&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basicPlus] 2021-02-13T00:16:54.150+0000 @eval:4:9&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basicPlus] 2021-02-13T00:16:54.150+0000 wrapper@eval:7:17&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basicPlus] 2021-02-13T00:16:54.150+0000 _threadStartWrapper@:26:16&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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;   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;[js_test:basicPlus] 2021-02-13T00:16:54.150+0000 &lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&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-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;[js_test:basicPlus] 2021-02-13T00:16:54.150+0000 ********** Parallel Test FAILED: Error: error loading js file: jstests/core/js_global_scope.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;

&lt;p&gt;You can see this failure in my patch build &lt;a href=&quot;https://spruce.mongodb.com/task/mongodb_mongo_master_enterprise_rhel_80_64_bit_dynamic_all_feature_flags_required_parallel_0_enterprise_rhel_80_64_bit_dynamic_all_feature_flags_required_patch_3afb4b31149e5a747e25f2aab611621a99bf8667_6027153a57e85a1b1e3fb689_21_02_12_23_54_44/tests?execution=0&amp;amp;sortBy=STATUS&amp;amp;sortDir=ASC&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;here&lt;/a&gt;. &lt;/p&gt;</comment>
                            <comment id="3353066" author="charlie.swanson" created="Fri, 21 Aug 2020 21:13:30 +0000"  >&lt;p&gt;This still seems like a good idea. Would give some assurance and stability moving forward. Was tempted to close it, but instead l&apos;d recommend we return it to the backlog and label with &apos;greenerbuild&apos; so that we can consider it as a quick test coverage improvement as part of a BF Friday.&lt;/p&gt;</comment>
                            <comment id="1698541" author="spencer.jackson@10gen.com" created="Fri, 13 Oct 2017 17:53:09 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=max.hirschhorn&quot; class=&quot;user-hover&quot; rel=&quot;max.hirschhorn&quot;&gt;max.hirschhorn&lt;/a&gt;, that option does look superior. I&apos;ve updated the description.&lt;/p&gt;</comment>
                            <comment id="1698493" author="max.hirschhorn@10gen.com" created="Fri, 13 Oct 2017 17:19:19 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=spencer.jackson&quot; class=&quot;user-hover&quot; rel=&quot;spencer.jackson&quot;&gt;spencer.jackson&lt;/a&gt;, would you rather also get non-enumerable properties with &lt;tt&gt;Object.getOwnPropertyNames()&lt;/tt&gt;?&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertyNames&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertyNames&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="1455950">SERVER-50614</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="521239">SERVER-34281</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Backwards Compatibility</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10038"><![CDATA[Fully Compatible]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 13 Oct 2017 17:19:19 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        2 years, 17 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_17050" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Downstream Team Attention</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="16941"><![CDATA[Not Needed]]></customfieldvalue>

                        </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>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            2 years, 17 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>charlie.swanson@mongodb.com</customfieldvalue>
            <customfieldvalue>xgen-internal-githook</customfieldvalue>
            <customfieldvalue>max.hirschhorn@mongodb.com</customfieldvalue>
            <customfieldvalue>spencer.jackson@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hthqpj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr2oaf:</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_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|hthctb:</customfieldvalue>

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