mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Merge branch 'hive_table' of https://github.com/bigo-sg/ClickHouse into bigo_hive_table
This commit is contained in:
commit
2d9b9169e1
@ -106,7 +106,7 @@ def test_parquet_groupby_with_cache(started_cluster):
|
||||
assert result == expected_result
|
||||
def test_cache_read_bytes(started_cluster):
|
||||
node = started_cluster.instances['h0_0_0']
|
||||
time.sleep(3)
|
||||
time.sleep(10)
|
||||
result = node.query("select sum(ProfileEvent_ExternalDataSourceLocalCacheReadBytes) from system.metric_log where ProfileEvent_ExternalDataSourceLocalCacheReadBytes > 0")
|
||||
logging.info("Read bytes from cache:{}".format(result))
|
||||
assert result.strip() != '0'
|
||||
|
Loading…
Reference in New Issue
Block a user