Integrated: 8307347: serviceability/sa/ClhsdbDumpclass.java could leave files owned by root on macOS
Arno Zeller
azeller at openjdk.org
Mon May 8 08:40:16 UTC 2023
On Thu, 4 May 2023 07:30:49 GMT, Arno Zeller <azeller at openjdk.org> wrote:
> Unless this test is run as root, it needs sudo privileges. If it gets them, the test runs fine, but leaves a file with root ownership. So jtreg cannot delete it, and you see errors when "make clean" tries to delete it.
> It's best that we just don't run the test on OSX if sudo privileges.
This pull request has now been integrated.
Changeset: 5c7ede94
Author: Arno Zeller <azeller at openjdk.org>
Committer: Christoph Langer <clanger at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/5c7ede94ae59b46c12d40a38bf5b7e15319cc7e2
Stats: 5 lines in 1 file changed: 5 ins; 0 del; 0 mod
8307347: serviceability/sa/ClhsdbDumpclass.java could leave files owned by root on macOS
Reviewed-by: stuefe, cjplummer
-------------
PR: https://git.openjdk.org/jdk/pull/13791
More information about the serviceability-dev
mailing list