Update a test

This commit is contained in:
Alexey Milovidov 2023-03-17 21:38:26 +01:00
parent 7bcf2c6ff4
commit 5908b9cbee
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<clickhouse>
<!-- Keep the number of threads consistent across queries in the test -->
<concurrent_threads_soft_limit_ratio_to_cores>0</concurrent_threads_soft_limit_ratio_to_cores>
</clickhouse>

View File

@ -6,6 +6,9 @@ cluster = ClickHouseCluster(__file__)
node = cluster.add_instance(
"node",
main_configs=[
"configs/config.d/config.xml"
],
user_configs=[
"configs/users.d/users.xml",
],