mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Fix
This commit is contained in:
parent
738551dbf1
commit
ef58249115
@ -96,8 +96,11 @@ def test_read_after_cache_is_wiped(cluster):
|
||||
node = cluster.instances[NODE_NAME]
|
||||
create_table(node, TABLE_NAME)
|
||||
|
||||
values = "('2021-11-13',3,'hello'),('2021-11-14',4,'heyo')"
|
||||
|
||||
# We insert into different partitions, so do it separately to avoid
|
||||
# test flakyness when retrying the query in case of retriable exception.
|
||||
values = "('2021-11-13',3,'hello')"
|
||||
azure_query(node, f"INSERT INTO {TABLE_NAME} VALUES {values}")
|
||||
values = "('2021-11-14',4,'heyo')"
|
||||
azure_query(node, f"INSERT INTO {TABLE_NAME} VALUES {values}")
|
||||
|
||||
# Wipe cache
|
||||
|
Loading…
Reference in New Issue
Block a user