You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(xds): relax getHandshakeSession mock verification in XdsX509TrustManagerTest (#12861) (#12966)
In JDK 28, `X509TrustManagerImpl` retrieves the handshake session
multiple times during certificate verification. PR #12861 relaxed one
verification to `atLeastOnce()`, but left `times(1)` on the remaining
five test cases in `XdsX509TrustManagerTest`.
This change relaxes all remaining `getHandshakeSession()` mock
verifications in `XdsX509TrustManagerTest` from `times(1)` to
`atLeastOnce()`.
0 commit comments