Update 02310_clickhouse_local_INSERT_progress_profile_events.expect

This commit is contained in:
filimonov 2024-10-26 08:27:42 +02:00 committed by GitHub
parent f5cc485578
commit 24cd9bed87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,9 +34,9 @@ expect_after {
# The sleep command in the bash loop ensures that interactive_delay will be reached. # The sleep command in the bash loop ensures that interactive_delay will be reached.
spawn bash -c " spawn bash -c "
source $basedir/../shell_config.sh; \ source $basedir/../shell_config.sh; \
for i in {1..100}; do \ for i in {1..20}; do \
yes | head -n 100; \ yes | head -n 500; \
sleep 0.1; \ sleep 0.05; \
done | \$CLICKHOUSE_LOCAL \ done | \$CLICKHOUSE_LOCAL \
--progress \ --progress \
--interactive_delay=100 \ --interactive_delay=100 \