Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Test] Modify assert statement for ssl handshake #32072

Merged
merged 2 commits into from
Jul 17, 2018

Commits on Jul 16, 2018

  1. [Test] Modify assert statement for ssl handshake

    There have been changes in error messages for `SSLHandshakeException`.
    This has caused couple of failures in our tests.
    This commit modifies test verification to assert on exception type of
    class `SSLHandshakeException`.
    There was another issue in Java11 which caused NPE. The bug has now
    been fixed on Java11 - early access build 22.
    Bug Ref: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8206355
    Enable the skipped tests due to this bug.
    Yogesh Gaikwad committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    423ee40 View commit details
    Browse the repository at this point in the history
  2. [Kerberos] Remove unused import

    Yogesh Gaikwad committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    8cb1143 View commit details
    Browse the repository at this point in the history