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

Fail the build if we can't load the OpenSSL library #11269

Merged
merged 7 commits into from May 19, 2021
Merged

Commits on May 18, 2021

  1. Fail the build if we can't load the OpenSSL library

    Motivation:
    
    We should better fail the build if we can't load the OpenSSL library to ensure we not introduce a regression at some point related to native library loading
    
    Modifications:
    
    Remove usages of assumeTrue and let the tests fail if we cant load the native lib
    
    Result:
    
    Ensure we not regress
    normanmaurer committed May 18, 2021
    Copy the full SHA
    34f390f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5b1acee View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1e7b82c View commit details
    Browse the repository at this point in the history
  4. Fix unit test for real

    normanmaurer committed May 18, 2021
    Copy the full SHA
    06093e0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    376f70c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    dfcf0ac View commit details
    Browse the repository at this point in the history
  7. Add correct assume

    normanmaurer committed May 18, 2021
    Copy the full SHA
    b2159bc View commit details
    Browse the repository at this point in the history