mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 01:41:59 +00:00
fix tests
This commit is contained in:
parent
729dfacb4c
commit
ee44857c4c
@ -6,7 +6,7 @@ CREATE TABLE read_in_order_with_parallel_replicas(id UInt64) ENGINE=MergeTree OR
|
||||
|
||||
INSERT INTO read_in_order_with_parallel_replicas SELECT number from system.numbers limit 100000;
|
||||
|
||||
SELECT * from read_in_order_with_parallel_replicas ORDER BY id desc limit 1;
|
||||
SELECT * from read_in_order_with_parallel_replicas ORDER BY id desc limit 1 settings max_threads=1;
|
||||
|
||||
SELECT * from read_in_order_with_parallel_replicas ORDER BY id desc limit 1
|
||||
SETTINGS max_parallel_replicas = 2,
|
||||
|
Loading…
Reference in New Issue
Block a user