Skip to content

Commit

Permalink
response to the reviewers
Browse files Browse the repository at this point in the history
Signed-off-by: freemandealer <[email protected]>
  • Loading branch information
freemandealer committed Jul 9, 2024
1 parent 7fe2172 commit 9aa66d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ suite("test_ttl_lru_evict") {
load_customer_once("customer_ttl")
}
// then we do query and hopefully, we should not run into too many SKIP_CACHE
sql """ select count(*) from customer_ttl """
sql """ select count(*) from customer_ttl where C_ADDRESS like '%ea%' and C_NAME like '%a%' and C_COMMENT like '%b%' """

long skip_cache_count_end = 0
getMetricsMethod.call() {
Expand Down

0 comments on commit 9aa66d7

Please sign in to comment.