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

Make docker tests more reliable #68512

Merged

Commits on Feb 4, 2021

  1. Make docker tests more reliable

    Closes elastic#66656.
    
    Current, `Docker#verifyOssInstallation(...)` checks the permissions of
    `elasticsearch.keystore`, however this often causes problems when a test
    forgets to wait for ES and the keystore doesn't exist yet.
    
    Instead, add a test specifically to check `elasticsearch.keystore` and
    remove the check from `verifyOssInstallation()`.
    pugnascotia committed Feb 4, 2021
    Copy the full SHA
    4eb4cca View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Copy the full SHA
    8c7c022 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8957332 View commit details
    Browse the repository at this point in the history