File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ydb/tests/library/harness Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -283,12 +283,12 @@ def __init__(
283283 self .yaml_config ['pqconfig' ]['require_credentials_in_new_protocol' ] = False
284284 self .yaml_config ['pqconfig' ]['root' ] = '/Root/PQ'
285285 self .yaml_config ['pqconfig' ]['quoting_config' ]['enable_quoting' ] = False
286- if column_shard_config :
287- self .yaml_config ["column_shard_config" ] = column_shard_config
288286 if pq_client_service_types :
289287 self .yaml_config ['pqconfig' ]['client_service_type' ] = []
290288 for service_type in pq_client_service_types :
291289 self .yaml_config ['pqconfig' ]['client_service_type' ].append ({'name' : service_type })
290+ if column_shard_config :
291+ self .yaml_config ["column_shard_config" ] = column_shard_config
292292
293293 self .yaml_config ['grpc_config' ]['services' ].extend (extra_grpc_services )
294294
You can’t perform that action at this time.
0 commit comments