This commit is contained in:
Alexander Kuzmenkov 2021-03-31 18:15:09 +03:00
parent ca5158a9c2
commit 2145fa3f21
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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 "