You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/queries/shell_config.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ function wait_for_queries_to_finish()
160
160
{
161
161
local max_tries="${1:-20}"
162
162
# Wait for all queries to finish (query may still be running if a thread is killed by timeout)
163
-
num_tries=0
163
+
localnum_tries=0
164
164
while [[ $($CLICKHOUSE_CLIENT -q "SELECT count() FROM system.processes WHERE current_database=currentDatabase() AND query NOT LIKE '%system.processes%'")-ne 0 ]];do
0 commit comments