mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update test.py
This commit is contained in:
parent
ef58249115
commit
adf2d56a2d
@ -111,8 +111,8 @@ def test_read_after_cache_is_wiped(cluster):
|
||||
|
||||
# After cache is populated again, only .bin files should be accessed from Blob Storage.
|
||||
assert (
|
||||
azure_query(node, f"SELECT * FROM {TABLE_NAME} order by dt, id FORMAT Values")
|
||||
== values
|
||||
azure_query(node, f"SELECT * FROM {TABLE_NAME} order by dt, id FORMAT Values").strip()
|
||||
== "('2021-11-13',3,'hello'),('2021-11-14',4,'heyo')"
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user