You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alex Ott edited this page Nov 19, 2018
·
6 revisions
gatling-dse-plugin implements a number of additional checks that could be applied to executed query via check, withCheck, or withChecks functions. These checks are organized into several groups - common DSE checks, CQL-related checks, Graph-related checks.
Global checks
Name
Description
exhausted
true if this result set doesn't have more results
applied
if query contained a conditional update, return whether it was successfully applied
rowCount
Number of returned rows (note, that it will fetch all data!)