mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Update test.py
This commit is contained in:
parent
8d9c878eac
commit
600415384c
@ -30,7 +30,9 @@ def start_cluster():
|
|||||||
# correctly, only total is not (it is set via conf.xml)
|
# correctly, only total is not (it is set via conf.xml)
|
||||||
def test_memory_tracking_total():
|
def test_memory_tracking_total():
|
||||||
if instance.is_built_with_thread_sanitizer():
|
if instance.is_built_with_thread_sanitizer():
|
||||||
pytest.skip("Memory tracking does not make sense to check under Thread Sanitizer")
|
pytest.skip(
|
||||||
|
"Memory tracking does not make sense to check under Thread Sanitizer"
|
||||||
|
)
|
||||||
|
|
||||||
instance.query("CREATE TABLE null (row String) ENGINE=Null")
|
instance.query("CREATE TABLE null (row String) ENGINE=Null")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user