mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-09 17:14:47 +00:00
Fix test_distributed_storage_configuration flakiness
It fails [1] due to extra reservation on disk2 for some system.*_log tables, sure we can turn them off, but better to fix it explicitly with a separate policy. [1]: https://s3.amazonaws.com/clickhouse-test-reports/0/98cddf5312722e403dcea429639ac13dc6cada33/integration_tests__tsan__[2_6].html Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
parent
ac1e742afa
commit
d0b4917fd3
@ -27,14 +27,14 @@
|
||||
</disks>
|
||||
|
||||
<policies>
|
||||
<default>
|
||||
<jbod_policy>
|
||||
<volumes>
|
||||
<main>
|
||||
<disk>disk1</disk>
|
||||
<disk>disk2</disk>
|
||||
</main>
|
||||
</volumes>
|
||||
</default>
|
||||
</jbod_policy>
|
||||
</policies>
|
||||
</storage_configuration>
|
||||
</clickhouse>
|
||||
|
@ -53,7 +53,7 @@ def test_insert(start_cluster):
|
||||
test,
|
||||
foo,
|
||||
key%2,
|
||||
'default'
|
||||
'jbod_policy'
|
||||
)
|
||||
"""
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user