Skip to content

Commit 619f60b

Browse files
committed
Fix test
1 parent f832cc3 commit 619f60b

File tree

1 file changed

+2
-1
lines changed
  • tests/integration/test_storage_s3

1 file changed

+2
-1
lines changed

tests/integration/test_storage_s3/test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2428,14 +2428,15 @@ def test_filesystem_cache(started_cluster):
24282428
)
24292429
)
24302430

2431+
instance.query("SYSTEM DROP SCHEMA CACHE")
2432+
24312433
query_id = f"{table_name}-{uuid.uuid4()}"
24322434
instance.query(
24332435
f"select * from s3('http://{started_cluster.minio_host}:{started_cluster.minio_port}/{bucket}/{table_name}.tsv') SETTINGS filesystem_cache_name = 'cache1', enable_filesystem_cache=1",
24342436
query_id=query_id,
24352437
)
24362438

24372439
instance.query("SYSTEM FLUSH LOGS")
2438-
instance.query("SYSTEM DROP SCHEMA CACHE")
24392440

24402441
assert count * 2 == int(
24412442
instance.query(

0 commit comments

Comments
 (0)