Skip to content

To skip cached queries by QueryRecorder

Smriti Garg requested to merge smriti-383788/groups_spec_flaky_test into master

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

Merge request reports