We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation (see https://esrally.readthedocs.io/en/stable/recipes.html?highlight=debug#checking-queries-and-responses) does not describe what fields are available and what conditions are supported in assertions on responses.
For example, I tried using assertions on a raw-request, which was just silently ignored by the system.
Further, it is unclear what fields are available and what comparison operators you can use.
The text was updated successfully, but these errors were encountered:
Additionally, rally currently silently ignores assertions (just logging a DEBUG message), maybe this should be treated as a hard failure (see
rally/esrally/driver/runner.py
Line 399 in 067b27c
Sorry, something went wrong.
Add support for assertions on raw requests (#1584)
ddad4b4
Adds support for assertions on raw requests. Relates #1582 Co-authored-by: Quentin Pradet <[email protected]>
No branches or pull requests
The documentation (see https://esrally.readthedocs.io/en/stable/recipes.html?highlight=debug#checking-queries-and-responses) does not describe what fields are available and what conditions are supported in assertions on responses.
For example, I tried using assertions on a raw-request, which was just silently ignored by the system.
Further, it is unclear what fields are available and what comparison operators you can use.
The text was updated successfully, but these errors were encountered: