AdaptorMulticasting.java fails on MacOS/AArch64

Jaikiran Pai jai.forums2013 at gmail.com
Mon Aug 29 02:32:24 UTC 2022


The testing documentation available in the repo has now been updated to 
include a section explaining the failure handlers 
https://github.com/openjdk/jdk/pull/10021

-Jaikiran

On 19/07/22 9:59 pm, Andrew Haley wrote:
> On 7/19/22 15:22, Jaikiran Pai wrote:
>> Is it the test that's asking for the password or is it the jtreg failure
>> handler (which runs a bunch of post-failure commands for data
>> collection) that's asking for the password? One of the post-failure
>> commands is the "sudo dmesg" command of macos which requires the
>> password. So, I suspect that's the one which is prompting for the
>> password,*after*  the test has already failed with some different 
>> reason.
>
> Ahhh. The light goes on.
>
>> If that's the case, then this relates to
>> https://bugs.openjdk.org/browse/JDK-8286744. I believe, setting up the
>> /etc/sudoers.d/sudoers file on your system for the /sbin/dmesg command
>> should get you past this. I suspect, this needs to be documented in the
>> build/testing documentation (or we need to somehow skip this command) -
>> I'll raise a JBS issue for this.
>
> OK. I'll have another try, after setting up sudo.
>
>
>


More information about the jdk-dev mailing list