Duplicate :
|
|
Duplicate :
|
|
Relates :
|
ClhsdbLauncher currently errors out if SA cannot attach to a target process unless we are dealing with macOS. The SA tests using ClhsdbLauncher currently fail on docker containers on Linux since the container needs to be started with strace capabilities. (Would need to do docker run with --cap-add=SYS_PTRACE for attach to work). So modifying ClhsdbLauncher to skip the test with jtreg.SkippedException if Platform.shouldSAAttach() returns false and this is not macOS where we can add privileges.
|