Jun 10,2022 9:51:50 ⟥ Module stateful 1m 10s [bash] builder@altinity-builder:~/builds/altinity-qa/clickhouse/cicd/release$ export PS1="bash# " 1m 10s [bash] bash# ./tests/stateful/run.sh 1m 11s [bash] + dpkg -i package_folder/clickhouse-common-static_21.1.11.3.altinitystable_amd64.deb 1m 11s [bash] Selecting previously unselected package clickhouse-common-static. 1m 11s [bash] (Reading database ... 33381 files and directories currently installed.) 1m 11s [bash] Preparing to unpack .../clickhouse-common-static_21.1.11.3.altinitystable_amd64.deb ... 1m 11s [bash] Unpacking clickhouse-common-static (21.1.11.3.altinitystable) ... 1m 13s [bash] Setting up clickhouse-common-static (21.1.11.3.altinitystable) ... 1m 13s [bash] + dpkg -i package_folder/clickhouse-common-static-dbg_21.1.11.3.altinitystable_amd64.deb 1m 13s [bash] Selecting previously unselected package clickhouse-common-static-dbg. 1m 13s [bash] (Reading database ... 33392 files and directories currently installed.) 1m 13s [bash] Preparing to unpack .../clickhouse-common-static-dbg_21.1.11.3.altinitystable_amd64.deb ... 1m 13s [bash] Unpacking clickhouse-common-static-dbg (21.1.11.3.altinitystable) ... 1m 18s [bash] Setting up clickhouse-common-static-dbg (21.1.11.3.altinitystable) ... 1m 18s [bash] + dpkg -i package_folder/clickhouse-server_21.1.11.3.altinitystable_all.deb 1m 18s [bash] Selecting previously unselected package clickhouse-server. 1m 18s [bash] (Reading database ... 33401 files and directories currently installed.) 1m 18s [bash] Preparing to unpack .../clickhouse-server_21.1.11.3.altinitystable_all.deb ... 1m 18s [bash] Unpacking clickhouse-server (21.1.11.3.altinitystable) ... 1m 18s [bash] Setting up clickhouse-server (21.1.11.3.altinitystable) ... 1m 19s [bash] ClickHouse binary is already located at /usr/bin/clickhouse 1m 19s [bash] Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. 1m 19s [bash] Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. 1m 19s [bash] Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. 1m 19s [bash] Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. 1m 19s [bash] Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. 1m 19s [bash] Symlink /usr/bin/clickhouse-copier already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. 1m 19s [bash] Creating symlink /usr/bin/clickhouse-copier to /usr/bin/clickhouse. 1m 19s [bash] Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse. 1m 19s [bash] Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse. 1m 19s [bash] Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse. 1m 19s [bash] Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse. 1m 19s [bash] Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. 1m 19s [bash] Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse. 1m 19s [bash] Creating clickhouse group if it does not exist. 1m 19s [bash] groupadd -r clickhouse 1m 19s [bash] Creating clickhouse user if it does not exist. 1m 19s [bash] useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse 1m 19s [bash] Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf. 1m 19s [bash] Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration. 1m 19s [bash] Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration. 1m 19s [bash] Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it. 1m 19s [bash] /etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path. 1m 19s [bash] /etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path. 1m 19s [bash] Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it. 1m 19s [bash] chown --recursive clickhouse:clickhouse '/etc/clickhouse-server' 1m 19s [bash] Log directory /var/log/clickhouse-server/ already exists. 1m 19s [bash] Creating data directory /var/lib/clickhouse/. 1m 19s [bash] Creating pid directory /var/run/clickhouse-server. 1m 19s [bash] chown --recursive clickhouse:clickhouse '/var/log/clickhouse-server/' 1m 19s [bash] chown --recursive clickhouse:clickhouse '/var/run/clickhouse-server' 1m 19s [bash] chown clickhouse:clickhouse '/var/lib/clickhouse/' 1m 19s [bash] Password for default user is empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it. 1m 19s [bash] Setting capabilities for clickhouse binary. This is optional. 1m 19s [bash] command -v setcap >/dev/null && echo > /tmp/test_setcap.sh && chmod a+x /tmp/test_setcap.sh && /tmp/test_setcap.sh && setcap 'cap_net_admin,cap_ipc_lock,cap_sys_nice+ep' /tmp/test_setcap.sh && /tmp/test_setcap.sh && rm /tmp/test_setcap.sh && setcap 'cap_net_admin,cap_ipc_lock,cap_sys_nice+ep' /usr/bin/clickhouse || echo "Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually." 1m 19s [bash] 1m 19s [bash] ClickHouse has been successfully installed. 1m 19s [bash] 1m 19s [bash] Start clickhouse-server with: 1m 19s [bash] sudo clickhouse start 1m 19s [bash] 1m 19s [bash] Start clickhouse-client with: 1m 19s [bash] clickhouse-client 1m 19s [bash] 1m 19s [bash] Processing triggers for systemd (245.4-4ubuntu3.11) ... 1m 19s [bash] + dpkg -i package_folder/clickhouse-client_21.1.11.3.altinitystable_all.deb 1m 19s [bash] Selecting previously unselected package clickhouse-client. 1m 19s [bash] (Reading database ... 33418 files and directories currently installed.) 1m 19s [bash] Preparing to unpack .../clickhouse-client_21.1.11.3.altinitystable_all.deb ... 1m 19s [bash] Unpacking clickhouse-client (21.1.11.3.altinitystable) ... 1m 19s [bash] Setting up clickhouse-client (21.1.11.3.altinitystable) ... 1m 19s [bash] + dpkg -i package_folder/clickhouse-test_21.1.11.3.altinitystable_all.deb 1m 19s [bash] Selecting previously unselected package clickhouse-test. 1m 19s [bash] (Reading database ... 33433 files and directories currently installed.) 1m 19s [bash] Preparing to unpack .../clickhouse-test_21.1.11.3.altinitystable_all.deb ... 1m 19s [bash] Unpacking clickhouse-test (21.1.11.3.altinitystable) ... 1m 19s [bash] Setting up clickhouse-test (21.1.11.3.altinitystable) ... 1m 19s [bash] + /usr/share/clickhouse-test/config/install.sh 1m 19s [bash] + DEST_SERVER_PATH=/etc/clickhouse-server 1m 19s [bash] + DEST_CLIENT_PATH=/etc/clickhouse-client 1m 19s [bash] +++ dirname /usr/share/clickhouse-test/config/install.sh 1m 19s [bash] ++ cd /usr/share/clickhouse-test/config 1m 19s [bash] ++ pwd -P 1m 19s [bash] + SRC_PATH=/usr/share/clickhouse-test/config 1m 19s [bash] + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' 1m 19s [bash] + mkdir -p /etc/clickhouse-server/config.d/ 1m 19s [bash] Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server 1m 19s [bash] + mkdir -p /etc/clickhouse-server/users.d/ 1m 19s [bash] + mkdir -p /etc/clickhouse-client 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/part_log.xml /etc/clickhouse-server/config.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/metric_log.xml /etc/clickhouse-server/config.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/disks.xml /etc/clickhouse-server/config.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/test_keeper_port.xml /etc/clickhouse-server/config.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ 1m 19s [bash] + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ 1m 19s [bash] + [[ -n '' ]] 1m 19s [bash] + [[ -n '' ]] 1m 19s [bash] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml 1m 19s [bash] + start 1m 19s [bash] + counter=0 1m 19s [bash] + clickhouse-client --query 'SELECT 1' 1m 19s [bash] Code: 210. DB::NetException: Connection refused (localhost:9000) 1m 19s [bash] 1m 19s [bash] + '[' 0 -gt 120 ']' 1m 19s [bash] + timeout 120 service clickhouse-server start 1m 20s [bash] chown --recursive clickhouse '/var/run/clickhouse-server/' 1m 20s [bash] Will run su -s /bin/sh 'clickhouse' -c '/usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon' 1m 20s [bash] Waiting for server to start 1m 20s [bash] Waiting for server to start 1m 20s [bash] Server started 1m 20s [bash] + sleep 0.5 1m 21s [bash] + counter=1 1m 21s [bash] + clickhouse-client --query 'SELECT 1' 1m 21s [bash] 1 1m 21s [bash] + /s3downloader --dataset-names hits visits 1m 21s [bash] INFO:root:Will fetch following datasets: hits, visits 1m 21s [bash] INFO:root:Processing hits 1m 21s [bash] INFO:root:Downloading from https://clickhouse-datasets.s3.yandex.net/hits/partitions/hits_v1.tar to temp path /tmp/2ois7y_q 1m 21s [bash] INFO:root:Content length is 1271623680 bytes 1m 42s [bash] INFO:root:Downloading finished 1m 42s [bash] INFO:root:Will unpack data from temp path /tmp/2ois7y_q to clickhouse db /var/lib/clickhouse/ 1m 43s [bash] INFO:root:Unpack finished 1m 43s [bash] INFO:root:Will remove dowloaded file /tmp/2ois7y_q from filesystem if it exists 1m 43s [bash] INFO:root:Processing of hits finished 1m 43s [bash] INFO:root:Processing visits 1m 43s [bash] INFO:root:Downloading from https://clickhouse-datasets.s3.yandex.net/visits/partitions/visits_v1.tar to temp path /tmp/pxfuh2mn 1m 44s [bash] INFO:root:Content length is 563968000 bytes 1m 51s [bash] INFO:root:Downloading finished 1m 51s [bash] INFO:root:Will unpack data from temp path /tmp/pxfuh2mn to clickhouse db /var/lib/clickhouse/ 1m 51s [bash] INFO:root:Unpack finished 1m 51s [bash] INFO:root:Will remove dowloaded file /tmp/pxfuh2mn from filesystem if it exists 1m 51s [bash] INFO:root:Processing of visits finished 1m 51s [bash] INFO:root:Fetch finished, enjoy your tables! 1m 51s [bash] 1m 51s [bash] 1m 51s [bash] + chmod 777 -R /var/lib/clickhouse 1m 51s [bash] + clickhouse-client --query 'SHOW DATABASES' 1m 51s [bash] default 1m 51s [bash] system 1m 51s [bash] + clickhouse-client --query 'ATTACH DATABASE datasets ENGINE = Ordinary' 1m 51s [bash] + clickhouse-client --query 'CREATE DATABASE test' 1m 51s [bash] + service clickhouse-server restart 2m 5s [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 161. 2m 5s [bash] The process with pid = 161 is running. 2m 5s [bash] Sent terminate signal to process with pid 161. 2m 5s [bash] Waiting for server to stop 2m 5s [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 161. 2m 5s [bash] The process with pid = 161 is running. 2m 5s [bash] Waiting for server to stop 2m 5s [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 161. 2m 5s [bash] The process with pid = 161 is running. 2m 5s [bash] Waiting for server to stop 2m 5s [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 161. 2m 5s [bash] The process with pid = 161 is running. 2m 5s [bash] Waiting for server to stop 2m 5s [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 161. 2m 5s [bash] The process with pid = 161 is running. 2m 5s [bash] Waiting for server to stop 2m 5s [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 161. 2m 5s [bash] The process with pid = 161 is running. 2m 5s [bash] Waiting for server to stop 2m 5s [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 161. 2m 5s [bash] The process with pid = 161 is running. 2m 5s [bash] Waiting for server to stop 2m 5s [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 161. 2m 5s [bash] The process with pid = 161 is running. 2m 5s [bash] Waiting for server to stop 2m 5s [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 161. 2m 5s [bash] The process with pid = 161 is running. 2m 5s [bash] Waiting for server to stop 2m 5s [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 161. 2m 5s [bash] The process with pid = 161 is running. 2m 5s [bash] Waiting for server to stop 2m 5s [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 161. 2m 5s [bash] The process with pid = 161 is running. 2m 5s [bash] Waiting for server to stop 2m 5s [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 161. 2m 5s [bash] The process with pid = 161 is running. 2m 5s [bash] Waiting for server to stop 2m 5s [bash] /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 161. 2m 5s [bash] The process with pid = 161 is running. 2m 5s [bash] Waiting for server to stop 2m 5s [bash] Now there is no clickhouse-server process. 2m 5s [bash] Server stopped 2m 5s [bash] chown --recursive clickhouse '/var/run/clickhouse-server/' 2m 5s [bash] Will run su -s /bin/sh 'clickhouse' -c '/usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon' 2m 5s [bash] Waiting for server to start 2m 5s [bash] Waiting for server to start 2m 5s [bash] Server started 2m 5s [bash] + for _ in {1..120} 2m 5s [bash] + clickhouse-client --query 'SELECT 1' 2m 5s [bash] 1 2m 5s [bash] + break 2m 5s [bash] + clickhouse-client --query 'SHOW TABLES FROM datasets' 2m 5s [bash] hits_v1 2m 5s [bash] visits_v1 2m 5s [bash] + clickhouse-client --query 'SHOW TABLES FROM test' 2m 5s [bash] + clickhouse-client --query 'RENAME TABLE datasets.hits_v1 TO test.hits' 2m 5s [bash] + clickhouse-client --query 'RENAME TABLE datasets.visits_v1 TO test.visits' 2m 5s [bash] + clickhouse-client --query 'SHOW TABLES FROM test' 2m 5s [bash] hits 2m 5s [bash] visits 2m 5s [bash] + grep -q -- --use-skip-list /usr/bin/clickhouse-test 2m 5s [bash] + SKIP_LIST_OPT=--use-skip-list 2m 5s [bash] + read -ra ADDITIONAL_OPTIONS 2m 5s [bash] + clickhouse-test --testname --shard --zookeeper --no-stateless --hung-check --print-time --use-skip-list '' 2m 5s [bash] + ts '%Y-%m-%d %H:%M:%S' 2m 5s [bash] + tee test_output/test_result.txt 2m 5s [bash] 2022-06-10 12:53:55 Using queries from '/usr/share/clickhouse-test/queries' directory 2m 5s [bash] 2022-06-10 12:53:55 Using clickhouse-client as client program (expecting unbundled mode) 2m 5s [bash] 2022-06-10 12:53:55 Connecting to ClickHouse server... OK 2m 6s [bash] 2022-06-10 12:53:56 Won't run stateless tests because they were manually disabled. 2m 6s [bash] 2022-06-10 12:53:56 2m 6s [bash] 2022-06-10 12:53:56 Running 109 stateful tests. 2m 6s [bash] 2022-06-10 12:53:56 Jun 10,2022 9:54:01 ⟥ Feature 00159_parallel_formatting_csv_and_friends, flags:TE 809us ⟥⟤ OK 00159_parallel_formatting_csv_and_friends, /stateful/00159_parallel_formatting_csv_and_friends 2m 10s [bash] 2022-06-10 12:54:01 00159_parallel_formatting_csv_and_friends: [ OK ] 4.67 sec. Jun 10,2022 9:54:10 ⟥ Feature 00159_parallel_formatting_http, flags:TE 647us ⟥⟤ OK 00159_parallel_formatting_http, /stateful/00159_parallel_formatting_http 2m 19s [bash] 2022-06-10 12:54:10 00159_parallel_formatting_http: [ OK ] 8.72 sec. Jun 10,2022 9:54:17 ⟥ Feature 00159_parallel_formatting_tsv_and_friends, flags:TE 516us ⟥⟤ OK 00159_parallel_formatting_tsv_and_friends, /stateful/00159_parallel_formatting_tsv_and_friends 2m 26s [bash] 2022-06-10 12:54:17 00159_parallel_formatting_tsv_and_friends: [ OK ] 7.06 sec. Jun 10,2022 9:54:28 ⟥ Feature 00159_parallel_formatting_json_and_friends, flags:TE 524us ⟥⟤ OK 00159_parallel_formatting_json_and_friends, /stateful/00159_parallel_formatting_json_and_friends 2m 38s [bash] 2022-06-10 12:54:28 00159_parallel_formatting_json_and_friends: [ OK ] 11.32 sec. Jun 10,2022 9:54:47 ⟥ Feature 00158_cache_dictionary_has, flags:TE 485us ⟥⟤ OK 00158_cache_dictionary_has, /stateful/00158_cache_dictionary_has 2m 57s [bash] 2022-06-10 12:54:47 00158_cache_dictionary_has: [ OK ] 19.33 sec. Jun 10,2022 9:55:17 ⟥ Feature 00157_cache_dictionary, flags:TE 760us ⟥⟤ OK 00157_cache_dictionary, /stateful/00157_cache_dictionary 3m 27s [bash] 2022-06-10 12:55:17 00157_cache_dictionary: [ OK ] 29.74 sec. Jun 10,2022 9:55:21 ⟥ Feature 00156_max_execution_speed_sample_merge, flags:TE 512us ⟥⟤ OK 00156_max_execution_speed_sample_merge, /stateful/00156_max_execution_speed_sample_merge 3m 31s [bash] 2022-06-10 12:55:21 00156_max_execution_speed_sample_merge: [ OK ] 4.27 sec. Jun 10,2022 9:55:22 ⟥ Feature 00154_avro, flags:TE 468us ⟥⟤ OK 00154_avro, /stateful/00154_avro 3m 31s [bash] 2022-06-10 12:55:22 00154_avro: [ OK ] 0.31 sec. Jun 10,2022 9:55:22 ⟥ Feature 00153_aggregate_arena_race, flags:TE 644us ⟥⟤ OK 00153_aggregate_arena_race, /stateful/00153_aggregate_arena_race 3m 32s [bash] 2022-06-10 12:55:22 00153_aggregate_arena_race: [ OK ] 0.52 sec. Jun 10,2022 9:55:23 ⟥ Feature 00152_insert_different_granularity, flags:TE 484us ⟥⟤ OK 00152_insert_different_granularity, /stateful/00152_insert_different_granularity 3m 32s [bash] 2022-06-10 12:55:23 00152_insert_different_granularity: [ OK ] 0.53 sec. Jun 10,2022 9:55:35 ⟥ Feature 00151_replace_partition_with_different_granularity, flags:TE 367us ⟥⟤ OK 00151_replace_partition_with_different_granularity, /stateful/00151_replace_partition_with_different_granularity 3m 45s [bash] 2022-06-10 12:55:35 00151_replace_partition_with_different_granularity: [ OK ] 12.56 sec. Jun 10,2022 9:55:36 ⟥ Feature 00151_order_by_read_in_order, flags:TE 595us ⟥⟤ OK 00151_order_by_read_in_order, /stateful/00151_order_by_read_in_order 3m 45s [bash] 2022-06-10 12:55:36 00151_order_by_read_in_order: [ OK ] 0.16 sec. Jun 10,2022 9:55:36 ⟥ Feature 00150_quantiles_timing_precision, flags:TE 375us ⟥⟤ OK 00150_quantiles_timing_precision, /stateful/00150_quantiles_timing_precision 3m 45s [bash] 2022-06-10 12:55:36 00150_quantiles_timing_precision: [ OK ] 0.18 sec. Jun 10,2022 9:55:37 ⟥ Feature 00149_quantiles_timing_distributed, flags:TE 2ms ⟥⟤ OK 00149_quantiles_timing_distributed, /stateful/00149_quantiles_timing_distributed 3m 46s [bash] 2022-06-10 12:55:37 00149_quantiles_timing_distributed: [ OK ] 1.02 sec. Jun 10,2022 9:55:38 ⟥ Feature 00148_monotonic_functions_and_index, flags:TE 555us ⟥⟤ OK 00148_monotonic_functions_and_index, /stateful/00148_monotonic_functions_and_index 3m 47s [bash] 2022-06-10 12:55:38 00148_monotonic_functions_and_index: [ OK ] 0.50 sec. Jun 10,2022 9:55:38 ⟥ Feature 00147_global_in_aggregate_function, flags:TE 658us ⟥⟤ OK 00147_global_in_aggregate_function, /stateful/00147_global_in_aggregate_function 3m 48s [bash] 2022-06-10 12:55:38 00147_global_in_aggregate_function: [ OK ] 0.76 sec. Jun 10,2022 9:55:40 ⟥ Feature 00146_aggregate_function_uniq, flags:TE 707us ⟥⟤ OK 00146_aggregate_function_uniq, /stateful/00146_aggregate_function_uniq 3m 50s [bash] 2022-06-10 12:55:40 00146_aggregate_function_uniq: [ OK ] 1.70 sec. Jun 10,2022 9:55:41 ⟥ Feature 00145_aggregate_functions_statistics, flags:TE 553us ⟥⟤ OK 00145_aggregate_functions_statistics, /stateful/00145_aggregate_functions_statistics 3m 50s [bash] 2022-06-10 12:55:41 00145_aggregate_functions_statistics: [ OK ] 0.32 sec. Jun 10,2022 9:55:41 ⟥ Feature 00144_functions_of_aggregation_states, flags:TE 356us ⟥⟤ OK 00144_functions_of_aggregation_states, /stateful/00144_functions_of_aggregation_states 3m 50s [bash] 2022-06-10 12:55:41 00144_functions_of_aggregation_states: [ OK ] 0.14 sec. Jun 10,2022 9:55:41 ⟥ Feature 00143_transform_non_const_default, flags:TE 363us ⟥⟤ OK 00143_transform_non_const_default, /stateful/00143_transform_non_const_default 3m 50s [bash] 2022-06-10 12:55:41 00143_transform_non_const_default: [ OK ] 0.09 sec. Jun 10,2022 9:55:41 ⟥ Feature 00142_system_columns, flags:TE 827us ⟥⟤ OK 00142_system_columns, /stateful/00142_system_columns 3m 51s [bash] 2022-06-10 12:55:41 00142_system_columns: [ OK ] 0.09 sec. Jun 10,2022 9:55:41 ⟥ Feature 00141_transform, flags:TE 544us ⟥⟤ OK 00141_transform, /stateful/00141_transform 3m 51s [bash] 2022-06-10 12:55:41 00141_transform: [ OK ] 0.11 sec. Jun 10,2022 9:55:42 ⟥ Feature 00140_rename, flags:TE 443us ⟥⟤ OK 00140_rename, /stateful/00140_rename 3m 51s [bash] 2022-06-10 12:55:42 00140_rename: [ OK ] 0.31 sec. Jun 10,2022 9:55:42 ⟥ Feature 00139_like, flags:TE 362us ⟥⟤ OK 00139_like, /stateful/00139_like 3m 52s [bash] 2022-06-10 12:55:42 00139_like: [ OK ] 0.55 sec. Jun 10,2022 9:55:43 ⟥ Feature 00095_hyperscan_profiler, flags:TE 479us ⟥⟤ OK 00095_hyperscan_profiler, /stateful/00095_hyperscan_profiler 3m 53s [bash] 2022-06-10 12:55:43 00095_hyperscan_profiler: [ OK ] 1.34 sec. Jun 10,2022 9:55:44 ⟥ Feature 00094_order_by_array_join_limit, flags:TE 462us ⟥⟤ OK 00094_order_by_array_join_limit, /stateful/00094_order_by_array_join_limit 3m 53s [bash] 2022-06-10 12:55:44 00094_order_by_array_join_limit: [ OK ] 0.20 sec. Jun 10,2022 9:55:45 ⟥ Feature 00093_prewhere_array_join, flags:TE 365us ⟥⟤ OK 00093_prewhere_array_join, /stateful/00093_prewhere_array_join 3m 54s [bash] 2022-06-10 12:55:45 00093_prewhere_array_join: [ OK ] 0.89 sec. Jun 10,2022 9:55:45 ⟥ Feature 00092_obfuscator, flags:TE 535us ⟥⟤ OK 00092_obfuscator, /stateful/00092_obfuscator 3m 55s [bash] 2022-06-10 12:55:45 00092_obfuscator: [ OK ] 0.38 sec. Jun 10,2022 9:55:46 ⟥ Feature 00091_prewhere_two_conditions, flags:TE 736us ⟥⟤ OK 00091_prewhere_two_conditions, /stateful/00091_prewhere_two_conditions 3m 56s [bash] 2022-06-10 12:55:46 00091_prewhere_two_conditions: [ OK ] 0.88 sec. Jun 10,2022 9:55:51 ⟥ Feature 00090_thread_pool_deadlock, flags:TE 377us ⟥⟤ OK 00090_thread_pool_deadlock, /stateful/00090_thread_pool_deadlock 4m 1s [bash] 2022-06-10 12:55:51 00090_thread_pool_deadlock: [ OK ] 5.11 sec. Jun 10,2022 9:55:53 ⟥ Feature 00089_position_functions_with_non_constant_arg, flags:TE 480us ⟥⟤ OK 00089_position_functions_with_non_constant_arg, /stateful/00089_position_functions_with_non_constant_arg 4m 3s [bash] 2022-06-10 12:55:53 00089_position_functions_with_non_constant_arg: [ OK ] 1.74 sec. Jun 10,2022 9:55:53 ⟥ Feature 00088_global_in_one_shard_and_rows_before_limit, flags:TE 439us ⟥⟤ OK 00088_global_in_one_shard_and_rows_before_limit, /stateful/00088_global_in_one_shard_and_rows_before_limit 4m 3s [bash] 2022-06-10 12:55:53 00088_global_in_one_shard_and_rows_before_limit: [ OK ] 0.14 sec. Jun 10,2022 9:55:53 ⟥ Feature 00087_where_0, flags:TE 383us ⟥⟤ OK 00087_where_0, /stateful/00087_where_0 4m 3s [bash] 2022-06-10 12:55:53 00087_where_0: [ OK ] 0.08 sec. Jun 10,2022 9:55:53 ⟥ Feature 00086_array_reduce, flags:TE 516us ⟥⟤ OK 00086_array_reduce, /stateful/00086_array_reduce 4m 3s [bash] 2022-06-10 12:55:53 00086_array_reduce: [ OK ] 0.20 sec. Jun 10,2022 9:55:54 ⟥ Feature 00085_monotonic_evaluation_segfault, flags:TE 500us ⟥⟤ OK 00085_monotonic_evaluation_segfault, /stateful/00085_monotonic_evaluation_segfault 4m 3s [bash] 2022-06-10 12:55:54 00085_monotonic_evaluation_segfault: [ OK ] 0.09 sec. Jun 10,2022 9:55:57 ⟥ Feature 00084_external_aggregation, flags:TE 428us ⟥⟤ OK 00084_external_aggregation, /stateful/00084_external_aggregation 4m 7s [bash] 2022-06-10 12:55:57 00084_external_aggregation: [ OK ] 3.37 sec. Jun 10,2022 9:55:57 ⟥ Feature 00083_array_filter, flags:TE 467us ⟥⟤ OK 00083_array_filter, /stateful/00083_array_filter 4m 7s [bash] 2022-06-10 12:55:57 00083_array_filter: [ OK ] 0.10 sec. Jun 10,2022 9:55:58 ⟥ Feature 00082_quantiles, flags:TE 420us ⟥⟤ OK 00082_quantiles, /stateful/00082_quantiles 4m 8s [bash] 2022-06-10 12:55:58 00082_quantiles: [ OK ] 1.06 sec. Jun 10,2022 9:55:58 ⟥ Feature 00081_group_by_without_key_and_totals, flags:TE 409us ⟥⟤ OK 00081_group_by_without_key_and_totals, /stateful/00081_group_by_without_key_and_totals 4m 8s [bash] 2022-06-10 12:55:58 00081_group_by_without_key_and_totals: [ OK ] 0.14 sec. Jun 10,2022 9:55:58 ⟥ Feature 00080_array_join_and_union, flags:TE 679us ⟥⟤ OK 00080_array_join_and_union, /stateful/00080_array_join_and_union 4m 8s [bash] 2022-06-10 12:55:58 00080_array_join_and_union: [ OK ] 0.12 sec. Jun 10,2022 9:55:59 ⟥ Feature 00079_array_join_not_used_joined_column, flags:TE 411us ⟥⟤ OK 00079_array_join_not_used_joined_column, /stateful/00079_array_join_not_used_joined_column 4m 8s [bash] 2022-06-10 12:55:59 00079_array_join_not_used_joined_column: [ OK ] 0.13 sec. Jun 10,2022 9:55:59 ⟥ Feature 00078_group_by_arrays, flags:TE 384us ⟥⟤ OK 00078_group_by_arrays, /stateful/00078_group_by_arrays 4m 9s [bash] 2022-06-10 12:55:59 00078_group_by_arrays: [ OK ] 0.39 sec. Jun 10,2022 9:56:01 ⟥ Feature 00077_log_tinylog_stripelog, flags:TE 377us ⟥⟤ OK 00077_log_tinylog_stripelog, /stateful/00077_log_tinylog_stripelog 4m 10s [bash] 2022-06-10 12:56:01 00077_log_tinylog_stripelog: [ OK ] 1.80 sec. Jun 10,2022 9:56:01 ⟥ Feature 00076_system_columns_bytes, flags:TE 448us ⟥⟤ OK 00076_system_columns_bytes, /stateful/00076_system_columns_bytes 4m 11s [bash] 2022-06-10 12:56:01 00076_system_columns_bytes: [ OK ] 0.08 sec. Jun 10,2022 9:56:01 ⟥ Feature 00075_left_array_join, flags:TE 510us ⟥⟤ OK 00075_left_array_join, /stateful/00075_left_array_join 4m 11s [bash] 2022-06-10 12:56:01 00075_left_array_join: [ OK ] 0.17 sec. Jun 10,2022 9:56:02 ⟥ Feature 00074_full_join, flags:TE 679us ⟥⟤ OK 00074_full_join, /stateful/00074_full_join 4m 12s [bash] 2022-06-10 12:56:02 00074_full_join: [ OK ] 0.76 sec. Jun 10,2022 9:56:02 ⟥ Feature 00073_uniq_array, flags:TE 372us ⟥⟤ OK 00073_uniq_array, /stateful/00073_uniq_array 4m 12s [bash] 2022-06-10 12:56:02 00073_uniq_array: [ OK ] 0.07 sec. Jun 10,2022 9:56:04 ⟥ Feature 00072_compare_date_and_string_index, flags:TE 488us ⟥⟤ OK 00072_compare_date_and_string_index, /stateful/00072_compare_date_and_string_index 4m 14s [bash] 2022-06-10 12:56:04 00072_compare_date_and_string_index: [ OK ] 1.96 sec. Jun 10,2022 9:56:05 ⟥ Feature 00071_merge_tree_optimize_aio, flags:TE 1ms ⟥⟤ OK 00071_merge_tree_optimize_aio, /stateful/00071_merge_tree_optimize_aio 4m 14s [bash] 2022-06-10 12:56:05 00071_merge_tree_optimize_aio: [ OK ] 0.65 sec. Jun 10,2022 9:56:05 ⟥ Feature 00069_duplicate_aggregation_keys, flags:TE 512us ⟥⟤ OK 00069_duplicate_aggregation_keys, /stateful/00069_duplicate_aggregation_keys 4m 15s [bash] 2022-06-10 12:56:05 00069_duplicate_aggregation_keys: [ OK ] 0.11 sec. Jun 10,2022 9:56:05 ⟥ Feature 00068_subquery_in_prewhere, flags:TE 499us ⟥⟤ OK 00068_subquery_in_prewhere, /stateful/00068_subquery_in_prewhere 4m 15s [bash] 2022-06-10 12:56:05 00068_subquery_in_prewhere: [ OK ] 0.19 sec. Jun 10,2022 9:56:05 ⟥ Feature 00067_union_all, flags:TE 595us ⟥⟤ OK 00067_union_all, /stateful/00067_union_all 4m 15s [bash] 2022-06-10 12:56:05 00067_union_all: [ OK ] 0.11 sec. Jun 10,2022 9:56:06 ⟥ Feature 00066_sorting_distributed_many_replicas, flags:TE 402us ⟥⟤ OK 00066_sorting_distributed_many_replicas, /stateful/00066_sorting_distributed_many_replicas 4m 15s [bash] 2022-06-10 12:56:06 00066_sorting_distributed_many_replicas: [ OK ] 0.08 sec. Jun 10,2022 9:56:06 ⟥ Feature 00065_loyalty_with_storage_join, flags:TE 536us ⟥⟤ OK 00065_loyalty_with_storage_join, /stateful/00065_loyalty_with_storage_join 4m 16s [bash] 2022-06-10 12:56:06 00065_loyalty_with_storage_join: [ OK ] 0.39 sec. Jun 10,2022 9:56:06 ⟥ Feature 00063_loyalty_joins, flags:TE 378us ⟥⟤ OK 00063_loyalty_joins, /stateful/00063_loyalty_joins 4m 16s [bash] 2022-06-10 12:56:06 00063_loyalty_joins: [ OK ] 0.32 sec. Jun 10,2022 9:56:06 ⟥ Feature 00062_loyalty, flags:TE 533us ⟥⟤ OK 00062_loyalty, /stateful/00062_loyalty 4m 16s [bash] 2022-06-10 12:56:06 00062_loyalty: [ OK ] 0.09 sec. Jun 10,2022 9:56:07 ⟥ Feature 00061_storage_buffer, flags:TE 833us ⟥⟤ OK 00061_storage_buffer, /stateful/00061_storage_buffer 4m 16s [bash] 2022-06-10 12:56:07 00061_storage_buffer: [ OK ] 0.40 sec. Jun 10,2022 9:56:07 ⟥ Feature 00060_move_to_prewhere_and_sets, flags:TE 624us ⟥⟤ OK 00060_move_to_prewhere_and_sets, /stateful/00060_move_to_prewhere_and_sets 4m 17s [bash] 2022-06-10 12:56:07 00060_move_to_prewhere_and_sets: [ OK ] 0.10 sec. Jun 10,2022 9:56:07 ⟥ Feature 00059_merge_sorting_empty_array_joined, flags:TE 504us ⟥⟤ OK 00059_merge_sorting_empty_array_joined, /stateful/00059_merge_sorting_empty_array_joined 4m 17s [bash] 2022-06-10 12:56:07 00059_merge_sorting_empty_array_joined: [ OK ] 0.07 sec. Jun 10,2022 9:56:07 ⟥ Feature 00056_view, flags:TE 420us ⟥⟤ OK 00056_view, /stateful/00056_view 4m 17s [bash] 2022-06-10 12:56:07 00056_view: [ OK ] 0.28 sec. Jun 10,2022 9:56:08 ⟥ Feature 00055_index_and_not, flags:TE 365us ⟥⟤ OK 00055_index_and_not, /stateful/00055_index_and_not 4m 17s [bash] 2022-06-10 12:56:08 00055_index_and_not: [ OK ] 0.08 sec. Jun 10,2022 9:56:08 ⟥ Feature 00054_merge_tree_partitions, flags:TE 860us ⟥⟤ OK 00054_merge_tree_partitions, /stateful/00054_merge_tree_partitions 4m 17s [bash] 2022-06-10 12:56:08 00054_merge_tree_partitions: [ OK ] 0.39 sec. Jun 10,2022 9:56:09 ⟥ Feature 00053_replicate_segfault, flags:TE 376us ⟥⟤ OK 00053_replicate_segfault, /stateful/00053_replicate_segfault 4m 18s [bash] 2022-06-10 12:56:09 00053_replicate_segfault: [ OK ] 0.55 sec. Jun 10,2022 9:56:09 ⟥ Feature 00052_group_by_in, flags:TE 1ms ⟥⟤ OK 00052_group_by_in, /stateful/00052_group_by_in 4m 18s [bash] 2022-06-10 12:56:09 00052_group_by_in: [ OK ] 0.13 sec. Jun 10,2022 9:56:09 ⟥ Feature 00051_min_max_array, flags:TE 467us ⟥⟤ OK 00051_min_max_array, /stateful/00051_min_max_array 4m 19s [bash] 2022-06-10 12:56:09 00051_min_max_array: [ OK ] 0.29 sec. Jun 10,2022 9:56:09 ⟥ Feature 00050_min_max, flags:TE 371us ⟥⟤ OK 00050_min_max, /stateful/00050_min_max 4m 19s [bash] 2022-06-10 12:56:09 00050_min_max: [ OK ] 0.20 sec. Jun 10,2022 9:56:10 ⟥ Feature 00049_max_string_if, flags:TE 516us ⟥⟤ OK 00049_max_string_if, /stateful/00049_max_string_if 4m 20s [bash] 2022-06-10 12:56:10 00049_max_string_if: [ OK ] 0.24 sec. Jun 10,2022 9:56:10 ⟥ Feature 00048_min_max, flags:TE 588us ⟥⟤ OK 00048_min_max, /stateful/00048_min_max 4m 20s [bash] 2022-06-10 12:56:10 00048_min_max: [ OK ] 0.14 sec. Jun 10,2022 9:56:10 ⟥ Feature 00047_bar, flags:TE 438us ⟥⟤ OK 00047_bar, /stateful/00047_bar 4m 20s [bash] 2022-06-10 12:56:10 00047_bar: [ OK ] 0.11 sec. Jun 10,2022 9:56:11 ⟥ Feature 00046_uniq_upto_distributed, flags:TE 10ms ⟥⟤ OK 00046_uniq_upto_distributed, /stateful/00046_uniq_upto_distributed 4m 20s [bash] 2022-06-10 12:56:11 00046_uniq_upto_distributed: [ OK ] 0.12 sec. Jun 10,2022 9:56:11 ⟥ Feature 00045_uniq_upto, flags:TE 400us ⟥⟤ OK 00045_uniq_upto, /stateful/00045_uniq_upto 4m 20s [bash] 2022-06-10 12:56:11 00045_uniq_upto: [ OK ] 0.10 sec. Jun 10,2022 9:56:11 ⟥ Feature 00044_any_left_join_string, flags:TE 485us ⟥⟤ OK 00044_any_left_join_string, /stateful/00044_any_left_join_string 4m 21s [bash] 2022-06-10 12:56:11 00044_any_left_join_string: [ OK ] 0.30 sec. Jun 10,2022 9:56:11 ⟥ Feature 00043_any_left_join, flags:TE 391us ⟥⟤ OK 00043_any_left_join, /stateful/00043_any_left_join 4m 21s [bash] 2022-06-10 12:56:11 00043_any_left_join: [ OK ] 0.09 sec. Jun 10,2022 9:56:11 ⟥ Feature 00042_any_left_join, flags:TE 641us ⟥⟤ OK 00042_any_left_join, /stateful/00042_any_left_join 4m 21s [bash] 2022-06-10 12:56:11 00042_any_left_join: [ OK ] 0.10 sec. Jun 10,2022 9:56:12 ⟥ Feature 00041_aggregating_materialized_view, flags:TE 591us ⟥⟤ OK 00041_aggregating_materialized_view, /stateful/00041_aggregating_materialized_view 4m 21s [bash] 2022-06-10 12:56:12 00041_aggregating_materialized_view: [ OK ] 0.47 sec. Jun 10,2022 9:56:12 ⟥ Feature 00040_aggregating_materialized_view, flags:TE 436us ⟥⟤ OK 00040_aggregating_materialized_view, /stateful/00040_aggregating_materialized_view 4m 22s [bash] 2022-06-10 12:56:12 00040_aggregating_materialized_view: [ OK ] 0.34 sec. Jun 10,2022 9:56:12 ⟥ Feature 00039_primary_key, flags:TE 705us ⟥⟤ OK 00039_primary_key, /stateful/00039_primary_key 4m 22s [bash] 2022-06-10 12:56:12 00039_primary_key: [ OK ] 0.12 sec. Jun 10,2022 9:56:13 ⟥ Feature 00038_uniq_state_merge2, flags:TE 371us ⟥⟤ OK 00038_uniq_state_merge2, /stateful/00038_uniq_state_merge2 4m 22s [bash] 2022-06-10 12:56:13 00038_uniq_state_merge2: [ OK ] 0.33 sec. Jun 10,2022 9:56:13 ⟥ Feature 00037_uniq_state_merge1, flags:TE 386us ⟥⟤ OK 00037_uniq_state_merge1, /stateful/00037_uniq_state_merge1 4m 22s [bash] 2022-06-10 12:56:13 00037_uniq_state_merge1: [ OK ] 0.32 sec. Jun 10,2022 9:56:13 ⟥ Feature 00036_aggregate_hashed, flags:TE 462us ⟥⟤ OK 00036_aggregate_hashed, /stateful/00036_aggregate_hashed 4m 23s [bash] 2022-06-10 12:56:13 00036_aggregate_hashed: [ OK ] 0.15 sec. Jun 10,2022 9:56:13 ⟥ Feature 00035_aggregate_keys128, flags:TE 419us ⟥⟤ OK 00035_aggregate_keys128, /stateful/00035_aggregate_keys128 4m 23s [bash] 2022-06-10 12:56:13 00035_aggregate_keys128: [ OK ] 0.08 sec. Jun 10,2022 9:56:13 ⟥ Feature 00034_aggregate_key_fixed_string, flags:TE 366us ⟥⟤ OK 00034_aggregate_key_fixed_string, /stateful/00034_aggregate_key_fixed_string 4m 23s [bash] 2022-06-10 12:56:13 00034_aggregate_key_fixed_string: [ OK ] 0.15 sec. Jun 10,2022 9:56:14 ⟥ Feature 00033_aggregate_key_string, flags:TE 375us ⟥⟤ OK 00033_aggregate_key_string, /stateful/00033_aggregate_key_string 4m 23s [bash] 2022-06-10 12:56:14 00033_aggregate_key_string: [ OK ] 0.13 sec. Jun 10,2022 9:56:14 ⟥ Feature 00032_aggregate_key64, flags:TE 495us ⟥⟤ OK 00032_aggregate_key64, /stateful/00032_aggregate_key64 4m 23s [bash] 2022-06-10 12:56:14 00032_aggregate_key64: [ OK ] 0.12 sec. Jun 10,2022 9:56:14 ⟥ Feature 00031_array_enumerate_uniq, flags:TE 1ms ⟥⟤ OK 00031_array_enumerate_uniq, /stateful/00031_array_enumerate_uniq 4m 23s [bash] 2022-06-10 12:56:14 00031_array_enumerate_uniq: [ OK ] 0.09 sec. Jun 10,2022 9:56:14 ⟥ Feature 00030_array_enumerate_uniq, flags:TE 486us ⟥⟤ OK 00030_array_enumerate_uniq, /stateful/00030_array_enumerate_uniq 4m 24s [bash] 2022-06-10 12:56:14 00030_array_enumerate_uniq: [ OK ] 0.17 sec. Jun 10,2022 9:56:24 ⟥ Feature 00024_random_counters, flags:TE 683us ⟥⟤ OK 00024_random_counters, /stateful/00024_random_counters 4m 34s [bash] 2022-06-10 12:56:24 00024_random_counters: [ OK ] 10.12 sec. Jun 10,2022 9:56:24 ⟥ Feature 00023_totals_limit, flags:TE 612us ⟥⟤ OK 00023_totals_limit, /stateful/00023_totals_limit 4m 34s [bash] 2022-06-10 12:56:24 00023_totals_limit: [ OK ] 0.11 sec. Jun 10,2022 9:56:25 ⟥ Feature 00022_merge_prewhere, flags:TE 404us ⟥⟤ OK 00022_merge_prewhere, /stateful/00022_merge_prewhere 4m 34s [bash] 2022-06-10 12:56:25 00022_merge_prewhere: [ OK ] 0.12 sec. Jun 10,2022 9:56:25 ⟥ Feature 00021_2_select_with_in, flags:TE 503us ⟥⟤ OK 00021_2_select_with_in, /stateful/00021_2_select_with_in 4m 34s [bash] 2022-06-10 12:56:25 00021_2_select_with_in: [ OK ] 0.08 sec. Jun 10,2022 9:56:25 ⟥ Feature 00021_3_select_with_in, flags:TE 585us ⟥⟤ OK 00021_3_select_with_in, /stateful/00021_3_select_with_in 4m 34s [bash] 2022-06-10 12:56:25 00021_3_select_with_in: [ OK ] 0.18 sec. Jun 10,2022 9:56:25 ⟥ Feature 00021_1_select_with_in, flags:TE 818us ⟥⟤ OK 00021_1_select_with_in, /stateful/00021_1_select_with_in 4m 35s [bash] 2022-06-10 12:56:25 00021_1_select_with_in: [ OK ] 0.11 sec. Jun 10,2022 9:56:25 ⟥ Feature 00020_distinct_order_by_distributed, flags:TE 384us ⟥⟤ OK 00020_distinct_order_by_distributed, /stateful/00020_distinct_order_by_distributed 4m 35s [bash] 2022-06-10 12:56:25 00020_distinct_order_by_distributed: [ OK ] 0.10 sec. Jun 10,2022 9:56:25 ⟥ Feature 00017_aggregation_uninitialized_memory, flags:TE 497us ⟥⟤ OK 00017_aggregation_uninitialized_memory, /stateful/00017_aggregation_uninitialized_memory 4m 35s [bash] 2022-06-10 12:56:25 00017_aggregation_uninitialized_memory: [ OK ] 0.10 sec. Jun 10,2022 9:56:25 ⟥ Feature 00016_any_if_distributed_cond_always_false, flags:TE 455us ⟥⟤ OK 00016_any_if_distributed_cond_always_false, /stateful/00016_any_if_distributed_cond_always_false 4m 35s [bash] 2022-06-10 12:56:25 00016_any_if_distributed_cond_always_false: [ OK ] 0.13 sec. Jun 10,2022 9:56:26 ⟥ Feature 00015_totals_and_no_aggregate_functions, flags:TE 450us ⟥⟤ OK 00015_totals_and_no_aggregate_functions, /stateful/00015_totals_and_no_aggregate_functions 4m 35s [bash] 2022-06-10 12:56:26 00015_totals_and_no_aggregate_functions: [ OK ] 0.07 sec. Jun 10,2022 9:56:26 ⟥ Feature 00014_filtering_arrays, flags:TE 592us ⟥⟤ OK 00014_filtering_arrays, /stateful/00014_filtering_arrays 4m 35s [bash] 2022-06-10 12:56:26 00014_filtering_arrays: [ OK ] 0.10 sec. Jun 10,2022 9:56:26 ⟥ Feature 00013_sorting_of_nested, flags:TE 515us ⟥⟤ OK 00013_sorting_of_nested, /stateful/00013_sorting_of_nested 4m 35s [bash] 2022-06-10 12:56:26 00013_sorting_of_nested: [ OK ] 0.13 sec. Jun 10,2022 9:56:26 ⟥ Feature 00012_sorting_distributed, flags:TE 437us ⟥⟤ OK 00012_sorting_distributed, /stateful/00012_sorting_distributed 4m 35s [bash] 2022-06-10 12:56:26 00012_sorting_distributed: [ OK ] 0.08 sec. Jun 10,2022 9:56:26 ⟥ Feature 00011_sorting, flags:TE 436us ⟥⟤ OK 00011_sorting, /stateful/00011_sorting 4m 36s [bash] 2022-06-10 12:56:26 00011_sorting: [ OK ] 0.07 sec. Jun 10,2022 9:56:26 ⟥ Feature 00010_quantiles_segfault, flags:TE 550us ⟥⟤ OK 00010_quantiles_segfault, /stateful/00010_quantiles_segfault 4m 36s [bash] 2022-06-10 12:56:26 00010_quantiles_segfault: [ OK ] 0.14 sec. Jun 10,2022 9:56:26 ⟥ Feature 00009_uniq_distributed, flags:TE 487us ⟥⟤ OK 00009_uniq_distributed, /stateful/00009_uniq_distributed 4m 36s [bash] 2022-06-10 12:56:26 00009_uniq_distributed: [ OK ] 0.17 sec. Jun 10,2022 9:56:27 ⟥ Feature 00008_uniq, flags:TE 359us ⟥⟤ OK 00008_uniq, /stateful/00008_uniq 4m 36s [bash] 2022-06-10 12:56:27 00008_uniq: [ OK ] 0.10 sec. Jun 10,2022 9:56:27 ⟥ Feature 00007_uniq, flags:TE 773us ⟥⟤ OK 00007_uniq, /stateful/00007_uniq 4m 36s [bash] 2022-06-10 12:56:27 00007_uniq: [ OK ] 0.12 sec. Jun 10,2022 9:56:27 ⟥ Feature 00006_agregates, flags:TE 1ms ⟥⟤ OK 00006_agregates, /stateful/00006_agregates 4m 36s [bash] 2022-06-10 12:56:27 00006_agregates: [ OK ] 0.15 sec. Jun 10,2022 9:56:27 ⟥ Feature 00005_filtering, flags:TE 901us ⟥⟤ OK 00005_filtering, /stateful/00005_filtering 4m 37s [bash] 2022-06-10 12:56:27 00005_filtering: [ OK ] 0.09 sec. Jun 10,2022 9:56:27 ⟥ Feature 00004_top_counters, flags:TE 395us ⟥⟤ OK 00004_top_counters, /stateful/00004_top_counters 4m 37s [bash] 2022-06-10 12:56:27 00004_top_counters: [ OK ] 0.09 sec. Jun 10,2022 9:56:27 ⟥ Feature 00002_count_visits, flags:TE 494us ⟥⟤ OK 00002_count_visits, /stateful/00002_count_visits 4m 37s [bash] 2022-06-10 12:56:27 00002_count_visits: [ OK ] 0.08 sec. Jun 10,2022 9:56:28 ⟥ Feature 00001_count_hits, flags:TE 576us ⟥⟤ OK 00001_count_hits, /stateful/00001_count_hits 4m 37s [bash] 2022-06-10 12:56:28 00001_count_hits: [ OK ] 0.11 sec. 4m 37s [bash] 2022-06-10 12:56:28 4m 37s [bash] 2022-06-10 12:56:28 109 tests passed. 0 tests skipped. 4m 37s [bash] 2022-06-10 12:56:28 4m 37s [bash] 2022-06-10 12:56:28 No queries hung. 4m 38s Found EOF 4m 38s ⟥⟤ OK stateful, /stateful Passing ✔ [ OK ] /stateful/00159_parallel_formatting_csv_and_friends ✔ [ OK ] /stateful/00159_parallel_formatting_http ✔ [ OK ] /stateful/00159_parallel_formatting_tsv_and_friends ✔ [ OK ] /stateful/00159_parallel_formatting_json_and_friends ✔ [ OK ] /stateful/00158_cache_dictionary_has ✔ [ OK ] /stateful/00157_cache_dictionary ✔ [ OK ] /stateful/00156_max_execution_speed_sample_merge ✔ [ OK ] /stateful/00154_avro ✔ [ OK ] /stateful/00153_aggregate_arena_race ✔ [ OK ] /stateful/00152_insert_different_granularity ✔ [ OK ] /stateful/00151_replace_partition_with_different_granularity ✔ [ OK ] /stateful/00151_order_by_read_in_order ✔ [ OK ] /stateful/00150_quantiles_timing_precision ✔ [ OK ] /stateful/00149_quantiles_timing_distributed ✔ [ OK ] /stateful/00148_monotonic_functions_and_index ✔ [ OK ] /stateful/00147_global_in_aggregate_function ✔ [ OK ] /stateful/00146_aggregate_function_uniq ✔ [ OK ] /stateful/00145_aggregate_functions_statistics ✔ [ OK ] /stateful/00144_functions_of_aggregation_states ✔ [ OK ] /stateful/00143_transform_non_const_default ✔ [ OK ] /stateful/00142_system_columns ✔ [ OK ] /stateful/00141_transform ✔ [ OK ] /stateful/00140_rename ✔ [ OK ] /stateful/00139_like ✔ [ OK ] /stateful/00095_hyperscan_profiler ✔ [ OK ] /stateful/00094_order_by_array_join_limit ✔ [ OK ] /stateful/00093_prewhere_array_join ✔ [ OK ] /stateful/00092_obfuscator ✔ [ OK ] /stateful/00091_prewhere_two_conditions ✔ [ OK ] /stateful/00090_thread_pool_deadlock ✔ [ OK ] /stateful/00089_position_functions_with_non_constant_arg ✔ [ OK ] /stateful/00088_global_in_one_shard_and_rows_before_limit ✔ [ OK ] /stateful/00087_where_0 ✔ [ OK ] /stateful/00086_array_reduce ✔ [ OK ] /stateful/00085_monotonic_evaluation_segfault ✔ [ OK ] /stateful/00084_external_aggregation ✔ [ OK ] /stateful/00083_array_filter ✔ [ OK ] /stateful/00082_quantiles ✔ [ OK ] /stateful/00081_group_by_without_key_and_totals ✔ [ OK ] /stateful/00080_array_join_and_union ✔ [ OK ] /stateful/00079_array_join_not_used_joined_column ✔ [ OK ] /stateful/00078_group_by_arrays ✔ [ OK ] /stateful/00077_log_tinylog_stripelog ✔ [ OK ] /stateful/00076_system_columns_bytes ✔ [ OK ] /stateful/00075_left_array_join ✔ [ OK ] /stateful/00074_full_join ✔ [ OK ] /stateful/00073_uniq_array ✔ [ OK ] /stateful/00072_compare_date_and_string_index ✔ [ OK ] /stateful/00071_merge_tree_optimize_aio ✔ [ OK ] /stateful/00069_duplicate_aggregation_keys ✔ [ OK ] /stateful/00068_subquery_in_prewhere ✔ [ OK ] /stateful/00067_union_all ✔ [ OK ] /stateful/00066_sorting_distributed_many_replicas ✔ [ OK ] /stateful/00065_loyalty_with_storage_join ✔ [ OK ] /stateful/00063_loyalty_joins ✔ [ OK ] /stateful/00062_loyalty ✔ [ OK ] /stateful/00061_storage_buffer ✔ [ OK ] /stateful/00060_move_to_prewhere_and_sets ✔ [ OK ] /stateful/00059_merge_sorting_empty_array_joined ✔ [ OK ] /stateful/00056_view ✔ [ OK ] /stateful/00055_index_and_not ✔ [ OK ] /stateful/00054_merge_tree_partitions ✔ [ OK ] /stateful/00053_replicate_segfault ✔ [ OK ] /stateful/00052_group_by_in ✔ [ OK ] /stateful/00051_min_max_array ✔ [ OK ] /stateful/00050_min_max ✔ [ OK ] /stateful/00049_max_string_if ✔ [ OK ] /stateful/00048_min_max ✔ [ OK ] /stateful/00047_bar ✔ [ OK ] /stateful/00046_uniq_upto_distributed ✔ [ OK ] /stateful/00045_uniq_upto ✔ [ OK ] /stateful/00044_any_left_join_string ✔ [ OK ] /stateful/00043_any_left_join ✔ [ OK ] /stateful/00042_any_left_join ✔ [ OK ] /stateful/00041_aggregating_materialized_view ✔ [ OK ] /stateful/00040_aggregating_materialized_view ✔ [ OK ] /stateful/00039_primary_key ✔ [ OK ] /stateful/00038_uniq_state_merge2 ✔ [ OK ] /stateful/00037_uniq_state_merge1 ✔ [ OK ] /stateful/00036_aggregate_hashed ✔ [ OK ] /stateful/00035_aggregate_keys128 ✔ [ OK ] /stateful/00034_aggregate_key_fixed_string ✔ [ OK ] /stateful/00033_aggregate_key_string ✔ [ OK ] /stateful/00032_aggregate_key64 ✔ [ OK ] /stateful/00031_array_enumerate_uniq ✔ [ OK ] /stateful/00030_array_enumerate_uniq ✔ [ OK ] /stateful/00024_random_counters ✔ [ OK ] /stateful/00023_totals_limit ✔ [ OK ] /stateful/00022_merge_prewhere ✔ [ OK ] /stateful/00021_2_select_with_in ✔ [ OK ] /stateful/00021_3_select_with_in ✔ [ OK ] /stateful/00021_1_select_with_in ✔ [ OK ] /stateful/00020_distinct_order_by_distributed ✔ [ OK ] /stateful/00017_aggregation_uninitialized_memory ✔ [ OK ] /stateful/00016_any_if_distributed_cond_always_false ✔ [ OK ] /stateful/00015_totals_and_no_aggregate_functions ✔ [ OK ] /stateful/00014_filtering_arrays ✔ [ OK ] /stateful/00013_sorting_of_nested ✔ [ OK ] /stateful/00012_sorting_distributed ✔ [ OK ] /stateful/00011_sorting ✔ [ OK ] /stateful/00010_quantiles_segfault ✔ [ OK ] /stateful/00009_uniq_distributed ✔ [ OK ] /stateful/00008_uniq ✔ [ OK ] /stateful/00007_uniq ✔ [ OK ] /stateful/00006_agregates ✔ [ OK ] /stateful/00005_filtering ✔ [ OK ] /stateful/00004_top_counters ✔ [ OK ] /stateful/00002_count_visits ✔ [ OK ] /stateful/00001_count_hits ✔ [ OK ] /stateful 1 module (1 ok) 109 suites (109 ok) 109 features (109 ok) Total time 4m 38s Executed on Jun 10,2022 9:51 TestFlows.com Open-Source Software Testing Framework v1.8.220312.1230154