RFR: 8338894: Deprecate jhsdb debugd for removal [v6]
Kevin Walls
kevinw at openjdk.org
Fri Sep 6 08:25:07 UTC 2024
On Thu, 5 Sep 2024 18:18:06 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
> Make sure you get good test coverage of you OutputAnalyzer change.
That was the right thing to say, as I didn't have it quite right. stderrShouldBeEmptyIgnoreDeprecatedWarnings() needs to work if both kinds of deprecation message occurred. 8-)
It needs to remove both patterns, then check, like in the other relevant method, stderrShouldMatchIgnoreDeprecatedWarnings(). This can be in a common method. Updated.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20830#issuecomment-2333513735
More information about the serviceability-dev
mailing list