stress: SYSTEM DROP MARK CACHE

This commit is contained in:
Azat Khuzhin 2021-12-03 21:31:58 +03:00
parent d3a7aed005
commit adec690166

View File

@ -102,6 +102,7 @@ def prepare_for_hung_check(drop_databases):
call_with_retry("clickhouse client -q 'SYSTEM START FETCHES'")
call_with_retry("clickhouse client -q 'SYSTEM START REPLICATED SENDS'")
call_with_retry("clickhouse client -q 'SYSTEM START REPLICATION QUEUES'")
call_with_retry("clickhouse client -q 'SYSTEM DROP MARK CACHE'")
# Issue #21004, live views are experimental, so let's just suppress it
call_with_retry("""clickhouse client -q "KILL QUERY WHERE upper(query) LIKE 'WATCH %'" """)