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

Rest Tests - Support for matching objects in lists #34693

Merged
merged 2 commits into from
Nov 1, 2018

Commits on Oct 22, 2018

  1. Rest Tests - Support for matching objects in lists

    Makes it possible to have a key that points to a list and assert that a
    certain object is present in the list. All keys have to be present and
    values have to match. The objects in the source list may have additional
    fields.
    
    example:
    ```
      contains:  { 'nodes.$master.plugins': { name: ingest-attachment }  }
    ```
    
    Backported from elastic#30874 (e8b8d11)
    
    Co-authored-by: Alpar Torok <torokalpar@gmail.com>
    tvernum and alpar-t committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    2920098 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Configuration menu
    Copy the full SHA
    cdb9249 View commit details
    Browse the repository at this point in the history