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) #40530

Merged
merged 1 commit into from
Mar 27, 2019

Commits on Mar 27, 2019

  1. [Test] Modify assert statement for ssl handshake (elastic#32072)

    There have been changes in error messages for `SSLHandshakeException`.
    This has caused a 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.
    
    Closes elastic#31940
    bizybot authored and benwtrent committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    e038aee View commit details
    Browse the repository at this point in the history