<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 03:23:17 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>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-16019] sanity test_101j: FAIL: expected 4096 got 8192 </title>
                <link>https://jira.whamcloud.com/browse/LU-16019</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;This issue was created by maloo for jianyu &amp;lt;yujian@whamcloud.com&amp;gt;&lt;/p&gt;

&lt;p&gt;This issue relates to the following test suite run: &lt;a href=&quot;https://testing.whamcloud.com/test_sets/3a8eb542-e2e6-4223-8a43-3f37b87a4636&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/3a8eb542-e2e6-4223-8a43-3f37b87a4636&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;test_101j failed with the following error:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;== sanity test 101j: A complete read block should be submitted when no RA ========================================================== 19:37:12 (1657913832)
Disable read-ahead
16+0 records in
16+0 records out
16777216 bytes (17 MB, 16 MiB) copied, 0.0565881 s, 296 MB/s
Reset readahead stats
4096+0 records in
4096+0 records out
16777216 bytes (17 MB, 16 MiB) copied, 1.08708 s, 15.4 MB/s
snapshot_time             3868.949651534 secs.nsecs
start_time                0.000000000 secs.nsecs
elapsed_time              3868.949651534 secs.nsecs
failed_to_fast_read       8192 samples [pages]
 sanity test_101j: @@@@@@ FAIL: expected 4096 got 8192
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;







&lt;p&gt;VVVVVVV DO NOT REMOVE LINES BELOW, Added by Maloo for auto-association VVVVVVV&lt;br/&gt;
sanity test_101j - expected 4096 got 8192&lt;/p&gt;</description>
                <environment>RHEL 9.0 client</environment>
        <key id="71172">LU-16019</key>
            <summary>sanity test_101j: FAIL: expected 4096 got 8192 </summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="qian_wc">Qian Yingjin</assignee>
                                    <reporter username="maloo">Maloo</reporter>
                        <labels>
                    </labels>
                <created>Fri, 15 Jul 2022 22:16:26 +0000</created>
                <updated>Tue, 30 Jan 2024 01:07:37 +0000</updated>
                            <resolved>Mon, 8 Aug 2022 22:30:38 +0000</resolved>
                                    <version>Lustre 2.15.1</version>
                    <version>Lustre 2.15.3</version>
                                    <fixVersion>Lustre 2.16.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="340620" author="yujian" created="Fri, 15 Jul 2022 22:21:41 +0000"  >&lt;p&gt;Hi Yingjin,&lt;br/&gt;
You fixed a similar issue in &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-15244&quot; title=&quot;sanity test_101j: FAIL: expected 4096 got 4100 &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-15244&quot;&gt;&lt;del&gt;LU-15244&lt;/del&gt;&lt;/a&gt;. Could you please take a look at this one?&lt;/p&gt;</comment>
                            <comment id="340657" author="qian_wc" created="Mon, 18 Jul 2022 08:46:36 +0000"  >&lt;p&gt;In the new kernel 5.14 (rhel9), the redahead may be out of Lustre control:&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
void page_cache_sync_ra(struct readahead_control *ractl,
		unsigned &lt;span class=&quot;code-object&quot;&gt;long&lt;/span&gt; req_count)
{
	bool do_forced_ra = ractl-&amp;gt;file &amp;amp;&amp;amp; (ractl-&amp;gt;file-&amp;gt;f_mode &amp;amp; FMODE_RANDOM);

	/*
	 * Even &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; read-ahead is disabled, issue &lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt; request as read-ahead
	 * as we&apos;ll need it to satisfy the requested range. The forced
	 * read-ahead will &lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt; the right thing and limit the read to just the
	 * requested range, which we&apos;ll set to 1 page &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;this&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;case&lt;/span&gt;.
	 */
	&lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (!ractl-&amp;gt;ra-&amp;gt;ra_pages || blk_cgroup_congested()) {
		&lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (!ractl-&amp;gt;file)
			&lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt;;
		req_count = 1;
		do_forced_ra = &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;;
	}

	&lt;span class=&quot;code-comment&quot;&gt;/* be dumb */&lt;/span&gt;
	&lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (do_forced_ra) {
		force_page_cache_ra(ractl, req_count);
		&lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt;;
	}

	&lt;span class=&quot;code-comment&quot;&gt;/* &lt;span class=&quot;code-keyword&quot;&gt;do&lt;/span&gt; read-ahead */&lt;/span&gt;
	ondemand_readahead(ractl, &lt;span class=&quot;code-keyword&quot;&gt;false&lt;/span&gt;, req_count);
}

