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

Cleanup test user in HLRC test #49477

Merged
merged 1 commit into from
Nov 28, 2019

Commits on Nov 22, 2019

  1. Cleanup test user in HLRC test

    SecurityIT.testGetUser creates a user for testing purposes, but did
    not delete the user at the end of the test. This could leave the
    cluster in an unexpected state for other tests.
    
    This commit:
    - Deletes the user at the end of `testGetUser`
    - Adds the test-name as metadata to the users that are created in `SecurityIT`
      so that their origin is clear if they do interfere with other tests
    - Enables SecurityDocumentationIT.testGetUsers on the expectation that
      the new cleanup step will resolve the unreliability of that test.
    
    Relates: elastic#48440
    tvernum committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    7285eea View commit details
    Browse the repository at this point in the history