<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:19:03 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-28786] Add buildscripts/update_test_lifecycle.py script for updating etc/test_lifecycle.yml</title>
                <link>https://jira.mongodb.org/browse/SERVER-28786</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;A test should be added to the set of tests believed not to run reliably when it has more than 2&#183;&lt;em&gt;min&amp;#95;runs&lt;/em&gt; executions in the last 4 weeks and a failure percentage greater than &lt;em&gt;unacceptable&amp;#95;fail&amp;#95;rate&lt;/em&gt;. A test should then removed from the set of tests believed not to run reliably when it has at least &lt;em&gt;min&amp;#95;runs&lt;/em&gt; executions in the last 2 weeks and a failure percentage less than &lt;em&gt;acceptable&amp;#95;fail&amp;#95;rate&lt;/em&gt;, where &lt;em&gt;acceptable&amp;#95;fail&amp;#95;rate&lt;/em&gt; &amp;lt; &lt;em&gt;unacceptable&amp;#95;fail&amp;#95;rate&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;For each of the k-tuples mentioned below, an independent &lt;em&gt;unacceptable&amp;#95;fail&amp;#95;rate&lt;/em&gt;&lt;sub&gt;k&lt;/sub&gt; and &lt;em&gt;acceptable&amp;#95;fail&amp;#95;rate&lt;/em&gt;&lt;sub&gt;k&lt;/sub&gt; will be chosen by analyzing historical failures in Evergreen. The model described above will then be applied to&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;The 1-tuple (test name)  to produce the &lt;tt&gt;unreliable&lt;/tt&gt; tag,&lt;/li&gt;
	&lt;li&gt;The 2-tuple (test name, task name)  to produce the &lt;tt&gt;unreliable|${task_name&lt;/tt&gt;} tag,&lt;/li&gt;
	&lt;li&gt;The 3-tuple (test name, task name, build variant)  to produce the &lt;tt&gt;unreliable|${task_name}|${build_variant&lt;/tt&gt;} tag, and&lt;/li&gt;
	&lt;li&gt;The 4-tuple (test name, task name, build variant, distro) to produce the &lt;tt&gt;unreliable|${task_name}|${build_variant}|${distro_id&lt;/tt&gt;} tag.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;The Python script to compute the test failure rates using the Evergreen API from &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-28782&quot; title=&quot;Write Python script to compute test failures rates from Evergreen API&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-28782&quot;&gt;&lt;del&gt;SERVER-28782&lt;/del&gt;&lt;/a&gt; should be integrated into &lt;tt&gt;update_test_lifecycle.py&lt;/tt&gt; script. The &lt;tt&gt;update_test_lifecycle.py&lt;/tt&gt; script should then overwrite the contents of the etc/test_lifecycle.yml file in the mongodb/mongo repository. Follow-up work on the &lt;tt&gt;update_test_lifecycle.py&lt;/tt&gt; script will involve automatically committing these changes and filing new JIRA tickets in the SERVER project.&lt;/p&gt;

&lt;p&gt;The &lt;tt&gt;update_test_lifecycle.py&lt;/tt&gt; script should ensure the keys and the values contained in lists of the &lt;tt&gt;etc/test_lifecycle.yml&lt;/tt&gt; file are sorted so the generated diffs are readable to a human and the output doesn&apos;t change if the tool is immediately rerun.&lt;/p&gt;</description>
                <environment></environment>
        <key id="373691">SERVER-28786</key>
            <summary>Add buildscripts/update_test_lifecycle.py script for updating etc/test_lifecycle.yml</summary>
                <type id="2" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14711&amp;avatarType=issuetype">New Feature</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="jonathan.abrahams">Jonathan Abrahams</assignee>
                                    <reporter username="max.hirschhorn@mongodb.com">Max Hirschhorn</reporter>
                        <labels>
                    </labels>
                <created>Thu, 13 Apr 2017 06:44:31 +0000</created>
                <updated>Thu, 12 Oct 2017 20:59:41 +0000</updated>
                            <resolved>Thu, 15 Jun 2017 13:47:07 +0000</resolved>
                                                    <fixVersion>3.5.9</fixVersion>
                                    <component>Testing Infrastructure</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="1597921" author="xgen-internal-githook" created="Thu, 15 Jun 2017 13:46:35 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;hptabster&apos;, u&apos;name&apos;: u&apos;Jonathan Abrahams&apos;, u&apos;email&apos;: u&apos;jonathan@mongodb.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-28786&quot; title=&quot;Add buildscripts/update_test_lifecycle.py script for updating etc/test_lifecycle.yml&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-28786&quot;&gt;&lt;del&gt;SERVER-28786&lt;/del&gt;&lt;/a&gt; Add buildscripts/update_test_lifecycle.py script for updating etc/test_lifecycle.yml&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo/commit/75a15b5e7c195af9db19ae995867e63a8f89f861&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo/commit/75a15b5e7c195af9db19ae995867e63a8f89f861&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                            <outwardlinks description="depends on">
                                        <issuelink>
            <issuekey id="373637">SERVER-28782</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="390961">SERVER-29486</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10020">
                    <name>Gantt Dependency</name>
                                                                <inwardlinks description="has to be done after">
                                                        </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="397513">SERVER-29821</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>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.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>Thu, 18 May 2017 16:20:30 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        6 years, 34 weeks, 6 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[<s><a href='https://jira.mongodb.org/browse/SERVER-28782'>SERVER-28782</a></s>, <s><a href='https://jira.mongodb.org/browse/EVG-1665'>EVG-1665</a></s>, <s><a href='https://jira.mongodb.org/browse/SERVER-29486'>SERVER-29486</a></s>]]></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_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-752</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>ramon.fernandez@mongodb.com</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hralpb:</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_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1711">TIG 2017-05-29</customfieldvalue>
    <customfieldvalue id="1713">TIG 2017-06-19</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|hs4azr:</customfieldvalue>

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