Fix integration tests for Hedged requests

This commit is contained in:
Alexey Milovidov 2021-04-19 01:28:03 +03:00
parent ca93987ae9
commit 3030db9043
4 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,8 @@
<load_balancing>in_order</load_balancing>
<hedged_connection_timeout_ms>100</hedged_connection_timeout_ms>
<receive_data_timeout_ms>2000</receive_data_timeout_ms>
<async_socket_for_remote>1</async_socket_for_remote>
<use_hedged_requests>1</use_hedged_requests>
</default>
</profiles>
</yandex>

View File

@ -2,6 +2,8 @@
<yandex>
<profiles>
<default>
<async_socket_for_remote>1</async_socket_for_remote>
<use_hedged_requests>1</use_hedged_requests>
</default>
</profiles>
</yandex>

View File

@ -6,6 +6,8 @@
<max_parallel_replicas>2</max_parallel_replicas>
<hedged_connection_timeout_ms>100</hedged_connection_timeout_ms>
<receive_data_timeout_ms>2000</receive_data_timeout_ms>
<async_socket_for_remote>1</async_socket_for_remote>
<use_hedged_requests>1</use_hedged_requests>
</default>
</profiles>
</yandex>

View File

@ -2,6 +2,8 @@
<yandex>
<profiles>
<default>
<async_socket_for_remote>1</async_socket_for_remote>
<use_hedged_requests>1</use_hedged_requests>
</default>
</profiles>
</yandex>