On Wed, 5 Jun 2024 02:57:41 GMT, Anthony Scarpino <ascarp...@openjdk.org> wrote:
> Hi, > > I need a review for this simple change to fix a threading problem with the > test. The server thread was not completing before the check occurred on the > main thread. The failure showed up in windows and macos, but not linux. > With this fix, running 100 times, windows & macos showed no failures. > > Tony This pull request has now been integrated. Changeset: 4ffc5e60 Author: Anthony Scarpino <ascarp...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/4ffc5e60776353b03e9a557c39148e378b1690e2 Stats: 36 lines in 3 files changed: 13 ins; 5 del; 18 mod 8326705: Test CertMsgCheck.java fails to find alert certificate_required Reviewed-by: ssahoo, rhalade ------------- PR: https://git.openjdk.org/jdk/pull/19553