mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
Merge pull request #67106 from azat/tests/02805_distributed_queries_timeouts
Reintroduce 02805_distributed_queries_timeouts
This commit is contained in:
commit
cf702b2918
@ -0,0 +1,4 @@
|
|||||||
|
create table dist as system.one engine=Distributed(test_shard_localhost, system, one);
|
||||||
|
select sleep(8) from dist settings function_sleep_max_microseconds_per_block=8e9, prefer_localhost_replica=0, receive_timeout=7, async_socket_for_remote=0, use_hedged_requests=1 format Null;
|
||||||
|
select sleep(8) from dist settings function_sleep_max_microseconds_per_block=8e9, prefer_localhost_replica=0, receive_timeout=7, async_socket_for_remote=1, use_hedged_requests=0 format Null;
|
||||||
|
select sleep(8) from dist settings function_sleep_max_microseconds_per_block=8e9, prefer_localhost_replica=0, receive_timeout=7, async_socket_for_remote=0, use_hedged_requests=0 format Null;
|
Loading…
Reference in New Issue
Block a user