<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:24:18 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>[DRIVERS-1929] Load Balancer spec test is missing &quot;hello&quot; in failCommand</title>
                <link>https://jira.mongodb.org/browse/DRIVERS-1929</link>
                <project id="10980" key="DRIVERS">Drivers</project>
                    <description>&lt;p&gt;There&apos;s a Load Balancer spec test that&apos;s missing &quot;hello&quot; in failCommand:&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/specifications/blob/8b20d86/source/load-balancers/tests/sdam-error-handling.yml#L156&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/blob/8b20d86/source/load-balancers/tests/sdam-error-handling.yml#L156&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="1880172">DRIVERS-1929</key>
            <summary>Load Balancer spec test is missing &quot;hello&quot; in failCommand</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="10300" iconUrl="https://jira.mongodb.org/images/icons/priorities/medium.svg">Unknown</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="shane.harvey@mongodb.com">Shane Harvey</assignee>
                                    <reporter username="shane.harvey@mongodb.com">Shane Harvey</reporter>
                        <labels>
                            <label>yaml-test</label>
                    </labels>
                <created>Tue, 21 Sep 2021 23:00:06 +0000</created>
                <updated>Thu, 30 Nov 2023 19:12:56 +0000</updated>
                            <resolved>Tue, 21 Sep 2021 23:39:48 +0000</resolved>
                                                        <component>Load Balancer</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="5916493" author="JIRAUSER1265158" created="Thu, 30 Nov 2023 19:12:56 +0000"  >&lt;p&gt;Sounds good, I&apos;ve created &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-2787&quot; title=&quot;Remove isMaster from failCommands associated with load-balancer spec tests&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-2787&quot;&gt;DRIVERS-2787&lt;/a&gt; to follow up&lt;/p&gt;</comment>
                            <comment id="5916302" author="shane.harvey" created="Thu, 30 Nov 2023 18:08:14 +0000"  >&lt;p&gt;At the time I resolved this ticket, the load balancer spec did not require hello yet so I don&apos;t think this ticket needs to be reopened. The hello change was in DRIVERS-2033 (2022).&lt;/p&gt;

&lt;p&gt;It would be good to open a new ticket to remove isMaster from the load balancer tests since drivers should never use it there. What do you think?&lt;/p&gt;</comment>
                            <comment id="5916087" author="JIRAUSER1265158" created="Thu, 30 Nov 2023 17:04:05 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=shane.harvey%40mongodb.com&quot; class=&quot;user-hover&quot; rel=&quot;shane.harvey@mongodb.com&quot;&gt;shane.harvey@mongodb.com&lt;/a&gt; The &lt;a href=&quot;https://github.com/mongodb/specifications/blob/master/source/mongodb-handshake/handshake.rst#connection-handshake&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;handshake spec test&lt;/a&gt; says that&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;If a server API version is requested or loadBalanced: True, drivers MUST use the hello command for the initial handshake and use the OP_MSG protocol.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;In this case, the &quot;&lt;a href=&quot;https://github.com/mongodb/specifications/blob/master/source/load-balancers/tests/sdam-error-handling.yml#L142&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;errors during the initial connection hello are ignored&lt;/a&gt;&quot; test would fail if we only targeted the &quot;isMaster&quot; command. The Go Driver had a bug where the LB was using OP_QUERY and isMaster for the initial handshake, fixing this bug results in this spec test failing. Should this ticket be re-opened for driver changes?&lt;/p&gt;</comment>
                            <comment id="4076072" author="shane.harvey" created="Tue, 21 Sep 2021 23:39:48 +0000"  >&lt;p&gt;Closing without driver changes required because this omission doesn&apos;t change the behavior of the test. In practice all drivers will be using the legacy hello for this test and if they weren&apos;t the test would have been failing. &lt;/p&gt;</comment>
                            <comment id="4076055" author="xgen-internal-githook" created="Tue, 21 Sep 2021 23:19:56 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{&apos;name&apos;: &apos;Shane Harvey&apos;, &apos;email&apos;: &apos;shane.harvey@mongodb.com&apos;, &apos;username&apos;: &apos;ShaneHarvey&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/DRIVERS-1929&quot; title=&quot;Load Balancer spec test is missing &amp;quot;hello&amp;quot; in failCommand&quot; class=&quot;issue-link&quot; data-issue-key=&quot;DRIVERS-1929&quot;&gt;&lt;del&gt;DRIVERS-1929&lt;/del&gt;&lt;/a&gt; Add missing &quot;hello&quot; to load balanacer spec test (#1071)&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/specifications/commit/5af2ab77a6e68a4528085504ab6bd1360d30a6c8&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/specifications/commit/5af2ab77a6e68a4528085504ab6bd1360d30a6c8&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="2513192">DRIVERS-2787</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                            <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10951" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Driver Changes</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10940"><![CDATA[Not Needed]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>