forked from elastic/rally
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
3875968
commit b9dee40
Showing
2 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters