<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:24:36 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-9260] posix failure: access.43 Unresolved</title>
                <link>https://jira.whamcloud.com/browse/LU-9260</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Maloo link: &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/461c1d7e-12fc-11e7-b742-5254006e85c2&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/461c1d7e-12fc-11e7-b742-5254006e85c2&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;test log&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;FAILURE SUMMARY:

POSIX failures: 6

Test Name                   Baseline   Lustre Report
access.43                  Succeeded      Unresolved
chmod.18                   Succeeded      Unresolved
chown.18                   Succeeded      Unresolved
creat.28                   Succeeded      Unresolved
creat.30                   Succeeded      Unresolved
link.23                    Succeeded      Unresolved

FAILURE DESCRIPTIONS:

####################################################
Test Name: access.43 Unresolved

	Test Description:
If the implementation supports a read-only file system, EROFS in errno
and a return value of -1 on a call to access(path, amode) when write
access is requested for a file on a read-only file system.
Posix Ref: Component ACCESS Assertion 5.6.3.4-48(C)

	Test Information:
deletion reason: mnt_ro(/dev/loop0, access-d.43) failed
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment>client and server: EL7</environment>
        <key id="45043">LU-9260</key>
            <summary>posix failure: access.43 Unresolved</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="6" iconUrl="https://jira.whamcloud.com/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="2">Won&apos;t Fix</resolution>
                                        <assignee username="sarah">Sarah Liu</assignee>
                                    <reporter username="sarah">Sarah Liu</reporter>
                        <labels>
                    </labels>
                <created>Mon, 27 Mar 2017 17:03:23 +0000</created>
                <updated>Mon, 18 May 2020 17:08:54 +0000</updated>
                            <resolved>Mon, 18 May 2020 17:08:54 +0000</resolved>
                                    <version>Lustre 2.10.0</version>
                    <version>Lustre 2.11.0</version>
                    <version>Lustre 2.12.0</version>
                    <version>Lustre 2.10.4</version>
                    <version>Lustre 2.13.0</version>
                    <version>Lustre 2.10.6</version>
                    <version>Lustre 2.12.1</version>
                    <version>Lustre 2.12.4</version>
                                                        <due></due>
                            <votes>0</votes>
                                    <watches>9</watches>
                                                                            <comments>
                            <comment id="189781" author="adilger" created="Mon, 27 Mar 2017 18:40:06 +0000"  >&lt;p&gt;It isn&apos;t clear why the test script is trying to mount &lt;tt&gt;/dev/loop0&lt;/tt&gt; (which might be the MDT0000 device?) as read-only, instead of remounting the client filesystem read-only?  Definitely the right test here would be remounting the client filesystem read-only.&lt;/p&gt;

&lt;p&gt;It would be worthwhile to look at some older POSIX test logs to see why this is failing now, when (presumably) it didn&apos;t fail before.&lt;/p&gt;</comment>
                            <comment id="191750" author="sarah" created="Wed, 12 Apr 2017 20:44:21 +0000"  >&lt;p&gt;After investigation, it looks like we always use loop devices in posix read-only tests(against lustre) even in EL6, which is obviously wrong, instead it should provide MGS/MDS here. &lt;/p&gt;

