<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:36:41 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-34438] Consolidate requirements.txt</title>
                <link>https://jira.mongodb.org/browse/SERVER-34438</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;There are currently a number of &lt;tt&gt;requirements.txt&lt;/tt&gt; files used by various Python components of the server codebase. Since the server is logically a single project that is typically run under the same virtualenv, we should have a single place to specify requirements to avoid various issues like conflicting dependencies (even with proper dependency resolution) and missing dependencies.&lt;/p&gt;</description>
                <environment></environment>
        <key id="526119">SERVER-34438</key>
            <summary>Consolidate requirements.txt</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="5" iconUrl="https://jira.mongodb.org/images/icons/priorities/trivial.svg">Trivial - P5</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="13203">Gone away</resolution>
                                        <assignee username="backlog-server-tig">DO NOT USE - Backlog - Test Infrastructure Group (TIG)</assignee>
                                    <reporter username="robert.guo@mongodb.com">Robert Guo</reporter>
                        <labels>
                    </labels>
                <created>Thu, 12 Apr 2018 17:37:40 +0000</created>
                <updated>Fri, 27 Oct 2023 20:43:29 +0000</updated>
                            <resolved>Fri, 28 Sep 2018 15:26:27 +0000</resolved>
                                    <version>3.7.3</version>
                                                    <component>Testing Infrastructure</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="2017624" author="robert.guo" created="Fri, 28 Sep 2018 15:26:05 +0000"  >&lt;p&gt;Definitely! I will close this ticket.&lt;/p&gt;</comment>
                            <comment id="2017616" author="ben.caimano" created="Fri, 28 Sep 2018 15:24:28 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=robert.guo&quot; class=&quot;user-hover&quot; rel=&quot;robert.guo&quot;&gt;robert.guo&lt;/a&gt;, do you think &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-36152&quot; title=&quot;Update requirements.txt&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-36152&quot;&gt;&lt;del&gt;SERVER-36152&lt;/del&gt;&lt;/a&gt; has addressed this ticket?&lt;/p&gt;</comment>
                            <comment id="1862830" author="robert.guo" created="Thu, 12 Apr 2018 18:48:59 +0000"  >&lt;p&gt;I don&apos;t think there are missing dependencies in there. &lt;tt&gt;pytests/requirements.txt&lt;/tt&gt; was what I had in mind when saying &quot;hunt down all the requirement files&quot;, it is currently independent of buildscripts.&lt;/p&gt;</comment>
                            <comment id="1862813" author="max.hirschhorn@10gen.com" created="Thu, 12 Apr 2018 18:42:55 +0000"  >&lt;blockquote&gt;
&lt;p&gt;Max Hirschhorn what do you think of adding a top-level requirements.txt file to include all the other requirements. &lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;I think that&apos;s what &lt;tt&gt;buildscripts/requirements.txt&lt;/tt&gt; should be doing already. If there are dependencies which are missing then we should probably address that. The &lt;tt&gt;boto3&lt;/tt&gt; package was an interesting case of we didn&apos;t want local users of resmoke.py to need to bother installing it since archival is only enabled in Evergreen when we have AWS credentials to use. &lt;a href=&quot;https://www.python.org/dev/peps/pep-0508/#extras&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.python.org/dev/peps/pep-0508/#extras&lt;/a&gt; may be a better way of expressing the behavior we want.&lt;/p&gt;</comment>
                            <comment id="1862790" author="robert.guo" created="Thu, 12 Apr 2018 18:19: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; what do you think of adding a top-level requirements.txt file to include all the other requirements. This would allow us to catch conflicting dependencies across multiple sub-projects and not force users to hunt down all the requirement files just to run &lt;tt&gt;pylinters.py lint&lt;/tt&gt;. (The pylinters issue is temporarily worsened by a subtle dependency of boto3 in pytests/requirements by buildscripts/ because of boto3 not being in all the necessary requirements files due to external factors.)&lt;/p&gt;


&lt;p&gt;On an unrelated note, I had misinterpreted &lt;tt&gt;1a&lt;/tt&gt; in the dependency resolution issue: &lt;a href=&quot;https://github.com/pypa/pip/issues/988&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/pypa/pip/issues/988&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;only one spec allowed per project, regardless of conflicts or not&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;This isn&apos;t the case for my local testing. So fixing the &quot;missing dependencies&quot; benefit in this ticket description is incorrect&lt;/p&gt;</comment>
                            <comment id="1862746" author="max.hirschhorn@10gen.com" created="Thu, 12 Apr 2018 17:40:55 +0000"  >&lt;p&gt;I think individual Python packages should declare their own requirements. This is why &lt;tt&gt;&amp;#45;r resmokelib/requirements.txt&lt;/tt&gt; is used to reference resmoke.py&apos;s dependencies in &lt;tt&gt;buildscripts/requirements.txt&lt;/tt&gt;. I&apos;d be happy to change it to requirements/resmoke.txt, etc. but I&apos;d still like them in separate files.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="572114">SERVER-36152</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Thu, 12 Apr 2018 17:40:55 +0000</customfieldvalue>

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


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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            5 years, 19 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>ben.caimano@mongodb.com</customfieldvalue>
            <customfieldvalue>backlog-server-tig</customfieldvalue>
            <customfieldvalue>max.hirschhorn@mongodb.com</customfieldvalue>
            <customfieldvalue>robert.guo@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|htv2tj:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|htm9an:</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_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </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|htup1r:</customfieldvalue>

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