Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
106769: tenantcostclient: tighten query RU estimate test r=yuzefovich a=yuzefovich The query RU estimate test involves two runs of test queries: - via EXPLAIN ANALYZE to get the RU estimate - "vanilla" way and getting the precise RU usage. One of the test queries is a large INSERT, and previously we didn't delete the data after the first run. As a result, the second run would operate on 2x size of the data set. This commit fixes that oversight by including a DELETE query into the test query set which allows us to tighten the delta margin from 0.75 to 0.05 (got no failures in over 1k runs with 0.05 now). Epic: None Release note: None Co-authored-by: Yahor Yuzefovich <[email protected]>
- Loading branch information