To skip cached queries by QueryRecorder
What does this MR do and why?
Solves #383788 (closed)
We can see the spec being quarantined in - !105138 (merged). This quarantine happened right after spec was added as part of this MR - 045b9e1c . I think the spec was always flaky and was almost immediately quarantined.
Currently the difference in count api call QueryRecorder output is mainly because repeated execution of Select namespace
Query which in realistic scenario will be cached and wont be repeatedly executed.
This can be verified by setting skip_cached
to true for QueryRecorder to not to consider cached queries.
Edited by Smriti Garg