mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
upd tests/integration/test_tmp_policy/test.py
This commit is contained in:
parent
881f1a94ae
commit
0e702fc56d
@ -35,8 +35,8 @@ def test_disk_selection(start_cluster):
|
||||
|
||||
node.query(query, settings=settings)
|
||||
assert node.contains_in_log(
|
||||
"Writing part of aggregation data into temporary file /disk1/"
|
||||
"Writing part of aggregation data into temporary file.*/disk1/"
|
||||
)
|
||||
assert node.contains_in_log(
|
||||
"Writing part of aggregation data into temporary file /disk2/"
|
||||
"Writing part of aggregation data into temporary file.*/disk2/"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user