generic_file_read_iter()
  -&amp;gt;filemap_read()
    -&amp;gt;filemap_get_pages()
      -&amp;gt;page_cache_sync_readahead()
        -&amp;gt;page_cache_sync_ra()
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Only setting @ra_pages with 0 can not totally avoid the readahead in the kernel I/O path.&lt;/p&gt;

&lt;p&gt;I will try to set @bdi-&amp;gt;io_pages to see whether it can totally avoid the readahead in the kernel.&lt;/p&gt;</comment>
                            <comment id="340941" author="gerrit" created="Wed, 20 Jul 2022 02:51:39 +0000"  >&lt;p&gt;&quot;Yingjin Qian &amp;lt;qian@ddn.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/47993&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47993&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16019&quot; title=&quot;sanity test_101j: FAIL: expected 4096 got 8192 &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16019&quot;&gt;&lt;del&gt;LU-16019&lt;/del&gt;&lt;/a&gt; llite: fully disable readahead in kernel I/O path&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: b3cafb06ad0dd347e487df3e4c7b0086f8c23378&lt;/p&gt;</comment>
                            <comment id="342955" author="gerrit" created="Mon, 8 Aug 2022 19:53:58 +0000"  >&lt;p&gt;&quot;Oleg Drokin &amp;lt;green@whamcloud.com&amp;gt;&quot; merged in patch &lt;a href=&quot;https://review.whamcloud.com/47993/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/47993/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16019&quot; title=&quot;sanity test_101j: FAIL: expected 4096 got 8192 &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16019&quot;&gt;&lt;del&gt;LU-16019&lt;/del&gt;&lt;/a&gt; llite: fully disable readahead in kernel I/O path&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: f0cf7fd3cccb2313fa94a307cf862afba256b8d8&lt;/p&gt;</comment>
                            <comment id="342980" author="pjones" created="Mon, 8 Aug 2022 22:30:38 +0000"  >&lt;p&gt;Landed for 2.16&lt;/p&gt;</comment>
                            <comment id="343624" author="gerrit" created="Mon, 15 Aug 2022 18:18:01 +0000"  >&lt;p&gt;&quot;Jian Yu &amp;lt;yujian@whamcloud.com&amp;gt;&quot; uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/48219&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/48219&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-16019&quot; title=&quot;sanity test_101j: FAIL: expected 4096 got 8192 &quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-16019&quot;&gt;&lt;del&gt;LU-16019&lt;/del&gt;&lt;/a&gt; llite: fully disable readahead in kernel I/O path&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_15&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: a0309239b7bf3d2ea1edd2b3c6899e62310f2121&lt;/p&gt;</comment>
                            <comment id="357610" author="JIRAUSER17900" created="Thu, 29 Dec 2022 02:42:38 +0000"  >&lt;p&gt;+1 on b2_15&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/a24fd753-7784-4fee-a205-80c2f69c3b9c&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/a24fd753-7784-4fee-a205-80c2f69c3b9c&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="400612" author="eaujames" created="Mon, 22 Jan 2024 16:23:46 +0000"  >&lt;p&gt;This test seems to fail systematically on b2_15 with SLES 15.5:&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Maloo request:&lt;/b&gt; &lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/search?end_date=2024-01-22&amp;amp;source=sub_tests&amp;amp;start_date=2024-01-16&amp;amp;status=FAIL&amp;amp;sub_test_script_id=4e0877da-9d97-11e9-9e3d-52540065bddc&amp;amp;test_set_script_id=f9516376-32bc-11e0-aaee-52540025f9ae#redirect&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/search?end_date=2024-01-22&amp;amp;source=sub_tests&amp;amp;start_date=2024-01-16&amp;amp;status=FAIL&amp;amp;sub_test_script_id=4e0877da-9d97-11e9-9e3d-52540065bddc&amp;amp;test_set_script_id=f9516376-32bc-11e0-aaee-52540025f9ae#redirect&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;List of failed tests:&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/39d71f45-7d51-4f5c-ba4e-f80baaa78c54&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/39d71f45-7d51-4f5c-ba4e-f80baaa78c54&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/cfe363db-6808-46eb-9230-c193311948df&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/cfe363db-6808-46eb-9230-c193311948df&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/de311c98-e614-4688-9309-1e94970f291a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/de311c98-e614-4688-9309-1e94970f291a&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/95fa785f-6a63-4c2e-98e5-e03fb88247b4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/95fa785f-6a63-4c2e-98e5-e03fb88247b4&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/92c92458-2a70-4d2e-aa4a-102d07a655d4&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/92c92458-2a70-4d2e-aa4a-102d07a655d4&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/b7419692-b1ad-4b4b-98ca-eb6f7d2f72f2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/b7419692-b1ad-4b4b-98ca-eb6f7d2f72f2&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/7a1a16a8-d371-44ed-a0ea-b330833008c6&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/7a1a16a8-d371-44ed-a0ea-b330833008c6&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/28d556b7-a0e4-4cc5-98f6-529cbaa51559&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/28d556b7-a0e4-4cc5-98f6-529cbaa51559&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/f120a210-072b-4b87-b989-f37ed45fd375&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/f120a210-072b-4b87-b989-f37ed45fd375&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/80fd17a2-2c1b-4d3a-ab7b-fc82f550b083&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/80fd17a2-2c1b-4d3a-ab7b-fc82f550b083&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/58972dee-d534-4501-b46f-3b7535249c92&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/58972dee-d534-4501-b46f-3b7535249c92&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/002e9b15-8ce3-49f2-91c8-afc4581d4171&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/002e9b15-8ce3-49f2-91c8-afc4581d4171&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/4fc5b38e-d128-4973-8073-d08509653557&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/4fc5b38e-d128-4973-8073-d08509653557&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/6c6099d7-bc83-4bdc-adb0-1779eadc270b&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/6c6099d7-bc83-4bdc-adb0-1779eadc270b&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/d357820d-c1a5-4be1-8988-8facf91887b1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/d357820d-c1a5-4be1-8988-8facf91887b1&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/3898f2b3-0b8a-43a7-82a1-2978d7d0aadf&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/3898f2b3-0b8a-43a7-82a1-2978d7d0aadf&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/8ee204c2-5e57-47cd-a120-65a97ee093b3&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/8ee204c2-5e57-47cd-a120-65a97ee093b3&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/bb5d3295-23c3-4177-8ffc-75598752e98e&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/bb5d3295-23c3-4177-8ffc-75598752e98e&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/18d788d8-bed7-43af-ab02-c00f357a6b1f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/18d788d8-bed7-43af-ab02-c00f357a6b1f&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/a920cbe9-da8b-4433-b48c-df880cc61131&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/a920cbe9-da8b-4433-b48c-df880cc61131&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/54738b79-bea0-489d-a912-cd3609a9de92&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/54738b79-bea0-489d-a912-cd3609a9de92&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/8c38b7a0-35e4-4626-9571-8f990597b896&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/8c38b7a0-35e4-4626-9571-8f990597b896&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/45939143-f996-49a3-b0f2-331a7734df15&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/45939143-f996-49a3-b0f2-331a7734df15&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/1b741892-63f6-416a-8ad1-984c50a6924f&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/1b741892-63f6-416a-8ad1-984c50a6924f&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/ed197a61-8a47-4457-ab49-bbfec4e0ea3a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/ed197a61-8a47-4457-ab49-bbfec4e0ea3a&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/8bc9bd6e-30e8-4ce0-9cdd-55f4201cf356&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/8bc9bd6e-30e8-4ce0-9cdd-55f4201cf356&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;a href=&quot;https://testing.whamcloud.com/sub_tests/969a3de9-c7ea-4c95-85b7-a8b92c8ba416&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/sub_tests/969a3de9-c7ea-4c95-85b7-a8b92c8ba416&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="401738" author="JIRAUSER17900" created="Tue, 30 Jan 2024 01:07:37 +0000"  >&lt;p&gt;+1 on b2_15 again&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sessions/66a00fbf-6bc8-4f72-a0c3-b1a5479c0ca9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sessions/66a00fbf-6bc8-4f72-a0c3-b1a5479c0ca9&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                                        </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                            <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|i02uqv:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

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