mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 03:22:14 +00:00
Fix s3 test
This commit is contained in:
parent
795262f16c
commit
169b38c878
@ -1720,6 +1720,7 @@ def test_schema_inference_cache(started_cluster):
|
|||||||
run_describe_query(instance, files, storage_name, started_cluster, bucket)
|
run_describe_query(instance, files, storage_name, started_cluster, bucket)
|
||||||
check_cache_misses(instance, files, storage_name, started_cluster, bucket, 4)
|
check_cache_misses(instance, files, storage_name, started_cluster, bucket, 4)
|
||||||
|
|
||||||
|
instance.query("system drop schema cache")
|
||||||
test("s3")
|
test("s3")
|
||||||
instance.query("system drop schema cache")
|
instance.query("system drop schema cache")
|
||||||
test("url")
|
test("url")
|
||||||
|
Loading…
Reference in New Issue
Block a user