[jdk23] Integrated: 8326705: Test CertMsgCheck.java fails to find alert certificate_required

2024-06-27 Thread Anthony Scarpino
On Wed, 26 Jun 2024 23:01:50 GMT, Anthony Scarpino wrote: > Hi, > > I need a review of this clean backport of this test fix to jdk23. > > Tony This pull request has now been integrated. Changeset: 98fd657c Author:Anthony Scarpino URL: https://git.openjdk.org/jdk/commit/98fd657cfa

Integrated: 8326705: Test CertMsgCheck.java fails to find alert certificate_required

2024-06-26 Thread Anthony Scarpino
On Wed, 5 Jun 2024 02:57:41 GMT, Anthony Scarpino 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.