mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Update 02310_clickhouse_local_INSERT_progress_profile_events.expect
This commit is contained in:
parent
f5cc485578
commit
24cd9bed87
@ -34,9 +34,9 @@ expect_after {
|
||||
# The sleep command in the bash loop ensures that interactive_delay will be reached.
|
||||
spawn bash -c "
|
||||
source $basedir/../shell_config.sh; \
|
||||
for i in {1..100}; do \
|
||||
yes | head -n 100; \
|
||||
sleep 0.1; \
|
||||
for i in {1..20}; do \
|
||||
yes | head -n 500; \
|
||||
sleep 0.05; \
|
||||
done | \$CLICKHOUSE_LOCAL \
|
||||
--progress \
|
||||
--interactive_delay=100 \
|
||||
|
Loading…
Reference in New Issue
Block a user