We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b752b4 commit 5d2ab94Copy full SHA for 5d2ab94
ydb/tests/library/harness/kikimr_config.py
@@ -263,6 +263,9 @@ def __init__(
263
self.yaml_config["table_service_config"]["enable_kqp_data_query_stream_lookup"] = False
264
265
self.yaml_config["feature_flags"]["enable_public_api_external_blobs"] = enable_public_api_external_blobs
266
+
267
+ # for faster shutdown: there is no reason to wait while tablets are drained before whole cluster is stopping
268
+ self.yaml_config["feature_flags"]["enable_drain_on_shutdown"] = False
269
for extra_feature_flag in extra_feature_flags:
270
self.yaml_config["feature_flags"][extra_feature_flag] = True
271
if enable_alter_database_create_hive_first:
0 commit comments