mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
fix
This commit is contained in:
parent
ca5158a9c2
commit
2145fa3f21
@ -12,4 +12,3 @@ Check if another query is passed
|
||||
Modify max_concurrent_queries back to 1
|
||||
Check if another query with less marks to read is throttled
|
||||
yes
|
||||
finished long_running_query default select sleepEachRow(0.01) from simple settings max_block_size = 1 format Null
|
||||
|
@ -63,7 +63,7 @@ CODE=$?
|
||||
[ "$CODE" -ne "202" ] && echo "Expected error code: 202 but got: $CODE" && exit 1;
|
||||
echo "yes"
|
||||
|
||||
${CLICKHOUSE_CLIENT} --query "KILL QUERY WHERE query_id = '$query_id' SYNC"
|
||||
${CLICKHOUSE_CLIENT} --query "KILL QUERY WHERE query_id = '$query_id' SYNC FORMAT Null"
|
||||
wait
|
||||
|
||||
${CLICKHOUSE_CLIENT} --multiline --multiquery --query "
|
||||
|
Loading…
Reference in New Issue
Block a user