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

Add optional name in assertion message #1200

Merged

Commits on Feb 24, 2021

  1. Add optional name in assertion message

    With this commit we attempt to extract an operation's `name` property
    and if present, we include it in the assertion message. This is mostly
    useful for operations inside a composite, as we lack context there and
    the error message only indicates an error "somewhere" in the composite
    but not exactly in which specific operation. With this commit, it is
    possible to get that information.
    
    Closes elastic#1196
    danielmitterdorfer committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    b9dee40 View commit details
    Browse the repository at this point in the history