Re: RFR: 8313357: Revisit requiring SA tests on OSX to either run as root or use sudo

2023-08-13 Thread David Holmes
On Fri, 11 Aug 2023 18:00:01 GMT, Chris Plummer wrote: > I'm not sure about your caching question. I would assume you are asking how > many times it executed per test, which is only once. Okay. That is still unfortunate as I would expect this to be a dynamic property that changes very rarely.

Re: RFR: 8313357: Revisit requiring SA tests on OSX to either run as root or use sudo

2023-08-13 Thread David Holmes
On Fri, 11 Aug 2023 18:00:01 GMT, Chris Plummer wrote: > but there are only two if developer mode is enabled (developer mode check and > SA tool launch). So do we expect developer mode to be enabled in our CI testing? - PR Comment: https://git.openjdk.org/jdk/pull/15238#issuecomme

Re: RFR: 8313357: Revisit requiring SA tests on OSX to either run as root or use sudo

2023-08-13 Thread Chris Plummer
On Mon, 14 Aug 2023 01:14:40 GMT, David Holmes wrote: > So do we expect developer mode to be enabled in our CI testing? We don't expect it to be, but it is on a few machines. - PR Comment: https://git.openjdk.org/jdk/pull/15238#issuecomment-1676764048