aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzalyalov <zalyalov@yandex-team.com>2023-10-12 20:18:01 +0300
committerzalyalov <zalyalov@yandex-team.com>2023-10-12 20:48:21 +0300
commitb0e672e2a87c46ac2b724cad5bf01b7a3924dc2a (patch)
tree49c1adafd77b55f4f9a72813e94968b663f14047
parent3db4565eda76a69121a9a083c43fdb0026857808 (diff)
downloadydb-b0e672e2a87c46ac2b724cad5bf01b7a3924dc2a.tar.gz
disable another balancer in drain test
-rw-r--r--ydb/tests/functional/hive/test_drain.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ydb/tests/functional/hive/test_drain.py b/ydb/tests/functional/hive/test_drain.py
index 613172d784d..cb69ad21be0 100644
--- a/ydb/tests/functional/hive/test_drain.py
+++ b/ydb/tests/functional/hive/test_drain.py
@@ -29,7 +29,8 @@ class TestHive(object):
hive_config={
'max_node_usage_to_kick': 100,
'min_scatter_to_balance': 100,
- 'object_imbalance_to_balance': 1000000,
+ 'min_counter_scatter_to_balance': 100,
+ 'object_imbalance_to_balance': 100,
},
)
)