Fix s3 test

This commit is contained in:
Kruglov Pavel 2022-08-16 12:40:10 +02:00 committed by GitHub
parent 795262f16c
commit 169b38c878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1720,6 +1720,7 @@ def test_schema_inference_cache(started_cluster):
run_describe_query(instance, files, storage_name, started_cluster, bucket)
check_cache_misses(instance, files, storage_name, started_cluster, bucket, 4)
instance.query("system drop schema cache")
test("s3")
instance.query("system drop schema cache")
test("url")