&lt;p&gt;in test access.43, it uses setuprofs to setup the read-only fs.&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;test43()
{
        char    *errptr;
        int     pathok = 0;

        /* write access on read only file system */

        DBUG_ENTER(&quot;test43&quot;);

        testfail = 0;

        globok = 0;
        if (setuprofs(t43_dir, t43_file, &apos;f&apos;, (mode_t) MODEANY) != 0)
        {
                DBUG_VOID_RETURN;
        }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;setuprofs.c&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;if ((rofs = tet_getvar(VSX_ROFS)) == NULL || *rofs == &apos;\0&apos;)
        {
                xx_rpt(DELETION);
                in_rpt(&quot;deletion reason: parameter %s is not set&quot;, VSX_ROFS);
                DBUG_PRINTF(&quot;return&quot;, &quot;setuprofs = 1&quot;);
                DBUG_RETURN(1);
        }
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;in scripts/vsx-pcts/parameterisations.sh&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;echo &quot;VSX_ROFS=\&quot;$NOSPC_DEV\&quot;&quot; &amp;gt;&amp;gt; $1
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;in test_sets/SRC/vsxparams&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;NOSPC_DEV=&quot;/dev/loop0&quot;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;The reason why El6 passed before, but EL7 failed, seems because in EL7 loop device can not be cleanup, then remount the same device failed.&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;In order to re run the test suites at a later date run the
rerun_tests program in vsx0&apos;s home directory as the vsx0 user

/usr/src/posix/ext4
rm: cannot remove &apos;/usr/src/posix/ext4/TESTROOT/tset/POSIX.os/ioprim/write/d.write/write-d.25&apos;: Device or resource busy
rm: cannot remove &apos;/usr/src/posix/ext4/TESTROOT/tset/POSIX.os/ioprim/write/d.write/write-d.16&apos;: Device or resource busy
rm: cannot remove &apos;/usr/src/posix/ext4/TESTROOT/tset/POSIX.os/files/mkdir/d.mkdir/mkdir-d.19&apos;: Device or resource busy
rm: cannot remove &apos;/usr/src/posix/ext4/TESTROOT/tset/POSIX.os/files/mkfifo/d.mkfifo/mkfifo-d.17&apos;: Device or resource busy
rm: cannot remove &apos;/usr/src/posix/ext4/TESTROOT/tset/POSIX.os/files/link/d.link/link-d.25&apos;: Device or resource busy
rm: cannot remove &apos;/usr/src/posix/ext4/TESTROOT/tset/POSIX.os/files/rmdir/d.rmdir/rmdir-d.9&apos;: Device or resource busy
rm: cannot remove &apos;/usr/src/posix/ext4/TESTROOT/tset/POSIX.os/files/open/d.open/open-d.46&apos;: Device or resource busy
rm: cannot remove &apos;/usr/src/posix/ext4/TESTROOT/tset/POSIX.os/files/rename/d.rename/rename-d.17&apos;: Device or resource busy
rm: cannot remove &apos;/usr/src/posix/ext4/TESTROOT/tset/POSIX.os/files/unlink/d.unlink/unlink-d.9&apos;: Device or resource busy
Install and build POSIX test suite successfully!
Run POSIX test against lustre filesystem
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="191782" author="adilger" created="Thu, 13 Apr 2017 00:59:45 +0000"  >&lt;p&gt;I don&apos;t think it is the MDS that should be mounted read-only, but rather the client. The test is running on the client. Also, I don&apos;t think that he MDS can be mounted read-only and still work. &lt;/p&gt;</comment>
                            <comment id="191911" author="sarah" created="Thu, 13 Apr 2017 17:43:59 +0000"  >&lt;p&gt;Yes, I meant to mount lustre client as readonly, not MDS. But for mounting client,  it needs to provide MGS info.  Before posix read-only tests, it needs to remount FS as read-only, but it always uses /dev/loop0,  see above rofs is always /dev/loop0, so it is not testing lustre at all. I think we need replace this /dev/loop0 as mgs:/fsname. &lt;/p&gt;</comment>
                            <comment id="192906" author="jamesanunez" created="Thu, 20 Apr 2017 18:04:29 +0000"  >&lt;p&gt;I think I understand why we are using the loop device when mounting a readonly file system. In the configuration file TESTROOT/tetexec.cfg, we can set what file system to mount as read only&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;#	File system which can be mounted read only.
#	Can be the same as VSX_MOUNT_DEV and VSX_NOSPC_DEV.
#	Set to &lt;span class=&quot;code-quote&quot;&gt;&quot;unsup&quot;&lt;/span&gt; &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; read only file systems are not supported.
VSX_ROFS=/dev/loop0
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;I need to look into how to change this configuration file in our POSIX configuration/setup.&lt;/p&gt;</comment>
                            <comment id="197169" author="sarah" created="Fri, 26 May 2017 15:49:52 +0000"  >&lt;p&gt;a quick update of the processing of the issue. I passed the MGSNID:/FSNAME into the suite to replace the &quot;/dev/loop0&quot; and got following error. The error changes and it seems it try to mount r/w but the test seems test mount read-only. Will add some debug info to those tests and see what happens there.&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;FAILURE SUMMARY:

POSIX failures: 5

Test Name                   Baseline   Lustre Report
chmod.18                   Succeeded      Unresolved
chown.18                   Succeeded      Unresolved
creat.28                   Succeeded      Unresolved
creat.30                   Succeeded      Unresolved
link.23                    Succeeded      Unresolved

FAILURE DESCRIPTIONS:

####################################################
Test Name: chmod.18 Unresolved

        Test Description:
If the implementation supports a read-only file system, EROFS in errno
and a return value of -1 on a call to chmod(path, mode) when the named
file resides on a read-only file system. No change to the file mode
shall occur.
Posix Ref: Component CHMOD Assertion 5.6.4.4-39(C)

        Test Information:


Test Agency: Unknown                                      System Tested: Unknown
Test Date:   May 19, 2017                                          Page 29 of 69

                           X/OPEN Verification Suite
Test-Set Summary                                                Test-Set Summary


deletion reason: mnt_rw(onyx-69@tcp:/lustre, chmod-d.18) failed

####################################################

&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="204403" author="sarah" created="Fri, 4 Aug 2017 00:16:40 +0000"  >&lt;p&gt;Did  more investigation and here is what I found&lt;br/&gt;
1. the above changing of using MGS:/FSNAME instead of loop is needed&lt;br/&gt;
2. besides 1, it also needs to change FSTYPE in LSB.tools/userintf.c to lustre,  then recompile the code again before running posix against lustre.&lt;/p&gt;

&lt;p&gt;In that c file, it defines the fstype as ext2&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;/ modify the following for different mountable filesystem types /
#define __USERINTF_FSTYPE &quot;ext2&quot;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;So the process would be&lt;br/&gt;
1. compile posix code and running with default file system&lt;br/&gt;
2. change the c file and recompile&lt;br/&gt;
3. run test with lustre&lt;/p&gt;
</comment>
                            <comment id="206162" author="gerrit" created="Wed, 23 Aug 2017 17:01:54 +0000"  >&lt;p&gt;Wei Liu (wei3.liu@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/28661&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/28661&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9260&quot; title=&quot;posix failure: access.43 Unresolved&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9260&quot;&gt;&lt;del&gt;LU-9260&lt;/del&gt;&lt;/a&gt; test: Use the correct mount device when test against lustre&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: ee7d8850801800d398e67d0ddd1e041b0e87dc4d&lt;/p&gt;</comment>
                            <comment id="206164" author="sarah" created="Wed, 23 Aug 2017 17:04:33 +0000"  >&lt;p&gt;The above patch fixes the problem from lustre side, corresponding changes on Posix test suite are also needed which will be made to toolkit. &lt;/p&gt;</comment>
                            <comment id="206212" author="gerrit" created="Wed, 23 Aug 2017 21:52:27 +0000"  >&lt;p&gt;Wei Liu (wei3.liu@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/28669&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/28669&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9260&quot; title=&quot;posix failure: access.43 Unresolved&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9260&quot;&gt;&lt;del&gt;LU-9260&lt;/del&gt;&lt;/a&gt; test: Use correct parameters when test with lustre&lt;br/&gt;
Project: build/toolkit&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 8a0db0e2de2a1915b1bac6f3180e8bb9bf3c0c0d&lt;/p&gt;</comment>
                            <comment id="206976" author="gerrit" created="Wed, 30 Aug 2017 18:12:14 +0000"  >&lt;p&gt;Minh Diep (minh.diep@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/28669/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/28669/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9260&quot; title=&quot;posix failure: access.43 Unresolved&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9260&quot;&gt;&lt;del&gt;LU-9260&lt;/del&gt;&lt;/a&gt; test: Use correct parameters when test with lustre&lt;br/&gt;
Project: build/toolkit&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 4ed7df5ea427b48f43d153c263bac5a41f57307c&lt;/p&gt;</comment>
                            <comment id="208198" author="gerrit" created="Wed, 13 Sep 2017 03:37:11 +0000"  >&lt;p&gt;Oleg Drokin (oleg.drokin@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/28661/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/28661/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9260&quot; title=&quot;posix failure: access.43 Unresolved&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9260&quot;&gt;&lt;del&gt;LU-9260&lt;/del&gt;&lt;/a&gt; test: Use the correct mount device when test against lustre&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: master&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 7b59ed3ab3c9bfae95b9904982869d31a7e65770&lt;/p&gt;</comment>
                            <comment id="208209" author="pjones" created="Wed, 13 Sep 2017 03:47:47 +0000"  >&lt;p&gt;Landed for 2.11&lt;/p&gt;</comment>
                            <comment id="211200" author="gerrit" created="Mon, 16 Oct 2017 16:51:37 +0000"  >&lt;p&gt;Minh Diep (minh.diep@intel.com) uploaded a new patch: &lt;a href=&quot;https://review.whamcloud.com/29628&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/29628&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9260&quot; title=&quot;posix failure: access.43 Unresolved&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9260&quot;&gt;&lt;del&gt;LU-9260&lt;/del&gt;&lt;/a&gt; test: Use the correct mount device when test against lustre&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: 1&lt;br/&gt;
Commit: 9e5e025b0bfc1c4280b2fcd4caabd7fc4db7ea67&lt;/p&gt;</comment>
                            <comment id="211292" author="casperjx" created="Tue, 17 Oct 2017 16:28:47 +0000"  >&lt;p&gt;Seen again with 2.10.54:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://testing.hpdd.intel.com/test_sessions/77fc6fa0-eddf-4fdb-b9ad-8724d84acb75&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sessions/77fc6fa0-eddf-4fdb-b9ad-8724d84acb75&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="212085" author="gerrit" created="Thu, 26 Oct 2017 16:08:39 +0000"  >&lt;p&gt;John L. Hammond (john.hammond@intel.com) merged in patch &lt;a href=&quot;https://review.whamcloud.com/29628/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://review.whamcloud.com/29628/&lt;/a&gt;&lt;br/&gt;
Subject: &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-9260&quot; title=&quot;posix failure: access.43 Unresolved&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-9260&quot;&gt;&lt;del&gt;LU-9260&lt;/del&gt;&lt;/a&gt; test: Use the correct mount device when test against lustre&lt;br/&gt;
Project: fs/lustre-release&lt;br/&gt;
Branch: b2_10&lt;br/&gt;
Current Patch Set: &lt;br/&gt;
Commit: 384cdeac7f40873220193b37fb083970b834fc03&lt;/p&gt;</comment>
                            <comment id="218788" author="yujian" created="Mon, 22 Jan 2018 08:55:39 +0000"  >&lt;p&gt;The failure occurred at least 9 times in the last week.&lt;/p&gt;

&lt;p&gt;Here is a failure instance on 2.10.57:&lt;br/&gt;
&lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/366580ca-fda5-11e7-a7cd-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/366580ca-fda5-11e7-a7cd-52540065bddc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="219054" author="sarah" created="Wed, 24 Jan 2018 22:37:39 +0000"  >&lt;p&gt;I searched Maloo for the last week and saw 4 failures in all master branch and interop between b2_10 and master. The failures seen in interop testing between master and b2_9 and/or prior should not count since the client doesn&apos;t have the fix. &lt;/p&gt;

&lt;p&gt;Among the 4 failures, 3 of them were regular configs and 1 was interop config. All of those 3 regular configs failed on ONYX. I suspect this is an env related issue.&lt;/p&gt;</comment>
                            <comment id="219906" author="sarah" created="Fri, 2 Feb 2018 20:31:26 +0000"  >&lt;p&gt;Cannot reproduce the problem on onyx with physical nodes or vms, will try to provision the node with snapshot and see what I can find&lt;/p&gt;</comment>
                            <comment id="220007" author="sarah" created="Mon, 5 Feb 2018 18:54:53 +0000"  >&lt;p&gt;Cannot reproduce the problem on vm either, nodes were installed via snapshot&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://testing.hpdd.intel.com/test_sessions/c64e9304-0aa5-11e8-bd00-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sessions/c64e9304-0aa5-11e8-bd00-52540065bddc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="224617" author="jgmitter" created="Tue, 27 Mar 2018 16:45:45 +0000"  >&lt;p&gt;Should we resolve this issue as fixed in 2.11.0 if it is no longer seen nor reproducible?&lt;/p&gt;</comment>
                            <comment id="224733" author="jamesanunez" created="Wed, 28 Mar 2018 16:51:45 +0000"  >&lt;p&gt;We are still seeing this issue or something very close to it. Here is an example &lt;a href=&quot;https://testing.hpdd.intel.com/test_sets/5fbcc25c-2a4c-11e8-b6a0-52540065bddc.&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.hpdd.intel.com/test_sets/5fbcc25c-2a4c-11e8-b6a0-52540065bddc.&lt;/a&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;</comment>
                            <comment id="238569" author="yujian" created="Fri, 14 Dec 2018 00:04:07 +0000"  >&lt;p&gt;+1 on master branch:&lt;br/&gt;
&lt;a href=&quot;https://testing.whamcloud.com/test_sets/8484a974-fdf0-11e8-b837-52540065bddc&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://testing.whamcloud.com/test_sets/8484a974-fdf0-11e8-b837-52540065bddc&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="270487" author="jamesanunez" created="Mon, 18 May 2020 17:08:54 +0000"  >&lt;p&gt;We will not fix this issue because we&#8217;ve replaced the POSIX test suite with pjdfstest.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="45044">LU-9261</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="45045">LU-9262</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="45047">LU-9264</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="47095">LU-9732</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </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|hzz8d3:</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>