mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update a test
This commit is contained in:
parent
7bcf2c6ff4
commit
5908b9cbee
@ -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>
|
@ -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",
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user