RFR: 8248162: serviceability/attach/RemovingUnixDomainSocketTest.java failed
Chris Plummer
cjplummer at openjdk.java.net
Fri Feb 5 22:14:42 UTC 2021
On Fri, 5 Feb 2021 21:09:37 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
> JDK-8258917 fixed non-java launchers ("wrong launcher" VM warning for tools).
> The fix un-problemlists RemovingUnixDomainSocketTest and changes serviceability tests to use OutputAnalyzer.stderrShouldBeEmptyIgnoreDeprecatedWarnings instead of stderrShouldBeEmptyIgnoreVMWarnings
Overall it looks good, but as @dcubed-ojdk hinted, sufficient mach5 testing is necessary. VM warning issues turn up during testing when extra VM options are used during various tiers and "specialized" test tasks. Simply running the tests in question through mach5 or locally isn't enough.
-------------
Marked as reviewed by cjplummer (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/2438
More information about the serviceability-dev
mailing list