RFR: 8341246: Test com/sun/tools/attach/PermissionTest.java fails access denied after JDK-8327114 [v2]

Laurence Cable larry.cable at oracle.com
Wed Oct 2 18:31:47 UTC 2024


Daniel I plan to push a PR that will fix the attach code later today!

- Larry


On 10/2/24 8:44 AM, Daniel D. Daugherty wrote:
> On Tue, 1 Oct 2024 15:38:56 GMT, SendaoYan <syan at openjdk.org> wrote:
>
>>> Hi all,
>>> Test `com/sun/tools/attach/PermissionTest.java` fails access denied after [JDK-8327114](https://bugs.openjdk.org/browse/JDK-8327114). This testcase need the `readlink` permission of file `/proc/self/ns/mnt` after [JDK-8327114](https://bugs.openjdk.org/browse/JDK-8327114).
>>> So this PR add `readlink` permission to make this test work normally.
>>> Before this PR, test run failed, after this PR, test run success. Test fix only, no risk.
>> SendaoYan has updated the pull request incrementally with one additional commit since the last revision:
>>
>>    merge two comments enclosed with /* ... */ on two lines
> @sendaoYan - This failure is quite noisy in the Oracle CI. We see
> many failures in Tier[567]. When will you be integrating your fix?
>
> -------------
>
> PR Comment: https://git.openjdk.org/jdk/pull/21269#issuecomment-2388992950



More information about the serviceability-dev mailing list