Update 01174_select_insert_isolation.sh

This commit is contained in:
Alexander Tokmakov 2022-07-18 18:47:35 +03:00 committed by GitHub
parent ae96911735
commit bc9c359abe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ function thread_insert_rollback()
function thread_select()
{
while true; do
# Result of `uniq | wc -l` must be 1 if the first and the last queries got the same result
# The first and the last queries must get the same result
$CLICKHOUSE_CLIENT --multiquery --query "
BEGIN TRANSACTION;
SET throw_on_unsupported_query_inside_transaction=0;