mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Skip for sanitizer builds
This commit is contained in:
parent
3a184880c6
commit
9e3794f7d7
@ -682,6 +682,9 @@ def test_cmd_rqld(started_cluster):
|
||||
|
||||
|
||||
def test_cmd_clrs(started_cluster):
|
||||
if node1.is_built_with_sanitizer():
|
||||
return
|
||||
|
||||
def get_memory_purges():
|
||||
return node1.query(
|
||||
"SELECT value FROM system.events WHERE event = 'MemoryAllocatorPurge' SETTINGS system_events_show_zero_values = 1"
|
||||
|
Loading…
Reference in New Issue
Block a user