mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Fix 02494_drop_query_result_cache (add "no-parallel" tag)
This commit is contained in:
parent
b93c56323c
commit
3985fcf59b
@ -1,11 +0,0 @@
|
||||
-- { echoOn }
|
||||
|
||||
-- run query and cache query result
|
||||
SELECT 1 SETTINGS enable_experimental_query_result_cache = true;
|
||||
SELECT count(*) FROM system.queryresult_cache;
|
||||
|
||||
-- query results are no longer in cache after drop
|
||||
SYSTEM DROP QUERY RESULT CACHE;
|
||||
SELECT count(*) FROM system.queryresult_cache;
|
||||
|
||||
-- { echoOff }
|
@ -0,0 +1,3 @@
|
||||
1
|
||||
1
|
||||
0
|
@ -1,11 +1,9 @@
|
||||
-- { echoOn }
|
||||
-- Tags: no-parallel
|
||||
|
||||
-- run query and cache query result
|
||||
SELECT 1 SETTINGS enable_experimental_query_result_cache = true;
|
||||
1
|
||||
SELECT count(*) FROM system.queryresult_cache;
|
||||
1
|
||||
|
||||
-- query results are no longer in cache after drop
|
||||
SYSTEM DROP QUERY RESULT CACHE;
|
||||
SELECT count(*) FROM system.queryresult_cache;
|
||||
0
|
Loading…
Reference in New Issue
Block a user