+ USE_DATABASE_REPLICATED=0 + USE_SHARED_CATALOG=0 ++ rg -v '#' /usr/share/zoneinfo/zone.tab ++ awk '{print $3}' ++ shuf ++ head -n1 + TZ=Antarctica/Syowa Chosen random timezone Antarctica/Syowa + echo 'Chosen random timezone Antarctica/Syowa' + ln -snf /usr/share/zoneinfo/Antarctica/Syowa /etc/localtime + echo Antarctica/Syowa + dpkg -i package_folder/clickhouse-common-static_24.8.14.10510.altinitytest_arm64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 48402 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_24.8.14.10510.altinitytest_arm64.deb ... Unpacking clickhouse-common-static (24.8.14.10510.altinitytest) ... Setting up clickhouse-common-static (24.8.14.10510.altinitytest) ... + dpkg -i package_folder/clickhouse-common-static-dbg_24.8.14.10510.altinitytest_arm64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 48429 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_24.8.14.10510.altinitytest_arm64.deb ... Unpacking clickhouse-common-static-dbg (24.8.14.10510.altinitytest) ... Setting up clickhouse-common-static-dbg (24.8.14.10510.altinitytest) ... + dpkg -i package_folder/clickhouse-odbc-bridge_24.8.14.10510.altinitytest_arm64.deb Selecting previously unselected package clickhouse-odbc-bridge. (Reading database ... 48436 files and directories currently installed.) Preparing to unpack .../clickhouse-odbc-bridge_24.8.14.10510.altinitytest_arm64.deb ... Unpacking clickhouse-odbc-bridge (24.8.14.10510.altinitytest) ... Setting up clickhouse-odbc-bridge (24.8.14.10510.altinitytest) ... + dpkg -i package_folder/clickhouse-library-bridge_24.8.14.10510.altinitytest_arm64.deb Selecting previously unselected package clickhouse-library-bridge. (Reading database ... 48442 files and directories currently installed.) Preparing to unpack .../clickhouse-library-bridge_24.8.14.10510.altinitytest_arm64.deb ... Unpacking clickhouse-library-bridge (24.8.14.10510.altinitytest) ... Setting up clickhouse-library-bridge (24.8.14.10510.altinitytest) ... + dpkg -i package_folder/clickhouse-server_24.8.14.10510.altinitytest_arm64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 48448 files and directories currently installed.) Preparing to unpack .../clickhouse-server_24.8.14.10510.altinitytest_arm64.deb ... Unpacking clickhouse-server (24.8.14.10510.altinitytest) ... Setting up clickhouse-server (24.8.14.10510.altinitytest) ... ClickHouse binary is already located at /usr/bin/clickhouse Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse. Creating symlink /usr/bin/ch to /usr/bin/clickhouse. Creating symlink /usr/bin/chl to /usr/bin/clickhouse. Creating symlink /usr/bin/chc to /usr/bin/clickhouse. Creating clickhouse group if it does not exist. groupadd -r clickhouse Creating clickhouse user if it does not exist. useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf. Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration. Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration. Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it. /etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path. /etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path. Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it. Log directory /var/log/clickhouse-server/ already exists. Creating data directory /var/lib/clickhouse/. Creating pid directory /var/run/clickhouse-server. chown -R clickhouse:clickhouse '/var/log/clickhouse-server/' chown -R clickhouse:clickhouse '/var/run/clickhouse-server' chown clickhouse:clickhouse '/var/lib/clickhouse/' groupadd -r clickhouse-bridge useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge' chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge' Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it. Setting capabilities for clickhouse binary. This is optional. chown -R clickhouse:clickhouse '/etc/clickhouse-server' ClickHouse has been successfully installed. Start clickhouse-server with: sudo clickhouse start Start clickhouse-client with: clickhouse-client + dpkg -i package_folder/clickhouse-client_24.8.14.10510.altinitytest_arm64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 48465 files and directories currently installed.) Preparing to unpack .../clickhouse-client_24.8.14.10510.altinitytest_arm64.deb ... Unpacking clickhouse-client (24.8.14.10510.altinitytest) ... Setting up clickhouse-client (24.8.14.10510.altinitytest) ... + echo '' + [[ -z '' ]] + ch --query 'SELECT 1' 1 + chl --query 'SELECT 1' 1 + chc --version ClickHouse client version 24.8.14.10510.altinitytest (altinity build). + ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test + source /attach_gdb.lib ++ source /utils.lib +++ sysctl kernel.core_pattern=core.%e.%p-%P kernel.core_pattern = core.%e.%p-%P +++ sysctl fs.suid_dumpable=1 fs.suid_dumpable = 1 + source /utils.lib ++ sysctl kernel.core_pattern=core.%e.%p-%P kernel.core_pattern = core.%e.%p-%P ++ sysctl fs.suid_dumpable=1 fs.suid_dumpable = 1 + /usr/share/clickhouse-test/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /usr/share/clickhouse-test/config/install.sh ++ cd /usr/share/clickhouse-test/config ++ pwd -P Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + SRC_PATH=/usr/share/clickhouse-test/config + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' + mkdir -p /etc/clickhouse-server/config.d/ + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_catalog_drop_table_concurrency.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/grpc_protocol.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/serverwide_trace_collector.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/rocksdb.xml /etc/clickhouse-server/config.d/ + '[' /etc/clickhouse-server = /etc/clickhouse-server ']' + ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml + value=0 + sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml + value=53372928 + sed --follow-symlinks -i 's|[[:digit:]]\+|53372928|' /etc/clickhouse-server/config.d/keeper_port.xml + value=21882880 + sed --follow-symlinks -i 's|[[:digit:]]\+|21882880|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n '' ]] + [[ '' == \1 ]] + [[ '' == \1 ]] + [[ -n 1 ]] + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ -n 0 ]] + [[ 0 -eq 1 ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + [[ -n 0 ]] + [[ 0 -eq 1 ]] + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version minio version RELEASE.2024-08-03T04-33-23Z (commit-id=6efb56851c40da88d1ca15112e2d686a4ecec6b3) Runtime: go1.22.5 linux/arm64 License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html Copyright: 2015-2024 MinIO, Inc. + wait_for_it + local counter=0 + local max_counter=60 + local url=http://localhost:11111 + ./minio server --address :11111 ./minio_data + params=('--silent' '--verbose') + local params + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio INFO: Formatting 1st pool, 1 set(s), 1 drives per set. INFO: WARNING: Host local has more than 0 drives of set. A host failure will result in data becoming unavailable. MinIO Object Storage Server Copyright: 2015-2025 MinIO, Inc. License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html Version: RELEASE.2024-08-03T04-33-23Z (go1.22.5 linux/arm64) API: http://172.17.0.2:11111 http://127.0.0.1:11111 WebUI: http://172.17.0.2:37091 http://127.0.0.1:37091 Docs: https://min.io/docs/minio/linux/index.html Azurite Blob service is starting on 0.0.0.0:10000 Azurite Blob service successfully listens on http://0.0.0.0:10000 + counter=1 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./1860667511DBF1857dc7eb22d3288ec80374614e9088e31d3668a6922ead55932dd2a8e56373820f + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 295 root 8u IPv4 33687 0t0 TCP localhost:11111 (LISTEN) minio 295 root 10u IPv6 33688 0t0 TCP *:11111 (LISTEN) minio 295 root 11u IPv6 33689 0t0 TCP localhost:11111 (LISTEN) + sleep 5 + setup_minio stateless + local test_type=stateless + ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse Added `clickminio` successfully. + ./mc admin user add clickminio test testtest Added user `test` successfully. + ./mc admin policy attach clickminio readwrite --user=test Attached Policies: [readwrite] To User: test + ./mc mb --ignore-existing clickminio/test Bucket created successfully `clickminio/test`. + '[' stateless = stateless ']' + ./mc anonymous set public clickminio/test Access permission for `clickminio/test` is set to `public` + upload_data 0_stateless /usr/share/clickhouse-test + local query_dir=0_stateless + local test_path=/usr/share/clickhouse-test + local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio + '[' -d /usr/share/clickhouse-test/queries/0_stateless/data_minio ']' + ./mc cp --recursive /usr/share/clickhouse-test/queries/0_stateless/data_minio/ clickminio/test/ `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive1.tar` -> `clickminio/test/03036_archive1.tar` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive1.zip` -> `clickminio/test/03036_archive1.zip` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive2.tar` -> `clickminio/test/03036_archive2.tar` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive2.zip` -> `clickminio/test/03036_archive2.zip` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_archive3.tar.gz` -> `clickminio/test/03036_archive3.tar.gz` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_compressed_file_archive.zip` -> `clickminio/test/03036_compressed_file_archive.zip` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/03036_json_archive.zip` -> `clickminio/test/03036_json_archive.zip` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/column0=Elizabeth/column1=Gordon/sample.parquet` -> `clickminio/test/hive_partitioning/column0=Elizabeth/column1=Gordon/sample.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/column0=Elizabeth/column1=Schmidt/sample.parquet` -> `clickminio/test/hive_partitioning/column0=Elizabeth/column1=Schmidt/sample.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/column0=Elizabeth/sample.parquet` -> `clickminio/test/hive_partitioning/column0=Elizabeth/sample.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/hive_partitioning/non_existing_column=Elizabeth/sample.parquet` -> `clickminio/test/hive_partitioning/non_existing_column=Elizabeth/sample.parquet` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/json_data` -> `clickminio/test/json_data` `/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 5.42 MiB, Transferred: 5.42 MiB, Speed: 127.99 MiB/s + setup_aws_credentials + local minio_root_user=clickhouse + local minio_root_password=clickhouse + mkdir -p /root/.aws + cat + ./setup_hdfs_minicluster.sh + ls -lha total 120M drwxr-xr-x 1 root root 4.0K Aug 30 04:15 . drwxr-xr-x 1 root root 4.0K Aug 30 04:15 .. -rw-rw-r-- 1 1000 1000 119 Aug 30 04:11 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 2.4K Jan 31 2025 attach_gdb.lib -rw-r--r-- 1 root root 1.3K Aug 30 04:15 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 3.9K Aug 30 04:15 __azurite_db_blob__.json -rw-r--r-- 1 root root 1.4K Aug 30 04:15 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4.0K Aug 30 04:15 __blobstorage__ drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 292 Aug 30 04:11 broken_tests.json drwxr-xr-x 14 root root 3.7K Aug 30 04:14 dev -rwxr-xr-x 1 root root 0 Aug 30 04:14 .dockerenv drwxr-xr-x 1 root root 4.0K Aug 30 04:15 etc drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1 drwxr-xr-x 2 root root 4.0K Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib -rwxr-xr-x 1 root root 25M Jan 31 2025 mc drwxr-xr-x 2 root root 4.0K Sep 11 2024 media -rwxr-xr-x 1 root root 95M Jan 31 2025 minio drwxr-xr-x 4 root root 4.0K Aug 30 04:15 minio_data drwxr-xr-x 2 root root 4.0K Sep 11 2024 mnt drwxr-xr-x 1 root root 4.0K Jan 31 2025 opt -rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4.0K Aug 30 04:14 package_folder dr-xr-xr-x 309 root root 0 Aug 30 04:14 proc -rwxrwxr-x 1 root root 9.5K Jan 31 2025 process_functional_tests_result.py -rw-rw-r-- 1 root root 837 Jan 31 2025 requirements.txt drwx------ 1 root root 4.0K Aug 30 04:15 root drwxr-xr-x 1 root root 4.0K Aug 30 04:15 run -rwxrwxr-x 1 root root 22K Jan 31 2025 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rwxrwxr-x 1 root root 11K Jan 31 2025 setup_export_logs.sh -rwxrwxr-x 1 root root 360 Jan 31 2025 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3.4K Jan 31 2025 setup_minio.sh drwxr-xr-x 2 root root 4.0K Sep 11 2024 srv -rw-rw-r-- 1 root root 14K Jan 31 2025 stress_tests.lib dr-xr-xr-x 13 root root 0 Aug 30 04:14 sys drwxrwxr-x 2 1000 1000 4.0K Aug 30 04:14 test_output drwxrwxrwt 1 root root 4.0K Jan 31 2025 tmp drwxr-xr-x 1 root root 4.0K Sep 11 2024 usr -rw-rw-r-- 1 root root 897 Jan 31 2025 utils.lib drwxr-xr-x 1 root root 4.0K Sep 11 2024 var + cd hadoop-3.3.1 + export JAVA_HOME=/usr + JAVA_HOME=/usr + mkdir -p target/test/data + chown clickhouse ./target/test/data + nc -z localhost 12222 + sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + lsof -i :12222 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 421 clickhouse 322u IPv4 42278 0t0 TCP localhost:12222 (LISTEN) + sleep 5 + config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml + set +x File /tmp/export-logs-config.sh does not exist, do not setup + [[ -n '' ]] + export IS_FLAKY_CHECK=0 + IS_FLAKY_CHECK=0 + '[' 1 -gt 1 ']' + sudo -E -u clickhouse /usr/bin/clickhouse-server --config /etc/clickhouse-server/config.xml --daemon --pid-file /var/run/clickhouse-server/clickhouse-server.pid + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 127.0.0.1 - - [30/Aug/2025:01:15:22 +0000] "GET /devstoreaccount1/cont?restype=container HTTP/1.1" 404 - 127.0.0.1 - - [30/Aug/2025:01:15:22 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [30/Aug/2025:01:15:22 +0000] "PUT /devstoreaccount1/cont/gnijhzgwqdqxpspptjlvselvmjahnrhk HTTP/1.1" 201 - 127.0.0.1 - - [30/Aug/2025:01:15:22 +0000] "GET /devstoreaccount1/cont/gnijhzgwqdqxpspptjlvselvmjahnrhk HTTP/1.1" 206 4 127.0.0.1 - - [30/Aug/2025:01:15:22 +0000] "GET /devstoreaccount1/cont/gnijhzgwqdqxpspptjlvselvmjahnrhk HTTP/1.1" 206 2 127.0.0.1 - - [30/Aug/2025:01:15:22 +0000] "DELETE /devstoreaccount1/cont/gnijhzgwqdqxpspptjlvselvmjahnrhk HTTP/1.1" 202 - + for _ in {1..100} + clickhouse-client --query 'SELECT 1' 1 + break + setup_logs_replication File /tmp/export-logs-config.sh does not exist, do not setup + set +x + attach_gdb_to_clickhouse ++ run_with_retry 5 clickhouse-client --query 'SELECT count() FROM system.build_options WHERE name = '\''CXX_FLAGS'\'' AND position('\''sanitize=address'\'' IN value)' ++ [[ ahxB =~ e ]] ++ set_e=false ++ set +e ++ local total_retries=5 ++ shift ++ local retry=0 ++ '[' 0 -ge 5 ']' ++ clickhouse-client --query 'SELECT count() FROM system.build_options WHERE name = '\''CXX_FLAGS'\'' AND position('\''sanitize=address'\'' IN value)' ++ false ++ return + IS_ASAN=0 + [[ 0 = \1 ]] ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full info registers p top' 1 KiB of the 'stack: p/x *(uint64_t[128]*)$sp maintenance info sections thread apply all backtrace full disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 626 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ aehxB =~ e ]] + set_e=true + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + true + set -e + return + clickhouse-client --query 'CREATE TABLE minio_audit_logs ( log String, event_time DateTime64(9) MATERIALIZED parseDateTime64BestEffortOrZero(trim(BOTH '\''"'\'' FROM JSONExtractRaw(log, '\''time'\'')), 9, '\''UTC'\'') ) ENGINE = MergeTree ORDER BY tuple()' + clickhouse-client --query 'CREATE TABLE minio_server_logs ( log String, event_time DateTime64(9) MATERIALIZED parseDateTime64BestEffortOrZero(trim(BOTH '\''"'\'' FROM JSONExtractRaw(log, '\''time'\'')), 9, '\''UTC'\'') ) ENGINE = MergeTree ORDER BY tuple()' + ./mc admin config set clickminio logger_webhook:ch_server_webhook 'endpoint=http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_server_logs%20FORMAT%20LineAsString' queue_size=1000000 batch_size=500 Successfully applied new settings. + ./mc admin config set clickminio audit_webhook:ch_audit_webhook 'endpoint=http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString' queue_size=1000000 batch_size=500 Successfully applied new settings. + max_retries=100 + retry=1 + '[' 1 -le 100 ']' + echo 'clickminio restart attempt 1:' clickminio restart attempt 1: ++ ./mc admin service restart clickminio --wait --json ++ jq -r .status INFO: Restarting on service signal MinIO Object Storage Server Copyright: 2015-2025 MinIO, Inc. License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html Version: RELEASE.2024-08-03T04-33-23Z (go1.22.5 linux/arm64) API: http://172.17.0.2:11111 http://127.0.0.1:11111 WebUI: http://172.17.0.2:45123 http://127.0.0.1:45123 Docs: https://min.io/docs/minio/linux/index.html + output='success success' + echo 'Output of restart status: success success' + expected_output='success success' + '[' 'success success' = 'success success' ']' + echo 'Restarted clickminio successfully.' + break Output of restart status: success success Restarted clickminio successfully. + '[' 1 -gt 100 ']' + MC_ADMIN_PID=1508 + ./mc admin trace clickminio + export -f run_tests + '[' 1 -gt 1 ']' + run_tests + set -x + read -ra ADDITIONAL_OPTIONS + HIGH_LEVEL_COVERAGE=YES + '[' 1 -gt 1 ']' + [[ -n '' ]] + [[ -n '' ]] + [[ 0 -eq 1 ]] + [[ '' -eq 1 ]] + [[ 0 -eq 1 ]] ++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\''' + [[ 1 == 0 ]] + ADDITIONAL_OPTIONS+=('--jobs') + ADDITIONAL_OPTIONS+=('8') + [[ -n '' ]] + [[ -n '' ]] + [[ YES = \Y\E\S ]] + ADDITIONAL_OPTIONS+=('--report-coverage') + ADDITIONAL_OPTIONS+=('--report-logs-stats') + try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + local total_retries=10 + shift + fn_exists run_with_retry + declare -F run_with_retry + run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + [[ aehxB =~ e ]] + set_e=true + set +e + local total_retries=10 + shift + local retry=0 + '[' 0 -ge 10 ']' + clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + true + set -e + return + set +e + TEST_ARGS=(--testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs "$NUM_TRIES" "${ADDITIONAL_OPTIONS[@]}") + clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs 1 --hung-check --print-time --jobs 8 --report-coverage --report-logs-stats + ts '%Y-%m-%d %H:%M:%S' + tee -a test_output/test_result.txt 2025-08-30 04:15:29 Using queries from '/usr/share/clickhouse-test/queries' directory 2025-08-30 04:15:29 Connecting to ClickHouse server... OK 2025-08-30 04:15:29 Connected to server 24.8.14.10510.altinitytest @ 2ce2047f11964361fcfb07b820e14ff1854f61bf HEAD 2025-08-30 04:15:30 Found 6503 parallel tests and 571 sequential tests 2025-08-30 04:15:30 Running about 812 stateless tests (Process-10). 2025-08-30 04:15:30 01072_select_constant_limit: [ OK ] 0.12 sec. 2025-08-30 04:15:30 Running about 812 stateless tests (Process-9). 2025-08-30 04:15:30 02575_merge_prewhere_default_expression: [ OK ] 0.17 sec. 2025-08-30 04:15:30 03071_analyzer_array_join_forbid_non_existing_columns: [ OK ] 0.12 sec. 2025-08-30 04:15:30 00712_prewhere_with_missing_columns: [ OK ] 0.17 sec. 2025-08-30 04:15:30 Running about 812 stateless tests (Process-7). 2025-08-30 04:15:30 01180_client_syntax_errors: [ OK ] 0.42 sec. 2025-08-30 04:15:30 Running about 812 stateless tests (Process-6). 2025-08-30 04:15:30 02946_format_values: [ OK ] 0.47 sec. 2025-08-30 04:15:30 02338_analyzer_constants_basic: [ OK ] 0.22 sec. 2025-08-30 04:15:30 02353_ascii: [ OK ] 0.17 sec. 2025-08-30 04:15:31 02004_intersect_except_distinct_operators: [ OK ] 0.62 sec. 2025-08-30 04:15:31 02048_clickhouse_local_stage: [ OK ] 0.72 sec. 2025-08-30 04:15:31 02336_sort_optimization_with_fill: [ OK ] 0.12 sec. 2025-08-30 04:15:31 Running about 812 stateless tests (Process-5). 2025-08-30 04:15:31 02597_column_update_and_replication: [ OK ] 1.32 sec. 2025-08-30 04:15:31 Running about 812 stateless tests (Process-8). 2025-08-30 04:15:31 00575_illegal_column_exception_when_drop_depen_column: [ OK ] 1.33 sec. 2025-08-30 04:15:31 01685_ssd_cache_dictionary_complex_key: [ OK ] 0.67 sec. 2025-08-30 04:15:31 02710_aggregation_nested_map_ip_uuid: [ OK ] 0.27 sec. 2025-08-30 04:15:31 02535_analyzer_limit_offset: [ OK ] 0.12 sec. 2025-08-30 04:15:31 00461_default_value_of_argument_type: [ OK ] 0.12 sec. 2025-08-30 04:15:31 02461_join_lc_issue_42380: [ OK ] 0.17 sec. 2025-08-30 04:15:31 02810_initcap: [ OK ] 0.17 sec. 2025-08-30 04:15:31 03153_dynamic_type_empty: [ OK ] 0.17 sec. 2025-08-30 04:15:31 02998_native_parquet_reader: [ OK ] 0.42 sec. 2025-08-30 04:15:31 00467_qualified_names: [ OK ] 0.22 sec. 2025-08-30 04:15:31 02004_invalid_partition_mutation_stuck: [ OK ] 0.27 sec. 2025-08-30 04:15:31 00495_reading_const_zero_column: [ OK ] 0.17 sec. 2025-08-30 04:15:32 03113_analyzer_not_found_column_in_block_2: [ OK ] 0.17 sec. 2025-08-30 04:15:32 00043_summing_empty_part: [ OK ] 0.17 sec. 2025-08-30 04:15:32 01070_template_empty_file: [ OK ] 0.17 sec. 2025-08-30 04:15:32 00555_right_join_excessive_rows: [ OK ] 0.12 sec. 2025-08-30 04:15:32 03009_range_dict_get_or_default: [ OK ] 0.18 sec. 2025-08-30 04:15:32 03034_normalized_ast: [ OK ] 0.17 sec. 2025-08-30 04:15:32 00804_test_zstd_qat_codec_compression: [ SKIPPED ] 0.00 sec. 2025-08-30 04:15:32 Reason: not running for current build 2025-08-30 04:15:32 01115_join_with_dictionary: [ OK ] 0.47 sec. 2025-08-30 04:15:32 00273_quantiles: [ OK ] 0.22 sec. 2025-08-30 04:15:32 02552_siphash128_reference: [ OK ] 1.09 sec. 2025-08-30 04:15:33 02419_contingency_array_nullable: [ OK ] 0.12 sec. 2025-08-30 04:15:33 02809_has_token: [ OK ] 0.13 sec. 2025-08-30 04:15:33 02122_parallel_formatting_JSON: [ OK ] 1.68 sec. 2025-08-30 04:15:33 01455_default_compression: [ OK ] 0.17 sec. 2025-08-30 04:15:33 01825_new_type_json_6: [ OK ] 1.17 sec. 2025-08-30 04:15:33 02882_clickhouse_keeper_client_no_confirmation: [ OK ] 0.42 sec. 2025-08-30 04:15:33 00123_shard_unmerged_result_when_max_distributed_connections_is_one: [ OK ] 0.17 sec. 2025-08-30 04:15:34 02541_tuple_element_with_null: [ OK ] 0.17 sec. 2025-08-30 04:15:34 01686_event_time_microseconds_part_log: [ OK ] 1.52 sec. 2025-08-30 04:15:34 03150_url_hash_non_constant_level: [ OK ] 0.17 sec. 2025-08-30 04:15:34 00676_group_by_in: [ OK ] 0.17 sec. 2025-08-30 04:15:34 00448_replicate_nullable_tuple_generic: [ OK ] 0.12 sec. 2025-08-30 04:15:34 00626_in_syntax: [ OK ] 0.27 sec. 2025-08-30 04:15:34 01504_rocksdb: [ OK ] 1.83 sec. 2025-08-30 04:15:34 01654_bar_nan: [ OK ] 0.12 sec. 2025-08-30 04:15:34 Running about 812 stateless tests (Process-4). 2025-08-30 04:15:34 03143_asof_join_ddb_long: [ OK ] 4.34 sec. 2025-08-30 04:15:34 02459_read_in_order_bufer: [ OK ] 0.17 sec. 2025-08-30 04:15:34 03164_early_constant_folding_analyzer: [ OK ] 0.17 sec. 2025-08-30 04:15:34 01010_partial_merge_join_negative: [ OK ] 0.27 sec. 2025-08-30 04:15:34 00832_storage_file_lock: [ OK ] 0.17 sec. 2025-08-30 04:15:34 02941_projections_external_aggregation: [ OK ] 0.52 sec. 2025-08-30 04:15:34 01852_map_combinator: [ OK ] 0.37 sec. 2025-08-30 04:15:35 02842_table_function_file_filter_by_virtual_columns: [ OK ] 0.47 sec. 2025-08-30 04:15:35 01825_new_type_json_3: [ OK ] 0.42 sec. 2025-08-30 04:15:35 01347_partition_date_vs_datetime: [ OK ] 0.17 sec. 2025-08-30 04:15:35 03013_hop_infinite_loop: [ OK ] 0.12 sec. 2025-08-30 04:15:35 01247_least_greatest_filimonov: [ OK ] 0.12 sec. 2025-08-30 04:15:35 02833_concurrent_sessions: [ OK ] 5.19 sec. 2025-08-30 04:15:36 02902_add_scalar_in_all_case: [ OK ] 0.17 sec. 2025-08-30 04:15:36 02456_alter-nullable-column-bag: [ OK ] 0.22 sec. 2025-08-30 04:15:36 02158_interval_length_sum: [ OK ] 0.12 sec. 2025-08-30 04:15:36 03164_selects_with_pk_usage_profile_event: [ OK ] 1.72 sec. 2025-08-30 04:15:36 02122_parallel_formatting_JSONCompactEachRow: [ OK ] 1.07 sec. 2025-08-30 04:15:36 02115_map_contains_analyzer: [ OK ] 0.17 sec. 2025-08-30 04:15:36 02477_exists_fuzz_43478: [ OK ] 0.17 sec. 2025-08-30 04:15:36 02460_prewhere_row_level_policy: [ OK ] 0.17 sec. 2025-08-30 04:15:36 01507_multiversion_storage_for_storagememory: [ OK ] 0.17 sec. 2025-08-30 04:15:36 03000_too_big_max_execution_time_setting: [ OK ] 0.12 sec. 2025-08-30 04:15:37 01943_query_id_check: [ OK ] 0.42 sec. 2025-08-30 04:15:37 00312_position_case_insensitive_utf8: [ OK ] 2.23 sec. 2025-08-30 04:15:37 00354_host_command_line_option: [ OK ] 0.67 sec. 2025-08-30 04:15:38 01495_subqueries_in_with_statement: [ OK ] 0.27 sec. 2025-08-30 04:15:38 01825_type_json_field: [ OK ] 0.22 sec. 2025-08-30 04:15:38 02316_literal_no_octal: [ OK ] 0.12 sec. 2025-08-30 04:15:38 00875_join_right_nulls: [ OK ] 0.37 sec. 2025-08-30 04:15:38 02865_tcp_proxy_query_packet_validation: [ OK ] 0.32 sec. 2025-08-30 04:15:38 03129_low_cardinality_nullable_non_first_primary_key: [ OK ] 0.17 sec. 2025-08-30 04:15:38 02015_async_inserts_4: [ OK ] 1.78 sec. 2025-08-30 04:15:38 02661_read_from_archive_tzst: [ OK ] 4.14 sec. 2025-08-30 04:15:38 02701_invalid_having_NOT_AN_AGGREGATE: [ OK ] 0.12 sec. 2025-08-30 04:15:38 01014_count_of_merges_metrics: [ OK ] 0.17 sec. 2025-08-30 04:15:38 01250_fixed_string_comparison: [ OK ] 0.17 sec. 2025-08-30 04:15:39 01278_variance_nonnegative: [ OK ] 0.22 sec. 2025-08-30 04:15:39 01030_incorrect_count_summing_merge_tree: [ OK ] 0.52 sec. 2025-08-30 04:15:39 02233_set_enable_with_statement_cte_perf: [ OK ] 0.57 sec. 2025-08-30 04:15:39 03014_window_view_crash: [ OK ] 0.17 sec. 2025-08-30 04:15:39 01662_date_ubsan: [ OK ] 0.37 sec. 2025-08-30 04:15:39 01897_jit_aggregation_function_avg_weighted_long: [ OK ] 0.58 sec. 2025-08-30 04:15:40 00377_shard_group_uniq_array_of_string_array: [ OK ] 3.28 sec. 2025-08-30 04:15:40 02725_cnf_large_check: [ OK ] 0.22 sec. 2025-08-30 04:15:40 02226_in_untuple_issue_34810: [ OK ] 0.17 sec. 2025-08-30 04:15:40 01669_test_toYear_mysql_dialect: [ OK ] 0.12 sec. 2025-08-30 04:15:40 00102_insert_into_temporary_table: [ OK ] 0.12 sec. 2025-08-30 04:15:40 02515_analyzer_null_for_empty: [ OK ] 0.12 sec. 2025-08-30 04:15:40 01932_global_in_function: [ OK ] 0.17 sec. 2025-08-30 04:15:40 01061_alter_codec_with_type: [ OK ] 0.17 sec. 2025-08-30 04:15:40 01746_lc_values_format_bug: [ OK ] 0.17 sec. 2025-08-30 04:15:41 00825_protobuf_format_nested_optional: [ OK ] 1.22 sec. 2025-08-30 04:15:41 02524_fuzz_and_fuss_2: [ OK ] 0.18 sec. 2025-08-30 04:15:41 03024_total_rows_approx_is_set_for_system_zeros_and_generate_random: [ OK ] 0.17 sec. 2025-08-30 04:15:41 01763_long_ttl_group_by: [ OK ] 0.87 sec. 2025-08-30 04:15:41 00956_sensitive_data_masking: [ OK ] 2.79 sec. 2025-08-30 04:15:42 02874_array_random_sample: [ OK ] 3.73 sec. 2025-08-30 04:15:42 00147_alter_nested_default: [ OK ] 0.37 sec. 2025-08-30 04:15:42 01256_negative_generate_random: [ OK ] 0.17 sec. 2025-08-30 04:15:42 00702_join_with_using: [ OK ] 0.33 sec. 2025-08-30 04:15:42 03231_dynamic_not_safe_primary_key: [ OK ] 0.23 sec. 2025-08-30 04:15:42 02933_group_by_memory_usage: [ OK ] 1.18 sec. 2025-08-30 04:15:42 02430_initialize_aggregation_with_combinators: [ OK ] 0.12 sec. 2025-08-30 04:15:43 00387_use_client_time_zone: [ OK ] 0.37 sec. 2025-08-30 04:15:43 02900_issue_55858: [ OK ] 0.22 sec. 2025-08-30 04:15:43 00223_shard_distributed_aggregation_memory_efficient: [ OK ] 2.63 sec. 2025-08-30 04:15:43 00653_running_difference: [ OK ] 0.22 sec. 2025-08-30 04:15:43 00098_j_union_all: [ OK ] 0.12 sec. 2025-08-30 04:15:43 00028_shard_big_agg_aj_distributed: [ OK ] 0.17 sec. 2025-08-30 04:15:43 02907_read_buffer_content_is_cached_multiple_blobs: [ OK ] 0.37 sec. 2025-08-30 04:15:43 02242_subcolumns_sizes: [ OK ] 0.22 sec. 2025-08-30 04:15:43 02785_global_join_too_many_columns: [ OK ] 0.17 sec. 2025-08-30 04:15:43 00947_ml_test: [ OK ] 0.22 sec. 2025-08-30 04:15:43 03094_named_tuple_bug24607: [ OK ] 0.12 sec. 2025-08-30 04:15:43 02477_analyzer_ast_key_condition_crash: [ OK ] 0.17 sec. 2025-08-30 04:15:43 02916_distributed_skip_unavailable_shards: [ OK ] 0.17 sec. 2025-08-30 04:15:43 01431_finish_sorting_with_consts: [ OK ] 0.17 sec. 2025-08-30 04:15:44 00141_parse_timestamp_as_datetime: [ OK ] 0.17 sec. 2025-08-30 04:15:44 02165_h3_exact_edge_length_rads: [ OK ] 0.22 sec. 2025-08-30 04:15:44 01355_CSV_input_format_allow_errors: [ OK ] 1.07 sec. 2025-08-30 04:15:44 01017_uniqCombined_memory_usage: [ OK ] 0.62 sec. 2025-08-30 04:15:44 01071_http_header_exception_code: [ OK ] 0.32 sec. 2025-08-30 04:15:44 00910_zookeeper_custom_compression_codecs_replicated_long: [ OK ] 0.97 sec. 2025-08-30 04:15:44 01594_storage_join_uuid: [ OK ] 0.17 sec. 2025-08-30 04:15:44 00664_cast_from_string_to_nullable: [ OK ] 0.17 sec. 2025-08-30 04:15:45 00999_join_on_expression: [ OK ] 0.37 sec. 2025-08-30 04:15:45 00926_adaptive_index_granularity_replacing_merge_tree: [ OK ] 1.07 sec. 2025-08-30 04:15:46 02122_parallel_formatting_CSVWithNames: [ OK ] 1.02 sec. 2025-08-30 04:15:46 02303_query_kind: [ OK ] 0.72 sec. 2025-08-30 04:15:46 02311_system_zookeeper_insert: [ OK ] 0.32 sec. 2025-08-30 04:15:46 02128_apply_lambda_parsing: [ OK ] 0.12 sec. 2025-08-30 04:15:47 00953_indices_alter_exceptions: [ OK ] 0.77 sec. 2025-08-30 04:15:48 03039_dynamic_replacing_merge_tree: [ OK ] 4.08 sec. 2025-08-30 04:15:49 01174_select_insert_isolation: [ OK ] 7.59 sec. 2025-08-30 04:15:49 01732_more_consistent_datetime64_parsing: [ OK ] 0.17 sec. 2025-08-30 04:15:49 02786_parquet_big_integer_compatibility: [ OK ] 0.52 sec. 2025-08-30 04:15:49 02531_semi_join_null_const_bug: [ OK ] 0.12 sec. 2025-08-30 04:15:49 01891_echo: [ OK ] 0.17 sec. 2025-08-30 04:15:49 02343_create_empty_as_select: [ OK ] 0.17 sec. 2025-08-30 04:15:49 02276_full_sort_join_unsupported: [ OK ] 0.22 sec. 2025-08-30 04:15:49 01511_prewhere_with_virtuals: [ OK ] 0.17 sec. 2025-08-30 04:15:49 01034_prewhere_max_parallel_replicas_distributed: [ OK ] 0.17 sec. 2025-08-30 04:15:49 00500_point_in_polygon_bug_3_linestring_rotation_precision: [ OK ] 0.17 sec. 2025-08-30 04:15:50 00136_duplicate_order_by_elems: [ OK ] 0.17 sec. 2025-08-30 04:15:50 01568_window_functions_distributed: [ OK ] 0.32 sec. 2025-08-30 04:15:50 02723_param_exception_message_context: [ OK ] 0.42 sec. 2025-08-30 04:15:51 03273_format_inference_create_query_s3_url: [ OK ] 0.77 sec. 2025-08-30 04:15:51 02896_leading_zeroes_no_octal: [ OK ] 1.42 sec. 2025-08-30 04:15:51 03258_old_analyzer_const_expr_bug: [ OK ] 0.12 sec. 2025-08-30 04:15:52 02366_kql_summarize: [ OK ] 0.67 sec. 2025-08-30 04:15:52 02815_empty_subquery_nullable_bug: [ OK ] 0.17 sec. 2025-08-30 04:15:52 00974_final_predicate_push_down: [ OK ] 0.17 sec. 2025-08-30 04:15:52 02381_parse_array_of_tuples: [ OK ] 0.17 sec. 2025-08-30 04:15:52 02968_url_args: [ OK ] 0.17 sec. 2025-08-30 04:15:52 00682_empty_parts_merge: [ OK ] 5.59 sec. 2025-08-30 04:15:52 02026_arrayDifference_const: [ OK ] 0.12 sec. 2025-08-30 04:15:52 01735_join_get_low_card_fix: [ OK ] 0.17 sec. 2025-08-30 04:15:53 03205_json_cast_from_string: [ OK ] 0.22 sec. 2025-08-30 04:15:53 02735_asof_join_right_null: [ OK ] 0.22 sec. 2025-08-30 04:15:53 00946_ml_test: [ OK ] 0.18 sec. 2025-08-30 04:15:53 01825_replacing_vertical_merge: [ OK ] 0.27 sec. 2025-08-30 04:15:53 02130_parse_quoted_null: [ OK ] 1.97 sec. 2025-08-30 04:15:53 02154_bit_slice_for_string: [ OK ] 0.67 sec. 2025-08-30 04:15:54 01602_temporary_table_in_system_tables: [ OK ] 0.17 sec. 2025-08-30 04:15:54 01159_combinators_with_parameters: [ OK ] 0.32 sec. 2025-08-30 04:15:54 02707_protobuf_unnamed_tuple_as_nested_message: [ OK ] 0.42 sec. 2025-08-30 04:15:54 00013_create_table_with_arrays: [ OK ] 0.17 sec. 2025-08-30 04:15:54 02313_multiple_limits: [ OK ] 0.17 sec. 2025-08-30 04:15:54 02184_range_hashed_dictionary_outside_range_values: [ OK ] 0.17 sec. 2025-08-30 04:15:54 01049_join_low_card_crash: [ OK ] 0.17 sec. 2025-08-30 04:15:54 00974_distributed_join_on: [ OK ] 0.27 sec. 2025-08-30 04:15:54 00807_regexp_quote_meta: [ OK ] 0.18 sec. 2025-08-30 04:15:54 02577_analyzer_array_join_calc_twice: [ OK ] 0.17 sec. 2025-08-30 04:15:54 01020_function_char: [ OK ] 0.17 sec. 2025-08-30 04:15:54 02516_projections_and_context: [ OK ] 0.17 sec. 2025-08-30 04:15:55 01113_local_dictionary_type_conversion: [ OK ] 0.17 sec. 2025-08-30 04:15:55 00632_get_sample_block_cache: [ OK ] 1.07 sec. 2025-08-30 04:15:55 00803_xxhash: [ OK ] 0.27 sec. 2025-08-30 04:15:55 01600_remerge_sort_lowered_memory_bytes_ratio: [ OK ] 0.52 sec. 2025-08-30 04:15:56 00485_http_insert_format: [ OK ] 0.72 sec. 2025-08-30 04:15:56 01755_client_highlight_multi_line_comment_regression: [ OK ] 0.42 sec. 2025-08-30 04:15:56 02426_to_string_nullable_fixedstring: [ OK ] 0.12 sec. 2025-08-30 04:15:56 01825_new_type_json_bools: [ OK ] 0.17 sec. 2025-08-30 04:15:56 02971_functions_to_subcolumns_map: [ OK ] 0.17 sec. 2025-08-30 04:15:56 01513_count_without_select_sequence_consistency_zookeeper_long: [ OK ] 0.37 sec. 2025-08-30 04:15:56 01860_Distributed__shard_num_GROUP_BY: [ OK ] 0.27 sec. 2025-08-30 04:15:56 01134_max_rows_to_group_by: [ OK ] 0.17 sec. 2025-08-30 04:15:57 03067_analyzer_complex_alias_join: [ OK ] 0.12 sec. 2025-08-30 04:15:57 00746_hashing_tuples: [ OK ] 0.22 sec. 2025-08-30 04:15:57 02428_combinators_with_over_statement: [ OK ] 0.17 sec. 2025-08-30 04:15:57 01096_block_serialized_state: [ OK ] 0.12 sec. 2025-08-30 04:15:57 02188_table_function_format: [ OK ] 0.17 sec. 2025-08-30 04:15:57 02326_numbers_from_json_strings_schema_inference: [ OK ] 0.17 sec. 2025-08-30 04:15:57 01891_jit_aggregation_function_any_long: [ OK ] 0.57 sec. 2025-08-30 04:15:57 01051_new_any_join_engine: [ OK ] 0.32 sec. 2025-08-30 04:15:57 01069_set_in_group_by: [ OK ] 0.17 sec. 2025-08-30 04:15:58 02403_arrow_large_string: [ OK ] 0.42 sec. 2025-08-30 04:15:58 02448_clone_replica_lost_part: [ OK ] 25.10 sec. 2025-08-30 04:15:59 02764_parallel_replicas_plain_merge_tree: [ OK ] 0.47 sec. 2025-08-30 04:15:59 02543_alter_rename_modify_stuck: [ OK ] 4.28 sec. 2025-08-30 04:15:59 00358_from_string_complex_types: [ OK ] 0.23 sec. 2025-08-30 04:15:59 02814_ReplacingMergeTree_fix_select_final_on_single_partition: [ OK ] 0.33 sec. 2025-08-30 04:15:59 01670_sign_function: [ OK ] 0.38 sec. 2025-08-30 04:16:00 03143_cte_scope: [ OK ] 0.32 sec. 2025-08-30 04:16:00 02763_mutate_compact_part_with_skip_indices_and_projections: [ OK ] 0.52 sec. 2025-08-30 04:16:00 02552_sparse_columns_intersect: [ OK ] 0.27 sec. 2025-08-30 04:16:00 02021_h3_is_res_classIII: [ OK ] 0.27 sec. 2025-08-30 04:16:00 01024__getScalar: [ OK ] 0.23 sec. 2025-08-30 04:16:00 Running about 812 stateless tests (Process-3). 2025-08-30 04:16:00 01119_session_log: [ OK ] 30.80 sec. 2025-08-30 04:16:01 00523_aggregate_functions_in_group_array: [ OK ] 0.18 sec. 2025-08-30 04:16:01 02366_kql_func_datetime: [ OK ] 0.83 sec. 2025-08-30 04:16:01 01595_countMatches: [ OK ] 0.47 sec. 2025-08-30 04:16:01 02704_keeper_map_zk_nodes: [ OK ] 3.29 sec. 2025-08-30 04:16:01 02395_every_merge_tree_setting_must_have_documentation: [ OK ] 0.19 sec. 2025-08-30 04:16:02 00624_length_utf8: [ OK ] 0.23 sec. 2025-08-30 04:16:02 01508_explain_header: [ OK ] 0.23 sec. 2025-08-30 04:16:02 02962_parallel_window_functions_different_partitioning: [ OK ] 0.19 sec. 2025-08-30 04:16:02 03041_select_with_query_result: [ OK ] 0.39 sec. 2025-08-30 04:16:02 02455_duplicate_column_names_in_schema_inference: [ OK ] 0.17 sec. 2025-08-30 04:16:02 02016_order_by_with_fill_monotonic_functions_removal: [ OK ] 0.17 sec. 2025-08-30 04:16:03 02009_decimal_no_trailing_zeros: [ OK ] 0.44 sec. 2025-08-30 04:16:03 01076_window_view_alter_query_to: [ OK ] 2.50 sec. 2025-08-30 04:16:03 02428_partial_sort_optimization_bug: [ OK ] 0.33 sec. 2025-08-30 04:16:03 02275_full_sort_join_long: [ OK ] 28.48 sec. 2025-08-30 04:16:03 02001_compress_output_file: [ OK ] 1.00 sec. 2025-08-30 04:16:03 02474_create_user_query_fuzzer_bug: [ OK ] 0.17 sec. 2025-08-30 04:16:03 01526_param_uuid: [ OK ] 0.67 sec. 2025-08-30 04:16:03 02552_client_format_settings: [ OK ] 0.28 sec. 2025-08-30 04:16:04 03037_dot_product_overflow: [ OK ] 0.19 sec. 2025-08-30 04:16:04 01908_with_unknown_column: [ OK ] 0.24 sec. 2025-08-30 04:16:04 02416_keeper_map: [ OK ] 0.58 sec. 2025-08-30 04:16:04 00327_summing_composite_nested: [ OK ] 0.47 sec. 2025-08-30 04:16:04 02920_unary_operators_functions: [ OK ] 0.22 sec. 2025-08-30 04:16:05 01010_pm_join_all_join_bug: [ OK ] 0.27 sec. 2025-08-30 04:16:05 01721_constraints_constant_expressions: [ OK ] 0.43 sec. 2025-08-30 04:16:05 02270_errors_in_files_s3: [ OK ] 0.87 sec. 2025-08-30 04:16:06 00806_alter_update: [ OK ] 0.28 sec. 2025-08-30 04:16:06 02989_join_using_parent_scope: [ OK ] 0.73 sec. 2025-08-30 04:16:07 03158_dynamic_type_from_variant: [ OK ] 0.24 sec. 2025-08-30 04:16:07 02531_two_level_aggregation_bug: [ OK ] 1.99 sec. 2025-08-30 04:16:07 02340_parts_refcnt_mergetree: [ OK ] 3.33 sec. 2025-08-30 04:16:07 02324_map_combinator_bug: [ OK ] 0.28 sec. 2025-08-30 04:16:07 02991_count_rewrite_analyzer: [ OK ] 0.24 sec. 2025-08-30 04:16:07 01655_plan_optimizations_merge_filters: [ OK ] 0.25 sec. 2025-08-30 04:16:08 02367_join_pushdown_column_not_found: [ OK ] 0.29 sec. 2025-08-30 04:16:08 01060_defaults_all_columns: [ OK ] 0.28 sec. 2025-08-30 04:16:08 03250_json_group_by_sub_object_subcolumn: [ OK ] 0.25 sec. 2025-08-30 04:16:08 00688_aggregation_retention: [ OK ] 0.24 sec. 2025-08-30 04:16:08 01374_if_nullable_filimonov: [ OK ] 0.22 sec. 2025-08-30 04:16:08 02435_rollback_cancelled_queries: [ OK ] 22.06 sec. 2025-08-30 04:16:08 03127_argMin_combinator_state: [ OK ] 0.24 sec. 2025-08-30 04:16:09 00349_visible_width: [ OK ] 0.24 sec. 2025-08-30 04:16:09 01136_multiple_sets: [ OK ] 0.39 sec. 2025-08-30 04:16:09 01891_not_in_partition_prune: [ OK ] 0.54 sec. 2025-08-30 04:16:09 01622_multiple_ttls: [ OK ] 0.42 sec. 2025-08-30 04:16:09 02455_improve_feedback_when_replacing_partition_with_different_primary_key: [ OK ] 0.33 sec. 2025-08-30 04:16:09 01292_optimize_data_skip_idx_order_by_expr: [ OK ] 0.28 sec. 2025-08-30 04:16:10 01381_for_each_with_states: [ OK ] 0.25 sec. 2025-08-30 04:16:10 02139_MV_with_scalar_subquery: [ OK ] 0.28 sec. 2025-08-30 04:16:10 01550_query_identifier_parameters: [ OK ] 1.29 sec. 2025-08-30 04:16:11 00539_functions_for_working_with_json: [ OK ] 0.25 sec. 2025-08-30 04:16:11 02905_structure_to_schema_bad_names: [ OK ] 0.84 sec. 2025-08-30 04:16:12 03036_udf_user_defined_directory_in_client: [ OK ] 1.03 sec. 2025-08-30 04:16:12 00601_kill_running_query: [ OK ] 0.89 sec. 2025-08-30 04:16:12 02844_max_backup_bandwidth_s3: [ OK ] 27.62 sec. 2025-08-30 04:16:12 02164_materialized_view_support_virtual_column: [ OK ] 0.31 sec. 2025-08-30 04:16:12 02567_and_consistency: [ OK ] 0.54 sec. 2025-08-30 04:16:13 02675_predicate_push_down_filled_join_fix: [ OK ] 0.39 sec. 2025-08-30 04:16:13 01407_lambda_arrayJoin: [ OK ] 0.18 sec. 2025-08-30 04:16:13 03036_dynamic_read_shared_subcolumns_compact_merge_tree: [ OK ] 11.16 sec. 2025-08-30 04:16:13 01283_strict_resize_bug: [ OK ] 1.04 sec. 2025-08-30 04:16:13 01714_alter_drop_version: [ OK ] 0.38 sec. 2025-08-30 04:16:13 01070_exception_code_in_query_log_table: [ OK ] 0.34 sec. 2025-08-30 04:16:13 02961_read_bool_as_string_json: [ OK ] 0.24 sec. 2025-08-30 04:16:13 03159_dynamic_type_all_types: [ OK ] 0.42 sec. 2025-08-30 04:16:13 03033_create_as_copies_comment: [ OK ] 0.17 sec. 2025-08-30 04:16:14 00554_nested_and_table_engines: [ OK ] 0.53 sec. 2025-08-30 04:16:14 02158_explain_ast_alter_commands: [ OK ] 0.66 sec. 2025-08-30 04:16:14 02343_group_by_use_nulls: [ OK ] 0.34 sec. 2025-08-30 04:16:14 02661_read_from_archive_7z: [ OK ] 6.73 sec. 2025-08-30 04:16:14 02429_offset_pipeline_stuck_bug: [ OK ] 0.24 sec. 2025-08-30 04:16:14 01883_grouping_sets_crash: [ OK ] 0.28 sec. 2025-08-30 04:16:15 00062_replicated_merge_tree_alter_zookeeper_long: [ OK ] 1.37 sec. 2025-08-30 04:16:15 00759_kodieg: [ OK ] 0.19 sec. 2025-08-30 04:16:15 00747_contributors: [ OK ] 0.22 sec. 2025-08-30 04:16:15 02267_file_globs_schema_inference: [ OK ] 1.59 sec. 2025-08-30 04:16:15 02492_clickhouse_local_context_uaf: [ OK ] 0.53 sec. 2025-08-30 04:16:15 02175_distributed_join_current_database: [ OK ] 0.32 sec. 2025-08-30 04:16:15 03160_pretty_format_tty: [ OK ] 0.68 sec. 2025-08-30 04:16:16 00746_sql_fuzzy: [ OK ] 6.16 sec. 2025-08-30 04:16:16 01032_cityHash64_for_UUID: [ OK ] 0.24 sec. 2025-08-30 04:16:16 02946_materialize_column_must_not_override_past_values: [ OK ] 1.14 sec. 2025-08-30 04:16:16 00553_invalid_nested_name: [ OK ] 0.20 sec. 2025-08-30 04:16:16 03093_bug37909_query_does_not_finish: [ OK ] 0.42 sec. 2025-08-30 04:16:16 03143_parallel_replicas_mat_view_bug: [ OK ] 0.23 sec. 2025-08-30 04:16:16 01702_bitmap_native_integers: [ OK ] 0.22 sec. 2025-08-30 04:16:17 02842_largestTriangleThreeBuckets_aggregate_function: [ OK ] 0.53 sec. 2025-08-30 04:16:17 00688_low_cardinality_defaults: [ OK ] 0.28 sec. 2025-08-30 04:16:17 01925_jit_aggregation_function_count_long: [ OK ] 0.38 sec. 2025-08-30 04:16:17 02235_brotli_bug: [ OK ] 1.58 sec. 2025-08-30 04:16:17 01041_h3_is_valid: [ OK ] 0.19 sec. 2025-08-30 04:16:18 00974_adaptive_granularity_secondary_index: [ OK ] 0.69 sec. 2025-08-30 04:16:18 02371_analyzer_join_cross: [ OK ] 0.43 sec. 2025-08-30 04:16:18 01079_window_view_inner_table_memory_tumble: [ OK ] 1.63 sec. 2025-08-30 04:16:18 03201_local_named_collections: [ OK ] 1.03 sec. 2025-08-30 04:16:18 03152_trailing_comma_in_columns_list_in_insert: [ OK ] 0.17 sec. 2025-08-30 04:16:18 03038_nested_dynamic_merges_compact_horizontal: [ OK ] 2.68 sec. 2025-08-30 04:16:18 02265_per_table_ttl_mutation_on_change: [ OK ] 0.48 sec. 2025-08-30 04:16:18 02167_columns_with_dots_default_values: [ OK ] 0.22 sec. 2025-08-30 04:16:18 01473_system_events_zeroes: [ OK ] 0.19 sec. 2025-08-30 04:16:18 00590_limit_by_column_removal: [ OK ] 0.14 sec. 2025-08-30 04:16:19 02864_filtered_url_with_globs: [ OK ] 0.20 sec. 2025-08-30 04:16:19 02685_bson2: [ OK ] 0.22 sec. 2025-08-30 04:16:19 01804_uniq_up_to_ubsan: [ OK ] 0.13 sec. 2025-08-30 04:16:19 01419_materialize_null: [ OK ] 0.23 sec. 2025-08-30 04:16:19 02697_stop_reading_on_first_cancel: [ OK ] 0.78 sec. 2025-08-30 04:16:19 00170_lower_upper_utf8: [ OK ] 0.54 sec. 2025-08-30 04:16:19 02481_analyzer_join_alias_unknown_identifier_crash: [ OK ] 0.24 sec. 2025-08-30 04:16:20 02104_clickhouse_local_columns_description: [ OK ] 0.58 sec. 2025-08-30 04:16:20 00818_alias_bug_4110: [ OK ] 0.32 sec. 2025-08-30 04:16:20 01493_table_function_null: [ OK ] 0.13 sec. 2025-08-30 04:16:20 03111_inner_join_group_by: [ OK ] 0.13 sec. 2025-08-30 04:16:20 02943_variant_read_subcolumns: [ OK ] 6.27 sec. 2025-08-30 04:16:20 02050_clickhouse_local_parsing_exception: [ OK ] 0.69 sec. 2025-08-30 04:16:20 00333_parser_number_bug: [ OK ] 0.23 sec. 2025-08-30 04:16:20 01312_comparison_with_constant_string_in_index_analysis: [ OK ] 0.47 sec. 2025-08-30 04:16:20 02242_join_rocksdb: [ OK ] 0.54 sec. 2025-08-30 04:16:21 00679_uuid_in_key: [ OK ] 0.33 sec. 2025-08-30 04:16:21 00347_has_tuple: [ OK ] 0.30 sec. 2025-08-30 04:16:21 00552_logical_functions_uint8_as_bool: [ OK ] 0.17 sec. 2025-08-30 04:16:21 00014_select_from_table_with_nested: [ OK ] 0.22 sec. 2025-08-30 04:16:21 00737_decimal_group_by: [ OK ] 0.27 sec. 2025-08-30 04:16:22 02930_client_file_log_comment: [ OK ] 0.97 sec. 2025-08-30 04:16:22 02294_nothing_arguments_in_functions: [ OK ] 0.37 sec. 2025-08-30 04:16:22 03203_hive_style_partitioning: [ OK ] 2.53 sec. 2025-08-30 04:16:22 01516_date_time_output_format: [ OK ] 0.31 sec. 2025-08-30 04:16:23 00157_aliases_and_lambda_formal_parameters: [ OK ] 0.22 sec. 2025-08-30 04:16:23 02179_range_hashed_dictionary_invalid_interval: [ OK ] 0.22 sec. 2025-08-30 04:16:23 00117_parsing_arrays: [ OK ] 0.19 sec. 2025-08-30 04:16:23 02684_bson: [ OK ] 0.12 sec. 2025-08-30 04:16:24 02661_read_from_archive_targz: [ OK ] 5.51 sec. 2025-08-30 04:16:24 01651_group_uniq_array_enum: [ OK ] 0.17 sec. 2025-08-30 04:16:24 01710_normal_projection_with_query_plan_optimization: [ OK ] 0.32 sec. 2025-08-30 04:16:24 01360_division_overflow: [ OK ] 0.17 sec. 2025-08-30 04:16:25 02885_async_insert_access_check_for_defaults: [ OK ] 2.24 sec. 2025-08-30 04:16:26 01834_alias_columns_laziness_filimonov: [ OK ] 1.15 sec. 2025-08-30 04:16:26 01956_skip_unavailable_shards_excessive_attempts: [ OK ] 0.93 sec. 2025-08-30 04:16:26 03033_set_index_in: [ OK ] 0.27 sec. 2025-08-30 04:16:27 03222_parallel_replicas_final_in_subquery: [ OK ] 0.27 sec. 2025-08-30 04:16:27 03212_thousand_exceptions: [ OK ] 9.60 sec. 2025-08-30 04:16:28 02050_client_profile_events: [ OK ] 6.73 sec. 2025-08-30 04:16:28 01810_max_part_removal_threads_long: [ OK ] 2.53 sec. 2025-08-30 04:16:28 00809_add_days_segfault: [ OK ] 0.23 sec. 2025-08-30 04:16:28 02710_date_diff_aliases: [ OK ] 0.12 sec. 2025-08-30 04:16:31 02864_statistics_predicates: [ OK ] 3.13 sec. 2025-08-30 04:16:31 00991_system_parts_race_condition_long: [ OK ] 33.13 sec. 2025-08-30 04:16:31 01291_geo_types: [ OK ] 2.34 sec. 2025-08-30 04:16:31 00075_shard_formatting_negate_of_negative_literal: [ OK ] 0.17 sec. 2025-08-30 04:16:31 01915_merge_prewhere_virtual_column_rand_chao_wang: [ OK ] 0.17 sec. 2025-08-30 04:16:31 02122_parallel_formatting_PrettyNoEscapes: [ OK ] 2.73 sec. 2025-08-30 04:16:31 01155_old_mutation_parts_to_do: [ OK ] 10.08 sec. 2025-08-30 04:16:31 02533_generate_random_schema_inference: [ OK ] 0.22 sec. 2025-08-30 04:16:31 02028_create_select_settings: [ OK ] 0.12 sec. 2025-08-30 04:16:31 00098_9_union_all: [ OK ] 0.12 sec. 2025-08-30 04:16:31 01780_dict_get_or_null: [ OK ] 0.37 sec. 2025-08-30 04:16:31 03119_analyzer_window_function_in_CTE_alias: [ OK ] 0.17 sec. 2025-08-30 04:16:32 03036_reading_s3_archives: [ OK ] 0.57 sec. 2025-08-30 04:16:32 02478_projection_and_alter_low_cardinality: [ OK ] 0.17 sec. 2025-08-30 04:16:32 01891_partition_by_uuid: [ OK ] 0.17 sec. 2025-08-30 04:16:32 02128_hex_bin_on_uuid: [ OK ] 0.17 sec. 2025-08-30 04:16:32 02864_profile_event_part_lock: [ OK ] 0.17 sec. 2025-08-30 04:16:32 01623_constraints_column_swap: [ OK ] 0.67 sec. 2025-08-30 04:16:32 03245_views_and_filter_push_down_bug: [ OK ] 0.12 sec. 2025-08-30 04:16:33 02941_variant_type_alters: [ OK ] 9.62 sec. 2025-08-30 04:16:33 03321_join_on_is_null_lowcardinality: [ OK ] 0.17 sec. 2025-08-30 04:16:33 02366_kql_func_dynamic: [ OK ] 0.77 sec. 2025-08-30 04:16:33 02347_rank_corr_size_overflow: [ OK ] 0.52 sec. 2025-08-30 04:16:34 01099_operators_date_and_timestamp: [ OK ] 0.52 sec. 2025-08-30 04:16:34 02989_group_by_tuple: [ OK ] 0.12 sec. 2025-08-30 04:16:35 02100_multiple_hosts_command_line_set_ssl: [ OK ] 31.50 sec. 2025-08-30 04:16:35 01652_ignore_and_low_cardinality: [ OK ] 0.17 sec. 2025-08-30 04:16:35 01940_totimezone_operator_monotonicity: [ OK ] 0.17 sec. 2025-08-30 04:16:35 00148_summing_merge_tree_aggregate_function: [ OK ] 1.17 sec. 2025-08-30 04:16:35 02798_generic_transform: [ OK ] 0.17 sec. 2025-08-30 04:16:35 00225_join_duplicate_columns: [ OK ] 0.17 sec. 2025-08-30 04:16:35 02771_ignore_data_skipping_indices: [ OK ] 0.22 sec. 2025-08-30 04:16:36 00717_low_cardinaliry_group_by: [ OK ] 0.27 sec. 2025-08-30 04:16:36 01462_test_codec_on_alias: [ OK ] 0.22 sec. 2025-08-30 04:16:38 02122_parallel_formatting_Pretty: [ OK ] 2.53 sec. 2025-08-30 04:16:38 01044_great_circle_angle: [ OK ] 0.17 sec. 2025-08-30 04:16:38 02790_async_queries_in_query_log: [ OK ] 2.68 sec. 2025-08-30 04:16:39 03143_benchmark_query_id_prefix: [ OK ] 0.77 sec. 2025-08-30 04:16:39 02344_analyzer_multiple_aliases_for_expression: [ OK ] 0.22 sec. 2025-08-30 04:16:39 02067_lost_part_s3: [ OK ] 12.53 sec. 2025-08-30 04:16:40 00719_parallel_ddl_table: [ OK ] 8.79 sec. 2025-08-30 04:16:40 02500_prevent_drop_nested_if_empty_part: [ OK ] 0.27 sec. 2025-08-30 04:16:41 01576_alter_low_cardinality_and_select: [ OK ] 1.52 sec. 2025-08-30 04:16:41 02900_union_schema_inference_mode: [ OK ] 1.07 sec. 2025-08-30 04:16:41 02834_add_sub_date_functions: [ OK ] 0.27 sec. 2025-08-30 04:16:41 01710_projection_pk_trivial_count: [ OK ] 0.17 sec. 2025-08-30 04:16:41 02870_per_column_settings: [ OK ] 0.32 sec. 2025-08-30 04:16:41 02995_index_2: [ OK ] 8.80 sec. 2025-08-30 04:16:42 02910_object-json-crash-add-column: [ OK ] 0.22 sec. 2025-08-30 04:16:42 02560_window_ntile: [ OK ] 0.27 sec. 2025-08-30 04:16:42 02985_if_over_big_int_decimal: [ OK ] 0.22 sec. 2025-08-30 04:16:42 02916_replication_protocol_wait_for_part: [ OK ] 10.35 sec. 2025-08-30 04:16:42 03129_update_nested_materialized_column_check: [ OK ] 0.17 sec. 2025-08-30 04:16:42 02790_keyed_hash_bug: [ OK ] 0.12 sec. 2025-08-30 04:16:42 02889_print_pretty_type_names: [ OK ] 0.17 sec. 2025-08-30 04:16:42 03131_deprecated_functions: [ OK ] 0.17 sec. 2025-08-30 04:16:42 02935_external_table_enum_type: [ OK ] 1.22 sec. 2025-08-30 04:16:42 01763_filter_push_down_bugs: [ OK ] 0.27 sec. 2025-08-30 04:16:42 02293_part_log_has_merge_reason: [ OK ] 3.33 sec. 2025-08-30 04:16:42 01506_ttl_same_with_order_by: [ OK ] 0.32 sec. 2025-08-30 04:16:42 02997_insert_select_too_many_parts_multithread: [ SKIPPED ] 0.00 sec. 2025-08-30 04:16:42 Reason: disabled 2025-08-30 04:16:43 03001_block_offset_column_2: [ OK ] 0.17 sec. 2025-08-30 04:16:43 01825_new_type_json_18: [ OK ] 0.17 sec. 2025-08-30 04:16:43 02341_global_join_cte: [ OK ] 0.22 sec. 2025-08-30 04:16:43 01603_insert_select_too_many_parts: [ OK ] 4.18 sec. 2025-08-30 04:16:43 01040_dictionary_invalidate_query_switchover_long: [ OK ] 10.10 sec. 2025-08-30 04:16:43 02772_jit_date_time_add: [ OK ] 0.17 sec. 2025-08-30 04:16:43 00744_join_not_found_column: [ OK ] 0.17 sec. 2025-08-30 04:16:43 01020_function_array_compact: [ OK ] 0.17 sec. 2025-08-30 04:16:43 00755_avg_value_size_hint_passing: [ OK ] 0.72 sec. 2025-08-30 04:16:43 00413_least_greatest_new_behavior: [ OK ] 0.17 sec. 2025-08-30 04:16:43 00490_with_select: [ OK ] 0.17 sec. 2025-08-30 04:16:43 02430_bitmap_transform_exception_code: [ OK ] 0.12 sec. 2025-08-30 04:16:43 01091_query_profiler_does_not_hang: [ OK ] 0.57 sec. 2025-08-30 04:16:43 01650_expressions_merge_bug: [ OK ] 0.12 sec. 2025-08-30 04:16:43 00921_datetime64_basic: [ OK ] 0.37 sec. 2025-08-30 04:16:43 02990_optimize_uniq_to_count_alias: [ OK ] 0.17 sec. 2025-08-30 04:16:43 00452_left_array_join_and_nullable: [ OK ] 0.17 sec. 2025-08-30 04:16:43 01386_negative_float_constant_key_condition: [ OK ] 0.17 sec. 2025-08-30 04:16:43 01010_pmj_one_row_blocks: [ OK ] 0.62 sec. 2025-08-30 04:16:43 01958_partial_hour_timezone: [ OK ] 0.17 sec. 2025-08-30 04:16:44 01757_optimize_skip_unused_shards_limit: [ OK ] 0.27 sec. 2025-08-30 04:16:44 01505_distributed_local_type_conversion_enum: [ OK ] 0.22 sec. 2025-08-30 04:16:44 02156_storage_merge_prewhere: [ OK ] 0.32 sec. 2025-08-30 04:16:44 01821_join_table_race_long: [ OK ] 1.77 sec. 2025-08-30 04:16:44 01212_empty_join_and_totals: [ OK ] 0.12 sec. 2025-08-30 04:16:44 01802_rank_corr_mann_whitney_over_window: [ OK ] 0.17 sec. 2025-08-30 04:16:44 00468_array_join_multiple_arrays_and_use_original_column: [ OK ] 0.17 sec. 2025-08-30 04:16:44 02539_settings_alias: [ OK ] 1.52 sec. 2025-08-30 04:16:44 02245_weird_partitions_pruning: [ OK ] 0.22 sec. 2025-08-30 04:16:45 00719_format_datetime_rand: [ OK ] 0.77 sec. 2025-08-30 04:16:45 02313_negative_datetime64: [ OK ] 0.17 sec. 2025-08-30 04:16:45 01428_h3_range_check: [ OK ] 0.17 sec. 2025-08-30 04:16:45 02907_backup_mv_with_no_source_table: [ OK ] 1.47 sec. 2025-08-30 04:16:45 01079_new_range_reader_segfault: [ OK ] 0.17 sec. 2025-08-30 04:16:45 02869_http_headers_elapsed_ns: [ OK ] 0.42 sec. 2025-08-30 04:16:45 02493_do_not_assume_that_the_original_query_was_valid_when_transforming_joins: [ OK ] 0.17 sec. 2025-08-30 04:16:45 03261_json_hints_types_check: [ OK ] 0.17 sec. 2025-08-30 04:16:45 02003_bug_from_23515: [ OK ] 0.17 sec. 2025-08-30 04:16:45 03247_generic_arrayMin_arrayMax_fixes: [ OK ] 0.17 sec. 2025-08-30 04:16:45 01009_insert_select_nicelulu: [ OK ] 1.67 sec. 2025-08-30 04:16:45 01069_materialized_view_alter_target_table_with_default_expression: [ OK ] 0.22 sec. 2025-08-30 04:16:45 01213_alter_rename_nested: [ OK ] 0.27 sec. 2025-08-30 04:16:45 03229_empty_tuple_in_array: [ OK ] 0.12 sec. 2025-08-30 04:16:45 02346_fulltext_index_detach_attach: [ OK ] 0.17 sec. 2025-08-30 04:16:46 00692_if_exception_code: [ OK ] 0.17 sec. 2025-08-30 04:16:46 01432_parse_date_time_best_effort_timestamp: [ OK ] 0.17 sec. 2025-08-30 04:16:46 02972_to_string_nullable_timezone: [ OK ] 0.12 sec. 2025-08-30 04:16:46 02842_one_input_format: [ OK ] 1.22 sec. 2025-08-30 04:16:46 01356_wrong_filter-type_bug: [ OK ] 0.17 sec. 2025-08-30 04:16:46 00305_http_and_readonly: [ OK ] 0.52 sec. 2025-08-30 04:16:46 01925_json_as_string_data_in_square_brackets: [ OK ] 0.17 sec. 2025-08-30 04:16:46 01920_not_chain_format: [ OK ] 0.12 sec. 2025-08-30 04:16:46 02998_to_milliseconds: [ OK ] 0.22 sec. 2025-08-30 04:16:47 02999_scalar_subqueries_bug_2: [ OK ] 0.17 sec. 2025-08-30 04:16:47 00182_functions_higher_order_and_consts: [ OK ] 1.12 sec. 2025-08-30 04:16:47 03248_with_fill_string_crash: [ OK ] 0.17 sec. 2025-08-30 04:16:47 00937_test_use_header_tsv: [ OK ] 2.08 sec. 2025-08-30 04:16:47 03247_materialized_view_select_intersect: [ OK ] 0.12 sec. 2025-08-30 04:16:47 01016_input_null_as_default: [ OK ] 3.53 sec. 2025-08-30 04:16:47 02876_sort_union_of_sorted: [ OK ] 0.17 sec. 2025-08-30 04:16:47 02535_ip_parser_not_whole: [ OK ] 0.12 sec. 2025-08-30 04:16:47 01655_sleep_infinite_float: [ OK ] 0.12 sec. 2025-08-30 04:16:47 00489_pk_subexpression: [ OK ] 0.17 sec. 2025-08-30 04:16:47 01085_datetime_arithmetic_preserve_timezone: [ OK ] 0.12 sec. 2025-08-30 04:16:47 01710_projection_with_nullable_keys: [ OK ] 0.12 sec. 2025-08-30 04:16:47 02041_test_fuzzy_alter: [ OK ] 0.17 sec. 2025-08-30 04:16:48 03036_clamp: [ OK ] 0.22 sec. 2025-08-30 04:16:48 02521_merge_over_gap: [ OK ] 2.18 sec. 2025-08-30 04:16:48 02454_set_parameters_formatting: [ OK ] 0.37 sec. 2025-08-30 04:16:48 02475_or_function_alias_and_const_where: [ OK ] 0.17 sec. 2025-08-30 04:16:48 00703_join_crash: [ OK ] 0.17 sec. 2025-08-30 04:16:48 02235_add_part_offset_virtual_column: [ OK ] 0.92 sec. 2025-08-30 04:16:48 02122_parallel_formatting_Markdown: [ OK ] 1.02 sec. 2025-08-30 04:16:48 01326_fixed_string_comparison_denny_crane: [ OK ] 0.12 sec. 2025-08-30 04:16:48 00335_bom: [ OK ] 0.42 sec. 2025-08-30 04:16:48 00969_roundDuration: [ OK ] 0.17 sec. 2025-08-30 04:16:49 03276_functions_to_subcolumns_lc: [ OK ] 0.17 sec. 2025-08-30 04:16:49 01142_join_lc_and_nullable_in_key: [ OK ] 0.32 sec. 2025-08-30 04:16:49 02129_window_functions_disable_optimizations: [ OK ] 0.17 sec. 2025-08-30 04:16:49 02122_parallel_formatting_TSKV: [ OK ] 1.17 sec. 2025-08-30 04:16:49 03041_analyzer_gigachad_join: [ OK ] 0.17 sec. 2025-08-30 04:16:49 02360_small_notation_h_for_hour_interval: [ OK ] 0.12 sec. 2025-08-30 04:16:49 01198_client_quota_key: [ OK ] 0.82 sec. 2025-08-30 04:16:49 00725_join_on_bug_4: [ OK ] 0.17 sec. 2025-08-30 04:16:49 00004_shard_format_ast_and_remote_table: [ OK ] 0.12 sec. 2025-08-30 04:16:49 01361_buffer_table_flush_with_materialized_view: [ OK ] 0.22 sec. 2025-08-30 04:16:49 03074_analyzer_alias_column_in_view: [ OK ] 0.17 sec. 2025-08-30 04:16:49 02355_control_block_size_in_aggregator: [ OK ] 0.17 sec. 2025-08-30 04:16:49 01621_decode_XML: [ OK ] 0.17 sec. 2025-08-30 04:16:49 02377_optimize_sorting_by_input_stream_properties: [ OK ] 0.28 sec. 2025-08-30 04:16:49 02248_nullable_custom_types_to_string: [ OK ] 0.17 sec. 2025-08-30 04:16:49 03290_final_collapsing: [ OK ] 0.22 sec. 2025-08-30 04:16:50 00576_nested_and_prewhere: [ OK ] 0.27 sec. 2025-08-30 04:16:50 00310_tskv: [ OK ] 0.82 sec. 2025-08-30 04:16:50 02491_part_log_has_table_uuid: [ OK ] 0.27 sec. 2025-08-30 04:16:50 02891_array_shingles: [ OK ] 0.27 sec. 2025-08-30 04:16:50 02303_cast_nullable_to_custom_types: [ OK ] 0.22 sec. 2025-08-30 04:16:50 00695_pretty_max_column_pad_width: [ OK ] 0.12 sec. 2025-08-30 04:16:50 03261_optimize_rewrite_array_exists_to_has_crash: [ OK ] 0.17 sec. 2025-08-30 04:16:50 02095_function_get_os_kernel_version: [ OK ] 0.12 sec. 2025-08-30 04:16:50 01323_redundant_functions_in_order_by: [ OK ] 0.32 sec. 2025-08-30 04:16:50 02422_read_numbers_as_strings: [ OK ] 0.17 sec. 2025-08-30 04:16:50 02998_operator_respect_nulls: [ OK ] 0.12 sec. 2025-08-30 04:16:50 00725_memory_tracking: [ OK ] 0.42 sec. 2025-08-30 04:16:50 01585_use_index_for_global_in: [ OK ] 0.22 sec. 2025-08-30 04:16:50 01833_test_collation_alvarotuso: [ OK ] 0.17 sec. 2025-08-30 04:16:51 01234_to_string_monotonic: [ OK ] 0.27 sec. 2025-08-30 04:16:51 02457_morton_coding_with_mask: [ OK ] 0.57 sec. 2025-08-30 04:16:51 03173_check_cyclic_dependencies_on_create_and_rename: [ OK ] 0.27 sec. 2025-08-30 04:16:51 02506_date_time64_floating_point_negative_value: [ OK ] 0.17 sec. 2025-08-30 04:16:51 00473_output_format_json_quote_denormals: [ OK ] 0.97 sec. 2025-08-30 04:16:51 02704_storage_merge_explain_graph_crash: [ OK ] 0.17 sec. 2025-08-30 04:16:51 01754_clickhouse_format_backslash: [ OK ] 0.32 sec. 2025-08-30 04:16:51 01913_quantile_deterministic: [ OK ] 3.54 sec. 2025-08-30 04:16:52 02291_join_const_literal_36279: [ OK ] 0.22 sec. 2025-08-30 04:16:52 03009_consecutive_keys_nullable: [ OK ] 0.37 sec. 2025-08-30 04:16:52 00118_storage_join: [ OK ] 0.22 sec. 2025-08-30 04:16:52 03095_group_by_server_constants_bug: [ OK ] 0.17 sec. 2025-08-30 04:16:52 01059_storage_file_compression: [ OK ] 7.04 sec. 2025-08-30 04:16:52 01947_multiple_pipe_read: [ OK ] 0.93 sec. 2025-08-30 04:16:52 02000_map_full_text_bloom_filter_index: [ OK ] 0.67 sec. 2025-08-30 04:16:52 00954_client_prepared_statements: [ OK ] 1.98 sec. 2025-08-30 04:16:52 02156_storage_merge_prewhere_not_ready_set_bug: [ OK ] 0.22 sec. 2025-08-30 04:16:53 01519_topK_distributed_parametrized: [ OK ] 0.17 sec. 2025-08-30 04:16:53 02111_json_column_name_encoding: [ OK ] 0.12 sec. 2025-08-30 04:16:53 01837_cast_to_array_from_empty_array: [ OK ] 0.12 sec. 2025-08-30 04:16:53 01896_jit_aggregation_function_if_long: [ OK ] 0.67 sec. 2025-08-30 04:16:53 02332_dist_insert_send_logs_level: [ OK ] 0.52 sec. 2025-08-30 04:16:53 00712_prewhere_with_sampling: [ OK ] 0.17 sec. 2025-08-30 04:16:53 02998_analyzer_secret_args_tree_node: [ OK ] 0.17 sec. 2025-08-30 04:16:53 00712_prewhere_with_sampling_and_alias: [ OK ] 0.17 sec. 2025-08-30 04:16:53 03098_prefer_column_to_alias_subquery: [ OK ] 0.27 sec. 2025-08-30 04:16:53 03038_nested_dynamic_merges_wide_vertical: [ OK ] 2.12 sec. 2025-08-30 04:16:53 00999_full_join_dup_keys_crash: [ OK ] 0.37 sec. 2025-08-30 04:16:53 02719_aggregate_with_empty_string_key: [ OK ] 0.17 sec. 2025-08-30 04:16:53 02669_alter_modify_to_nullable: [ OK ] 0.32 sec. 2025-08-30 04:16:54 00041_big_array_join: [ OK ] 0.22 sec. 2025-08-30 04:16:54 01825_type_json_16: [ OK ] 0.98 sec. 2025-08-30 04:16:54 00208_agg_state_merge: [ OK ] 0.12 sec. 2025-08-30 04:16:54 00580_consistent_hashing_functions: [ OK ] 0.12 sec. 2025-08-30 04:16:54 02428_delete_with_settings: [ OK ] 0.27 sec. 2025-08-30 04:16:54 02932_group_by_null_fuzzer: [ OK ] 0.17 sec. 2025-08-30 04:16:54 00937_template_output_format: [ OK ] 0.77 sec. 2025-08-30 04:16:54 00700_decimal_defaults: [ OK ] 0.17 sec. 2025-08-30 04:16:54 00548_slice_of_nested: [ OK ] 0.17 sec. 2025-08-30 04:16:54 02388_conversion_from_string_with_datetime64_to_date_and_date32: [ OK ] 0.22 sec. 2025-08-30 04:16:54 00174_compare_date_time_with_constant_string_in_in: [ OK ] 0.17 sec. 2025-08-30 04:16:54 01735_to_datetime64: [ OK ] 0.12 sec. 2025-08-30 04:16:54 02185_orc_corrupted_file: [ OK ] 0.47 sec. 2025-08-30 04:16:55 00910_zookeeper_test_alter_compression_codecs_long: [ OK ] 0.57 sec. 2025-08-30 04:16:55 01569_query_profiler_big_query_id: [ OK ] 1.73 sec. 2025-08-30 04:16:56 01425_decimal_parse_big_negative_exponent: [ OK ] 0.23 sec. 2025-08-30 04:16:56 02789_describe_table_settings: [ OK ] 0.17 sec. 2025-08-30 04:16:56 01825_new_type_json_btc: [ OK ] 1.67 sec. 2025-08-30 04:16:56 02099_tsv_raw_format_2: [ OK ] 1.83 sec. 2025-08-30 04:16:56 00717_default_join_type: [ OK ] 0.18 sec. 2025-08-30 04:16:56 00634_rename_view: [ OK ] 0.17 sec. 2025-08-30 04:16:56 01852_s2_get_neighbours: [ OK ] 0.17 sec. 2025-08-30 04:16:56 02687_native_fuzz: [ OK ] 0.13 sec. 2025-08-30 04:16:56 01851_fix_row_policy_empty_result: [ OK ] 0.22 sec. 2025-08-30 04:16:56 01603_read_with_backoff_bug: [ OK ] 10.26 sec. 2025-08-30 04:16:57 02733_distinct: [ OK ] 0.12 sec. 2025-08-30 04:16:57 02415_all_new_functions_must_be_documented: [ OK ] 0.17 sec. 2025-08-30 04:16:57 00956_join_use_nulls_with_array_column: [ OK ] 0.17 sec. 2025-08-30 04:16:57 01179_insert_values_semicolon: [ OK ] 0.53 sec. 2025-08-30 04:16:57 01832_memory_write_suffix: [ OK ] 0.17 sec. 2025-08-30 04:16:57 02841_check_table_progress: [ OK ] 0.83 sec. 2025-08-30 04:16:57 02709_storage_memory_compressed: [ OK ] 0.17 sec. 2025-08-30 04:16:58 02560_null_as_default: [ OK ] 0.22 sec. 2025-08-30 04:16:58 00875_join_right_nulls_ors: [ OK ] 0.28 sec. 2025-08-30 04:16:58 02292_nested_not_flattened_detach: [ OK ] 0.17 sec. 2025-08-30 04:16:58 00688_low_cardinality_prewhere: [ OK ] 0.22 sec. 2025-08-30 04:16:58 02457_s3_cluster_schema_inference: [ OK ] 1.03 sec. 2025-08-30 04:16:58 02705_grouping_keys_equal_keys: [ OK ] 0.18 sec. 2025-08-30 04:16:58 02677_analyzer_bitmap_has_any: [ OK ] 0.17 sec. 2025-08-30 04:16:58 01700_system_zookeeper_path_in: [ OK ] 0.27 sec. 2025-08-30 04:16:58 02808_aliases_inside_case: [ OK ] 0.17 sec. 2025-08-30 04:16:58 01772_to_start_of_hour_align: [ OK ] 0.27 sec. 2025-08-30 04:16:58 00649_quantile_tdigest_negative: [ OK ] 0.17 sec. 2025-08-30 04:16:59 02933_compare_with_bool_as_string: [ OK ] 0.18 sec. 2025-08-30 04:16:59 00135_duplicate_group_by_keys_segfault: [ OK ] 0.12 sec. 2025-08-30 04:16:59 02030_function_mapContainsKeyLike: [ OK ] 0.23 sec. 2025-08-30 04:16:59 02006_test_positional_arguments_on_cluster: [ OK ] 0.47 sec. 2025-08-30 04:16:59 02893_trash_optimization: [ OK ] 0.12 sec. 2025-08-30 04:16:59 02520_group_array_last: [ OK ] 0.38 sec. 2025-08-30 04:16:59 00578_merge_table_shadow_virtual_column: [ OK ] 0.17 sec. 2025-08-30 04:16:59 03035_alias_column_bug_distributed: [ OK ] 0.22 sec. 2025-08-30 04:16:59 01162_strange_mutations: [ OK ] 7.46 sec. 2025-08-30 04:16:59 03214_join_on_tuple_comparison_elimination_bug: [ OK ] 0.29 sec. 2025-08-30 04:17:00 03109_ast_too_big: [ OK ] 0.17 sec. 2025-08-30 04:17:00 00483_cast_syntax: [ OK ] 0.17 sec. 2025-08-30 04:17:00 02496_remove_redundant_sorting_analyzer: [ OK ] 4.80 sec. 2025-08-30 04:17:00 01068_parens: [ OK ] 0.17 sec. 2025-08-30 04:17:00 03155_datasketches_ubsan: [ OK ] 0.18 sec. 2025-08-30 04:17:00 01293_show_clusters: [ OK ] 0.63 sec. 2025-08-30 04:17:00 01559_misplaced_codec_diagnostics: [ OK ] 0.13 sec. 2025-08-30 04:17:00 02125_fix_storage_filelog: [ OK ] 0.12 sec. 2025-08-30 04:17:00 03033_final_undefined_last_mark: [ OK ] 0.12 sec. 2025-08-30 04:17:00 02833_std_alias: [ OK ] 0.17 sec. 2025-08-30 04:17:00 00986_materialized_view_stack_overflow: [ OK ] 0.54 sec. 2025-08-30 04:17:00 01773_case_sensitive_revision: [ OK ] 0.17 sec. 2025-08-30 04:17:00 00803_odbc_driver_2_format: [ OK ] 0.12 sec. 2025-08-30 04:17:00 01602_runningConcurrency: [ OK ] 0.27 sec. 2025-08-30 04:17:00 02354_tuple_element_with_default: [ OK ] 0.18 sec. 2025-08-30 04:17:00 02293_grouping_function: [ OK ] 0.22 sec. 2025-08-30 04:17:01 02035_isNull_isNotNull_format: [ OK ] 0.17 sec. 2025-08-30 04:17:01 03087_analyzer_subquery_with_alias: [ OK ] 0.12 sec. 2025-08-30 04:17:02 03246_alter_update_dynamic_hung: [ OK ] 1.13 sec. 2025-08-30 04:17:02 02210_processors_profile_log: [ OK ] 1.63 sec. 2025-08-30 04:17:02 00319_index_for_like: [ OK ] 0.42 sec. 2025-08-30 04:17:02 00553_buff_exists_materlized_column: [ OK ] 0.28 sec. 2025-08-30 04:17:02 01661_arraySlice_ubsan: [ OK ] 0.18 sec. 2025-08-30 04:17:03 02098_date32_comparison: [ OK ] 0.33 sec. 2025-08-30 04:17:03 01308_polygon_area: [ OK ] 0.28 sec. 2025-08-30 04:17:03 02731_auto_convert_dictionary_layout_to_complex_by_complex_keys: [ OK ] 0.33 sec. 2025-08-30 04:17:03 00974_query_profiler: [ OK ] 7.22 sec. 2025-08-30 04:17:03 01246_extractAllGroupsHorizontal: [ OK ] 0.57 sec. 2025-08-30 04:17:03 02155_nested_lc_defalut_bug: [ OK ] 0.20 sec. 2025-08-30 04:17:04 00016_totals_having_constants: [ OK ] 0.18 sec. 2025-08-30 04:17:04 01030_storage_url_syntax: [ OK ] 33.05 sec. 2025-08-30 04:17:04 02206_clickhouse_local_use_database: [ OK ] 0.52 sec. 2025-08-30 04:17:05 00392_enum_nested_alter: [ OK ] 0.98 sec. 2025-08-30 04:17:05 02046_low_cardinality_parallel_group_by: [ OK ] 4.64 sec. 2025-08-30 04:17:05 02124_buffer_insert_select_race: [ OK ] 11.30 sec. 2025-08-30 04:17:05 02212_h3_get_res0_indexes: [ OK ] 0.17 sec. 2025-08-30 04:17:06 02147_arrow_duplicate_columns: [ OK ] 0.81 sec. 2025-08-30 04:17:06 03039_dynamic_summing_merge_tree: [ OK ] 7.21 sec. 2025-08-30 04:17:06 02835_nested_array_lowcardinality: [ OK ] 0.22 sec. 2025-08-30 04:17:06 01710_projection_aggregate_functions_null_for_empty: [ OK ] 0.12 sec. 2025-08-30 04:17:06 02582_async_reading_with_small_limit: [ OK ] 0.17 sec. 2025-08-30 04:17:06 00979_toFloat_monotonicity: [ OK ] 0.32 sec. 2025-08-30 04:17:07 00900_parquet_time_to_ch_date_time: [ OK ] 0.72 sec. 2025-08-30 04:17:08 00980_alter_settings_race: [ OK ] 5.04 sec. 2025-08-30 04:17:09 01556_accurate_cast_or_null: [ OK ] 0.37 sec. 2025-08-30 04:17:09 00534_functions_bad_arguments1: [ OK ] 5.29 sec. 2025-08-30 04:17:09 01392_column_resolve: [ OK ] 0.22 sec. 2025-08-30 04:17:09 03014_analyzer_group_by_use_nulls: [ OK ] 0.12 sec. 2025-08-30 04:17:09 03001_max_parallel_replicas_zero_value: [ OK ] 0.12 sec. 2025-08-30 04:17:10 02155_csv_with_strings_with_slash: [ OK ] 1.08 sec. 2025-08-30 04:17:10 01660_join_or_inner: [ OK ] 0.27 sec. 2025-08-30 04:17:10 02099_tsv_raw_format_1: [ OK ] 5.19 sec. 2025-08-30 04:17:11 02160_client_autocomplete_parse_query: [ OK ] 1.52 sec. 2025-08-30 04:17:11 03009_storage_memory_circ_buffer_usage: [ OK ] 0.27 sec. 2025-08-30 04:17:11 00516_deduplication_after_drop_partition_zookeeper: [ OK ] 0.37 sec. 2025-08-30 04:17:11 01666_gcd_ubsan: [ OK ] 0.22 sec. 2025-08-30 04:17:11 00446_clear_column_in_partition_concurrent_zookeeper: [ OK ] 7.65 sec. 2025-08-30 04:17:11 00350_count_distinct: [ OK ] 0.17 sec. 2025-08-30 04:17:11 00090_union_race_conditions_1: [ OK ] 6.24 sec. 2025-08-30 04:17:11 03215_parallel_replicas_crash_after_refactoring: [ OK ] 0.22 sec. 2025-08-30 04:17:12 01780_column_sparse_tuple: [ OK ] 0.27 sec. 2025-08-30 04:17:12 00563_complex_in_expression: [ OK ] 0.17 sec. 2025-08-30 04:17:12 02922_analyzer_aggregate_nothing_type: [ OK ] 1.02 sec. 2025-08-30 04:17:12 00129_quantile_timing_weighted: [ OK ] 0.17 sec. 2025-08-30 04:17:12 03207_composite_expressions_lambda_consistent_formatting: [ OK ] 0.17 sec. 2025-08-30 04:17:12 02531_ipv4_arithmetic: [ OK ] 0.12 sec. 2025-08-30 04:17:12 02465_limit_trivial_max_rows_to_read: [ OK ] 0.17 sec. 2025-08-30 04:17:12 02515_tuple_lambda_parsing: [ OK ] 0.12 sec. 2025-08-30 04:17:13 00602_throw_if: [ OK ] 1.77 sec. 2025-08-30 04:17:13 01017_tsv_empty_as_default: [ OK ] 0.77 sec. 2025-08-30 04:17:13 01399_http_request_headers: [ OK ] 0.47 sec. 2025-08-30 04:17:13 01733_transform_ubsan: [ OK ] 0.17 sec. 2025-08-30 04:17:13 02010_array_index_bad_cast: [ OK ] 0.12 sec. 2025-08-30 04:17:13 01415_table_function_view: [ OK ] 0.17 sec. 2025-08-30 04:17:13 01606_merge_from_wide_to_compact: [ OK ] 0.42 sec. 2025-08-30 04:17:13 03209_json_type_horizontal_merges: [ OK ] 5.99 sec. 2025-08-30 04:17:14 01033_function_substring: [ OK ] 0.57 sec. 2025-08-30 04:17:14 01293_client_interactive_vertical_multiline: [ OK ] 0.98 sec. 2025-08-30 04:17:16 00411_long_accurate_number_comparison_int4: [ OK ] 2.63 sec. 2025-08-30 04:17:16 02995_index_7: [ OK ] 15.33 sec. 2025-08-30 04:17:16 02012_zookeeper_changed_enum_type: [ OK ] 0.27 sec. 2025-08-30 04:17:16 03033_analyzer_merge_engine_filter_push_down: [ OK ] 0.17 sec. 2025-08-30 04:17:16 03038_nested_dynamic_merges_wide_horizontal: [ OK ] 2.23 sec. 2025-08-30 04:17:16 01447_json_strings: [ OK ] 0.12 sec. 2025-08-30 04:17:16 03077_analyzer_multi_scalar_subquery_aliases: [ OK ] 0.17 sec. 2025-08-30 04:17:16 02998_analyzer_prewhere_report: [ OK ] 0.17 sec. 2025-08-30 04:17:17 03153_trailing_comma_in_values_list_in_insert: [ OK ] 0.17 sec. 2025-08-30 04:17:17 02457_bz2_concatenated: [ OK ] 0.67 sec. 2025-08-30 04:17:17 03144_compress_stdout: [ OK ] 0.52 sec. 2025-08-30 04:17:17 01185_create_or_replace_table: [ OK ] 0.22 sec. 2025-08-30 04:17:17 02481_merge_array_join_sample_by: [ OK ] 0.22 sec. 2025-08-30 04:17:17 03210_variant_with_aggregate_function_type: [ OK ] 0.22 sec. 2025-08-30 04:17:17 01030_concatenate_equal_fixed_strings: [ OK ] 0.17 sec. 2025-08-30 04:17:17 03039_dynamic_versioned_collapsing_merge_tree: [ OK ] 4.38 sec. 2025-08-30 04:17:17 01089_alter_settings_old_format: [ OK ] 0.17 sec. 2025-08-30 04:17:17 00389_concat_operator: [ OK ] 0.12 sec. 2025-08-30 04:17:17 02943_variant_element: [ OK ] 0.17 sec. 2025-08-30 04:17:18 01457_order_by_limit: [ OK ] 0.22 sec. 2025-08-30 04:17:18 02454_disable_mergetree_with_lightweight_delete_column: [ OK ] 0.22 sec. 2025-08-30 04:17:18 01056_predicate_optimizer_bugs: [ OK ] 0.37 sec. 2025-08-30 04:17:18 03325_distributed_join_json_array_subcolumns: [ OK ] 0.17 sec. 2025-08-30 04:17:18 02967_analyzer_fuzz: [ OK ] 0.17 sec. 2025-08-30 04:17:18 00034_fixed_string_to_number: [ OK ] 0.12 sec. 2025-08-30 04:17:18 00044_sorting_by_string_descending: [ OK ] 0.12 sec. 2025-08-30 04:17:18 00758_array_reverse: [ OK ] 0.22 sec. 2025-08-30 04:17:18 01647_clickhouse_local_hung: [ OK ] 12.16 sec. 2025-08-30 04:17:18 01602_max_distributed_connections: [ OK ] 7.04 sec. 2025-08-30 04:17:18 03210_empty_tuple_lhs_of_in: [ OK ] 0.12 sec. 2025-08-30 04:17:18 00105_shard_collations: [ OK ] 0.32 sec. 2025-08-30 04:17:19 02679_explain_merge_tree_prewhere_row_policy: [ OK ] 0.17 sec. 2025-08-30 04:17:19 01871_merge_tree_compile_expressions: [ OK ] 0.52 sec. 2025-08-30 04:17:19 02025_dictionary_array_nested_map: [ OK ] 0.17 sec. 2025-08-30 04:17:19 02126_dist_desc: [ OK ] 0.87 sec. 2025-08-30 04:17:19 01013_repeat_function: [ OK ] 0.17 sec. 2025-08-30 04:17:19 01045_array_zip: [ OK ] 0.22 sec. 2025-08-30 04:17:19 01600_encode_XML: [ OK ] 0.17 sec. 2025-08-30 04:17:19 03013_fuzz_arrayPartialReverseSort: [ OK ] 0.17 sec. 2025-08-30 04:17:19 00298_enum_width_and_cast: [ OK ] 0.17 sec. 2025-08-30 04:17:19 02573_insert_null_as_default_null_as_empty_nested: [ OK ] 0.27 sec. 2025-08-30 04:17:19 03013_ignore_drop_queries_probability: [ OK ] 0.17 sec. 2025-08-30 04:17:19 01825_new_type_json_order_by: [ OK ] 0.17 sec. 2025-08-30 04:17:19 02901_analyzer_recursive_window: [ OK ] 0.17 sec. 2025-08-30 04:17:20 02184_nested_tuple: [ OK ] 0.17 sec. 2025-08-30 04:17:20 02428_batch_nullable_assert: [ OK ] 0.12 sec. 2025-08-30 04:17:20 01285_engine_join_donmikel: [ OK ] 0.78 sec. 2025-08-30 04:17:20 00752_low_cardinality_mv_2: [ OK ] 0.22 sec. 2025-08-30 04:17:20 00515_enhanced_time_zones: [ OK ] 0.52 sec. 2025-08-30 04:17:20 02476_analyzer_join_with_unused_columns: [ OK ] 0.17 sec. 2025-08-30 04:17:21 03012_parser_backtracking: [ OK ] 1.63 sec. 2025-08-30 04:17:21 01075_allowed_client_hosts: [ OK ] 0.17 sec. 2025-08-30 04:17:21 02247_read_bools_as_numbers_json: [ OK ] 2.48 sec. 2025-08-30 04:17:21 02795_full_join_assert_cast: [ OK ] 0.12 sec. 2025-08-30 04:17:21 00981_topK_topKWeighted_long: [ OK ] 2.53 sec. 2025-08-30 04:17:21 01892_setting_limit_offset_distributed: [ OK ] 0.22 sec. 2025-08-30 04:17:21 01554_interpreter_integer_float: [ OK ] 0.17 sec. 2025-08-30 04:17:21 02862_uuid_reinterpret_as_numeric: [ OK ] 0.17 sec. 2025-08-30 04:17:21 00098_b_union_all: [ OK ] 0.17 sec. 2025-08-30 04:17:21 02982_unambiguous_alter_commands: [ OK ] 0.17 sec. 2025-08-30 04:17:22 02446_parent_zero_copy_locks: [ OK ] 4.54 sec. 2025-08-30 04:17:22 02504_disallow_arrayjoin_in_mutations: [ OK ] 0.17 sec. 2025-08-30 04:17:22 00237_group_by_arrays: [ OK ] 0.17 sec. 2025-08-30 04:17:22 00931_low_cardinality_set_index_in_key_condition: [ OK ] 0.17 sec. 2025-08-30 04:17:22 00437_nulls_first_last: [ OK ] 0.27 sec. 2025-08-30 04:17:22 02004_intersect_except_operators: [ OK ] 0.52 sec. 2025-08-30 04:17:22 01913_summing_mt_and_simple_agg_function_with_lc: [ OK ] 0.17 sec. 2025-08-30 04:17:22 02793_implicit_pretty_format_settings: [ OK ] 0.47 sec. 2025-08-30 04:17:22 02905_show_setting_query: [ OK ] 0.17 sec. 2025-08-30 04:17:22 00988_constraints_replication_zookeeper_long: [ OK ] 0.37 sec. 2025-08-30 04:17:23 02292_create_function_validate: [ OK ] 0.12 sec. 2025-08-30 04:17:23 03092_analyzer_same_table_name_in_different_databases: [ OK ] 0.17 sec. 2025-08-30 04:17:23 01277_toUnixTimestamp64: [ OK ] 0.22 sec. 2025-08-30 04:17:23 01254_dict_create_without_db: [ OK ] 0.17 sec. 2025-08-30 04:17:23 02125_lz4_compression_bug_Values: [ OK ] 2.38 sec. 2025-08-30 04:17:23 01081_window_view_target_table_engine: [ OK ] 0.97 sec. 2025-08-30 04:17:23 02764_index_analysis_fix: [ OK ] 0.17 sec. 2025-08-30 04:17:23 02566_analyzer_limit_settings_distributed: [ OK ] 0.17 sec. 2025-08-30 04:17:23 02831_regexp_analyze_recursion: [ OK ] 0.17 sec. 2025-08-30 04:17:23 02319_dict_get_check_arguments_size: [ OK ] 0.28 sec. 2025-08-30 04:17:23 00958_format_of_tuple_array_element: [ OK ] 0.37 sec. 2025-08-30 04:17:23 02932_materialized_view_with_dropped_target_table_no_exception: [ OK ] 0.17 sec. 2025-08-30 04:17:24 00098_2_union_all: [ OK ] 0.17 sec. 2025-08-30 04:17:24 03213_distributed_analyzer: [ OK ] 0.22 sec. 2025-08-30 04:17:24 00250_tuple_comparison: [ OK ] 0.28 sec. 2025-08-30 04:17:24 02047_log_family_complex_structs_data_file_dumps: [ OK ] 2.73 sec. 2025-08-30 04:17:25 01137_order_by_func: [ OK ] 1.22 sec. 2025-08-30 04:17:25 02105_backslash_letter_commands: [ OK ] 0.47 sec. 2025-08-30 04:17:25 01054_cache_dictionary_bunch_update: [ OK ] 10.90 sec. 2025-08-30 04:17:25 02769_parallel_replicas_unavailable_shards: [ OK ] 0.42 sec. 2025-08-30 04:17:25 02816_check_projection_metadata: [ OK ] 0.12 sec. 2025-08-30 04:17:25 02923_hdfs_engine_size_virtual_column: [ OK ] 2.03 sec. 2025-08-30 04:17:25 02680_illegal_type_of_filter_projection: [ OK ] 0.17 sec. 2025-08-30 04:17:25 00339_parsing_bad_arrays: [ OK ] 0.42 sec. 2025-08-30 04:17:25 01262_fractional_timezone_near_start_of_epoch: [ OK ] 0.17 sec. 2025-08-30 04:17:25 02982_parallel_replicas_unexpected_cluster: [ OK ] 0.17 sec. 2025-08-30 04:17:25 01567_system_processes_current_database: [ OK ] 0.12 sec. 2025-08-30 04:17:25 02921_database_filesystem_path_check: [ OK ] 0.12 sec. 2025-08-30 04:17:25 01561_mann_whitney_scipy: [ OK ] 2.03 sec. 2025-08-30 04:17:25 02985_parser_check_stack_size: [ OK ] 0.57 sec. 2025-08-30 04:17:26 02680_datetime64_monotonic_check: [ OK ] 0.22 sec. 2025-08-30 04:17:26 03277_analyzer_array_join_fix: [ OK ] 0.33 sec. 2025-08-30 04:17:26 01361_fover_remote_num_tries: [ OK ] 0.72 sec. 2025-08-30 04:17:26 00486_if_fixed_string: [ OK ] 0.33 sec. 2025-08-30 04:17:26 02124_encrypt_decrypt_nullable: [ OK ] 0.23 sec. 2025-08-30 04:17:26 00427_alter_primary_key: [ OK ] 1.63 sec. 2025-08-30 04:17:26 01881_union_header_mismatch_bug: [ OK ] 0.17 sec. 2025-08-30 04:17:26 03002_analyzer_prewhere: [ OK ] 0.27 sec. 2025-08-30 04:17:26 01274_alter_rename_column_distributed: [ OK ] 0.22 sec. 2025-08-30 04:17:26 02813_array_agg: [ OK ] 0.18 sec. 2025-08-30 04:17:26 02751_multiif_to_if_crash: [ OK ] 0.17 sec. 2025-08-30 04:17:27 01051_window_view_parser_hop: [ OK ] 0.27 sec. 2025-08-30 04:17:27 01514_input_format_tsv_enum_as_number_setting: [ OK ] 0.17 sec. 2025-08-30 04:17:27 03164_analyzer_rewrite_aggregate_function_with_if: [ OK ] 0.12 sec. 2025-08-30 04:17:27 02353_explain_ast_optimize: [ OK ] 0.17 sec. 2025-08-30 04:17:27 02781_data_skipping_index_merge_tree_min_for_seek: [ OK ] 0.32 sec. 2025-08-30 04:17:27 02028_system_data_skipping_indices_size: [ OK ] 0.17 sec. 2025-08-30 04:17:27 01123_parse_date_time_best_effort_even_more: [ OK ] 0.12 sec. 2025-08-30 04:17:27 03093_analyzer_miel_test: [ OK ] 0.17 sec. 2025-08-30 04:17:27 02794_pushdown_invalid_get: [ OK ] 0.17 sec. 2025-08-30 04:17:27 02515_fix_any_parsing: [ OK ] 0.39 sec. 2025-08-30 04:17:27 00270_views_query_processing_stage: [ OK ] 0.17 sec. 2025-08-30 04:17:27 02514_analyzer_drop_join_on: [ OK ] 0.17 sec. 2025-08-30 04:17:27 01852_cast_operator_bad_cases: [ OK ] 2.12 sec. 2025-08-30 04:17:27 00027_distinct_and_order_by: [ OK ] 0.17 sec. 2025-08-30 04:17:28 02375_analyzer_union: [ OK ] 0.42 sec. 2025-08-30 04:17:28 02784_connection_string: [ OK ] 7.40 sec. 2025-08-30 04:17:28 01184_long_insert_values_huge_strings: [ OK ] 2.58 sec. 2025-08-30 04:17:28 02502_analyzer_insert_select_crash_fix: [ OK ] 0.32 sec. 2025-08-30 04:17:28 02518_delete_on_materialized_view: [ OK ] 0.22 sec. 2025-08-30 04:17:28 03093_virtual_column_override_group_by: [ OK ] 0.22 sec. 2025-08-30 04:17:28 02311_hashed_array_dictionary_hierarchical_functions: [ OK ] 0.37 sec. 2025-08-30 04:17:28 01372_remote_table_function_empty_table: [ OK ] 0.22 sec. 2025-08-30 04:17:28 02915_sleep_large_uint: [ OK ] 0.22 sec. 2025-08-30 04:17:28 02735_array_map_array_of_tuples: [ OK ] 0.37 sec. 2025-08-30 04:17:28 02477_fuse_quantiles: [ OK ] 0.27 sec. 2025-08-30 04:17:29 02875_merge_engine_set_index: [ OK ] 1.47 sec. 2025-08-30 04:17:29 00594_alias_in_distributed: [ OK ] 0.42 sec. 2025-08-30 04:17:29 01572_kill_window_function: [ OK ] 1.23 sec. 2025-08-30 04:17:29 02949_ttl_group_by_bug: [ OK ] 0.42 sec. 2025-08-30 04:17:29 00381_first_significant_subdomain: [ OK ] 0.37 sec. 2025-08-30 04:17:29 02554_invalid_create_view_syntax: [ OK ] 0.33 sec. 2025-08-30 04:17:29 00880_decimal_in_key: [ OK ] 0.57 sec. 2025-08-30 04:17:29 03038_ambiguous_column: [ OK ] 0.23 sec. 2025-08-30 04:17:29 01891_not_like_partition_prune: [ OK ] 0.38 sec. 2025-08-30 04:17:29 00079_defaulted_columns: [ OK ] 0.32 sec. 2025-08-30 04:17:29 01812_has_generic: [ OK ] 0.17 sec. 2025-08-30 04:17:29 02900_add_subtract_interval_with_string_date: [ OK ] 0.72 sec. 2025-08-30 04:17:30 02027_ngrams: [ OK ] 0.27 sec. 2025-08-30 04:17:30 01033_dictionaries_lifetime: [ OK ] 0.27 sec. 2025-08-30 04:17:30 00605_intersections_aggregate_functions: [ OK ] 0.17 sec. 2025-08-30 04:17:30 01854_s2_cap_contains: [ OK ] 0.22 sec. 2025-08-30 04:17:30 01388_clear_all_columns: [ OK ] 0.47 sec. 2025-08-30 04:17:30 02731_replace_partition_from_temporary_table: [ OK ] 1.08 sec. 2025-08-30 04:17:31 01528_play: [ OK ] 0.78 sec. 2025-08-30 04:17:31 02883_zookeeper_finalize_stress: [ OK ] 4.03 sec. 2025-08-30 04:17:31 03143_prewhere_profile_events: [ OK ] 3.43 sec. 2025-08-30 04:17:31 01453_fixsed_string_sort: [ OK ] 0.22 sec. 2025-08-30 04:17:31 00955_test_final_mark_use: [ OK ] 2.43 sec. 2025-08-30 04:17:31 01922_sum_null_for_remote: [ OK ] 0.12 sec. 2025-08-30 04:17:31 00926_adaptive_index_granularity_versioned_collapsing_merge_tree: [ OK ] 0.42 sec. 2025-08-30 04:17:31 03013_position_const_start_pos: [ OK ] 0.17 sec. 2025-08-30 04:17:31 01882_scalar_subquery_exception: [ OK ] 0.17 sec. 2025-08-30 04:17:31 02812_large_varints: [ OK ] 0.13 sec. 2025-08-30 04:17:31 03034_ddls_and_merges_with_unusual_maps: [ OK ] 0.27 sec. 2025-08-30 04:17:32 02269_create_table_with_collation: [ OK ] 0.17 sec. 2025-08-30 04:17:32 00980_crash_nullable_decimal: [ OK ] 0.17 sec. 2025-08-30 04:17:32 03042_not_found_column_c1: [ OK ] 0.17 sec. 2025-08-30 04:17:32 00369_int_div_of_float: [ OK ] 0.12 sec. 2025-08-30 04:17:32 02798_substring_index: [ OK ] 0.52 sec. 2025-08-30 04:17:32 02305_schema_inference_with_globs: [ OK ] 1.48 sec. 2025-08-30 04:17:32 00952_basic_constraints: [ OK ] 2.68 sec. 2025-08-30 04:17:32 00520_http_nullable: [ OK ] 0.37 sec. 2025-08-30 04:17:32 01710_projection_with_alter_conversions: [ OK ] 0.17 sec. 2025-08-30 04:17:32 02989_mysql_transaction_test: [ OK ] 0.37 sec. 2025-08-30 04:17:32 02116_tuple_element_analyzer: [ OK ] 0.32 sec. 2025-08-30 04:17:32 02814_create_index_uniq_noop: [ OK ] 0.12 sec. 2025-08-30 04:17:32 01650_drop_part_and_deduplication_zookeeper_long: [ OK ] 0.32 sec. 2025-08-30 04:17:32 02422_insert_different_granularity: [ OK ] 0.37 sec. 2025-08-30 04:17:33 01273_arrow_arrays_load: [ OK ] 1.02 sec. 2025-08-30 04:17:33 02834_formats_with_variable_number_of_columns: [ OK ] 0.22 sec. 2025-08-30 04:17:33 01482_move_to_prewhere_and_cast: [ OK ] 0.17 sec. 2025-08-30 04:17:34 03252_recursive_proto_with_skip_unsupported_fields: [ OK ] 0.57 sec. 2025-08-30 04:17:34 00754_distributed_optimize_skip_select_on_unused_shards_with_prewhere: [ OK ] 3.58 sec. 2025-08-30 04:17:34 02096_totals_global_in_bug: [ OK ] 0.17 sec. 2025-08-30 04:17:34 00825_protobuf_format_squares: [ OK ] 1.52 sec. 2025-08-30 04:17:34 01073_grant_and_revoke: [ OK ] 0.22 sec. 2025-08-30 04:17:34 00800_low_cardinality_join: [ OK ] 0.27 sec. 2025-08-30 04:17:34 00048_b_stored_aggregates_merge: [ OK ] 0.22 sec. 2025-08-30 04:17:34 03208_groupArrayIntersect_serialization: [ OK ] 0.32 sec. 2025-08-30 04:17:34 03093_filter_push_down_crash: [ OK ] 0.17 sec. 2025-08-30 04:17:35 01822_short_circuit: [ OK ] 0.57 sec. 2025-08-30 04:17:35 01926_json_as_string_array: [ OK ] 0.62 sec. 2025-08-30 04:17:35 03037_dynamic_merges_2_horizontal_compact_merge_tree: [ OK ] 0.37 sec. 2025-08-30 04:17:35 00763_create_query_as_table_engine_bug: [ OK ] 0.17 sec. 2025-08-30 04:17:36 02151_lc_prefetch: [ OK ] 1.02 sec. 2025-08-30 04:17:37 02563_async_insert_bad_data: [ OK ] 0.77 sec. 2025-08-30 04:17:37 00411_long_accurate_number_comparison_int2: [ OK ] 4.88 sec. 2025-08-30 04:17:38 01846_null_as_default_for_insert_select: [ OK ] 0.22 sec. 2025-08-30 04:17:38 00653_verification_monotonic_data_load: [ OK ] 5.14 sec. 2025-08-30 04:17:38 02908_table_ttl_dependency: [ OK ] 0.62 sec. 2025-08-30 04:17:38 00700_decimal_with_default_precision_and_scale: [ OK ] 0.17 sec. 2025-08-30 04:17:38 02455_default_union_except_intersect: [ OK ] 0.37 sec. 2025-08-30 04:17:38 02995_index_3: [ OK ] 5.68 sec. 2025-08-30 04:17:38 02564_date_format: [ OK ] 0.22 sec. 2025-08-30 04:17:38 01942_dateTimeToSnowflakeID: [ OK ] 0.27 sec. 2025-08-30 04:17:38 03203_drop_detached_partition_all: [ OK ] 0.17 sec. 2025-08-30 04:17:39 01124_view_bad_types: [ OK ] 0.17 sec. 2025-08-30 04:17:39 02676_distinct_reading_in_order_analyzer: [ OK ] 0.17 sec. 2025-08-30 04:17:39 00258_materializing_tuples: [ OK ] 0.17 sec. 2025-08-30 04:17:39 02478_factorial: [ OK ] 0.22 sec. 2025-08-30 04:17:39 03148_async_queries_in_query_log_errors: [ OK ] 1.22 sec. 2025-08-30 04:17:39 01666_lcm_ubsan: [ OK ] 0.22 sec. 2025-08-30 04:17:39 02561_with_fill_date_datetime_incompatible: [ OK ] 0.12 sec. 2025-08-30 04:17:39 00469_comparison_of_strings_containing_null_char: [ OK ] 0.22 sec. 2025-08-30 04:17:39 01069_insert_float_as_nullable_unit8: [ OK ] 0.17 sec. 2025-08-30 04:17:40 02688_long_aggregate_function_names: [ OK ] 0.12 sec. 2025-08-30 04:17:40 02750_settings_alias_tcp_protocol: [ OK ] 0.42 sec. 2025-08-30 04:17:40 01818_input_format_with_names_use_header: [ OK ] 0.77 sec. 2025-08-30 04:17:42 00111_shard_external_sort_distributed: [ OK ] 6.39 sec. 2025-08-30 04:17:42 01060_avro: [ OK ] 4.04 sec. 2025-08-30 04:17:42 02482_load_parts_refcounts: [ OK ] 1.32 sec. 2025-08-30 04:17:42 00023_agg_select_agg_subquery: [ OK ] 0.12 sec. 2025-08-30 04:17:42 01333_select_abc_asterisk: [ OK ] 0.17 sec. 2025-08-30 04:17:42 01931_storage_merge_no_columns: [ OK ] 0.17 sec. 2025-08-30 04:17:42 00363_defaults: [ OK ] 0.17 sec. 2025-08-30 04:17:42 00754_alter_modify_order_by_replicated_zookeeper_long: [ OK ] 30.49 sec. 2025-08-30 04:17:42 02952_conjunction_optimization: [ OK ] 0.17 sec. 2025-08-30 04:17:42 00152_totals_in_subquery: [ OK ] 0.12 sec. 2025-08-30 04:17:43 02160_untuple_exponential_growth: [ OK ] 0.67 sec. 2025-08-30 04:17:43 01509_check_many_parallel_quorum_inserts_long: [ OK ] 3.08 sec. 2025-08-30 04:17:43 00557_array_resize: [ OK ] 0.17 sec. 2025-08-30 04:17:43 00964_bloom_index_string_functions: [ OK ] 3.88 sec. 2025-08-30 04:17:43 02375_double_escaping_json: [ OK ] 0.12 sec. 2025-08-30 04:17:43 02900_limit_by_query_stage: [ OK ] 0.67 sec. 2025-08-30 04:17:43 02482_insert_into_dist_race: [ OK ] 0.22 sec. 2025-08-30 04:17:43 00060_date_lut: [ OK ] 0.12 sec. 2025-08-30 04:17:43 02731_zero_objects_in_metadata: [ OK ] 1.27 sec. 2025-08-30 04:17:43 02343_analyzer_lambdas_issue_28083: [ OK ] 0.17 sec. 2025-08-30 04:17:43 00383_utf8_validation: [ OK ] 0.12 sec. 2025-08-30 04:17:43 00995_order_by_with_fill: [ OK ] 0.27 sec. 2025-08-30 04:17:43 02190_format_regexp_cr_in_the_middle: [ OK ] 0.42 sec. 2025-08-30 04:17:43 02677_decode_url_component: [ OK ] 0.27 sec. 2025-08-30 04:17:43 00914_replicate: [ OK ] 0.17 sec. 2025-08-30 04:17:44 00434_tonullable: [ OK ] 0.12 sec. 2025-08-30 04:17:44 01851_array_difference_decimal_overflow_ubsan: [ OK ] 0.12 sec. 2025-08-30 04:17:44 02310_uuid_v7: [ OK ] 0.12 sec. 2025-08-30 04:17:44 03008_index_small: [ OK ] 0.17 sec. 2025-08-30 04:17:44 02890_describe_table_options: [ OK ] 0.22 sec. 2025-08-30 04:17:44 03163_dynamic_as_supertype: [ OK ] 0.17 sec. 2025-08-30 04:17:44 00556_array_intersect: [ OK ] 0.17 sec. 2025-08-30 04:17:44 01074_partial_revokes: [ OK ] 0.32 sec. 2025-08-30 04:17:44 02316_const_string_intersact: [ OK ] 0.12 sec. 2025-08-30 04:17:45 01852_hints_enum_name: [ OK ] 0.47 sec. 2025-08-30 04:17:45 00520_tuple_values_interpreter: [ OK ] 0.17 sec. 2025-08-30 04:17:45 01599_multiline_input_and_singleline_comments: [ OK ] 1.12 sec. 2025-08-30 04:17:45 03169_modify_column_data_loss: [ OK ] 0.17 sec. 2025-08-30 04:17:45 00825_protobuf_format_no_length_delimiter: [ OK ] 1.12 sec. 2025-08-30 04:17:45 02206_array_starts_ends_with: [ OK ] 0.22 sec. 2025-08-30 04:17:46 01019_alter_materialized_view_atomic: [ OK ] 11.71 sec. 2025-08-30 04:17:46 03006_join_on_inequal_expression_2: [ OK ] 0.72 sec. 2025-08-30 04:17:46 02113_format_row: [ OK ] 0.17 sec. 2025-08-30 04:17:47 02372_now_in_block: [ OK ] 0.87 sec. 2025-08-30 04:17:47 02562_native_tskv_default_for_omitted_fields: [ OK ] 1.77 sec. 2025-08-30 04:17:47 01248_least_greatest_mixed_const: [ OK ] 0.12 sec. 2025-08-30 04:17:47 01518_nullable_aggregate_states1: [ OK ] 0.22 sec. 2025-08-30 04:17:47 02224_s2_test_const_columns: [ OK ] 0.17 sec. 2025-08-30 04:17:47 00538_datediff: [ OK ] 0.32 sec. 2025-08-30 04:17:47 00982_array_enumerate_uniq_ranked: [ OK ] 0.12 sec. 2025-08-30 04:17:47 02843_backup_use_same_password_for_base_backup: [ OK ] 1.87 sec. 2025-08-30 04:17:47 01634_uuid_fuzz: [ OK ] 0.12 sec. 2025-08-30 04:17:47 00564_temporary_table_management: [ OK ] 0.12 sec. 2025-08-30 04:17:47 02487_create_index_normalize_functions: [ OK ] 0.22 sec. 2025-08-30 04:17:48 02294_floating_point_second_in_settings: [ OK ] 3.88 sec. 2025-08-30 04:17:48 01070_alter_with_ttl: [ OK ] 0.17 sec. 2025-08-30 04:17:48 02498_analyzer_settings_push_down: [ OK ] 0.17 sec. 2025-08-30 04:17:48 01825_type_json_1: [ OK ] 0.27 sec. 2025-08-30 04:17:48 02476_analyzer_identifier_hints: [ OK ] 5.89 sec. 2025-08-30 04:17:48 03212_optimize_with_constraints_logical_error: [ OK ] 0.12 sec. 2025-08-30 04:17:48 00652_mutations_default_database: [ OK ] 0.78 sec. 2025-08-30 04:17:49 03072_analyzer_missing_columns_from_subquery: [ OK ] 0.17 sec. 2025-08-30 04:17:49 01795_TinyLog_rwlock_ub: [ OK ] 0.17 sec. 2025-08-30 04:17:49 03032_async_backup_restore: [ OK ] 1.13 sec. 2025-08-30 04:17:49 01317_no_password_in_command_line: [ OK ] 2.93 sec. 2025-08-30 04:17:49 03217_filtering_in_storage_merge: [ OK ] 0.22 sec. 2025-08-30 04:17:49 01911_logical_error_minus: [ OK ] 0.33 sec. 2025-08-30 04:17:49 01319_query_formatting_in_server_log: [ OK ] 0.32 sec. 2025-08-30 04:17:50 01516_drop_table_stress_long: [ OK ] 17.53 sec. 2025-08-30 04:17:50 02277_full_sort_join_misc: [ OK ] 0.22 sec. 2025-08-30 04:17:50 02962_analyzer_constant_set: [ OK ] 0.17 sec. 2025-08-30 04:17:50 00405_output_format_pretty_color: [ OK ] 0.27 sec. 2025-08-30 04:17:50 00031_parser_number: [ OK ] 0.12 sec. 2025-08-30 04:17:50 02151_http_s_structure_set_eof: [ OK ] 1.37 sec. 2025-08-30 04:17:50 01513_defaults_on_defaults_no_column: [ OK ] 0.22 sec. 2025-08-30 04:17:50 03095_window_functions_qualify: [ OK ] 0.22 sec. 2025-08-30 04:17:50 01076_range_reader_segfault: [ OK ] 0.17 sec. 2025-08-30 04:17:51 01358_constexpr_constraint: [ OK ] 0.17 sec. 2025-08-30 04:17:51 02122_parallel_formatting_TSVWithNames: [ OK ] 1.08 sec. 2025-08-30 04:17:51 01032_cityHash64_for_decimal: [ OK ] 0.17 sec. 2025-08-30 04:17:51 01825_new_type_json_nbagames: [ OK ] 3.73 sec. 2025-08-30 04:17:51 00188_constants_as_arguments_of_aggregate_functions: [ OK ] 0.17 sec. 2025-08-30 04:17:51 02378_analyzer_projection_names: [ OK ] 1.17 sec. 2025-08-30 04:17:51 02369_lost_part_intersecting_merges: [ OK ] 3.18 sec. 2025-08-30 04:17:51 01701_clear_projection_and_part_remove: [ OK ] 0.27 sec. 2025-08-30 04:17:51 02518_rewrite_aggregate_function_with_if: [ OK ] 0.27 sec. 2025-08-30 04:17:51 00936_function_result_with_operator_in: [ OK ] 0.32 sec. 2025-08-30 04:17:51 02918_wrong_dictionary_source: [ OK ] 0.17 sec. 2025-08-30 04:17:51 02560_analyzer_materialized_view: [ OK ] 0.27 sec. 2025-08-30 04:17:51 01308_orc_output_format_arrays: [ OK ] 0.83 sec. 2025-08-30 04:17:51 02681_aggregation_by_partitions_bug: [ OK ] 0.27 sec. 2025-08-30 04:17:52 02782_values_null_to_lc_nullable: [ OK ] 0.12 sec. 2025-08-30 04:17:52 01901_in_literal_shard_prune: [ OK ] 0.17 sec. 2025-08-30 04:17:52 02265_cross_join_empty_list: [ OK ] 0.17 sec. 2025-08-30 04:17:52 01273_extractGroups: [ OK ] 0.32 sec. 2025-08-30 04:17:53 01651_lc_insert_tiny_log_3: [ OK ] 1.67 sec. 2025-08-30 04:17:53 02668_parse_datetime_in_joda_syntax: [ OK ] 0.72 sec. 2025-08-30 04:17:53 02479_if_with_null_and_cullable_const: [ OK ] 0.12 sec. 2025-08-30 04:17:53 02902_show_databases_limit: [ OK ] 0.12 sec. 2025-08-30 04:17:53 02007_test_any_all_operators: [ OK ] 0.27 sec. 2025-08-30 04:17:53 00093_union_race_conditions_4: [ OK ] 1.72 sec. 2025-08-30 04:17:53 00637_sessions_in_http_interface_and_settings: [ OK ] 0.32 sec. 2025-08-30 04:17:53 01475_read_subcolumns_3: [ OK ] 0.27 sec. 2025-08-30 04:17:53 02818_parameterized_view_with_cte_multiple_usage: [ OK ] 0.17 sec. 2025-08-30 04:17:53 01710_normal_projection_format: [ OK ] 0.17 sec. 2025-08-30 04:17:54 00977_int_div: [ OK ] 0.22 sec. 2025-08-30 04:17:54 01840_tupleElement_formatting_fuzzer: [ OK ] 0.12 sec. 2025-08-30 04:17:54 01533_collate_in_nullable: [ OK ] 0.17 sec. 2025-08-30 04:17:54 01067_window_view_event_tumble_to_asc_lateness: [ OK ] 1.02 sec. 2025-08-30 04:17:54 00215_primary_key_order_zookeeper_long: [ OK ] 0.27 sec. 2025-08-30 04:17:54 03008_uniq_exact_equal_ranges: [ OK ] 2.93 sec. 2025-08-30 04:17:54 02900_buffer_table_alter_race: [ OK ] 6.29 sec. 2025-08-30 04:17:54 01375_GROUP_BY_injective_elimination_dictGet_BAD_ARGUMENTS: [ OK ] 0.12 sec. 2025-08-30 04:17:54 01801_s3_cluster: [ OK ] 1.02 sec. 2025-08-30 04:17:55 00897_flatten: [ OK ] 0.17 sec. 2025-08-30 04:17:55 01456_min_negative_decimal_formatting: [ OK ] 0.12 sec. 2025-08-30 04:17:55 02408_to_fixed_string_short_circuit: [ OK ] 0.13 sec. 2025-08-30 04:17:55 02177_merge_optimize_aggregation_in_order: [ OK ] 0.17 sec. 2025-08-30 04:17:55 02911_arrow_large_list: [ OK ] 0.42 sec. 2025-08-30 04:17:55 01621_summap_check_types: [ OK ] 0.17 sec. 2025-08-30 04:17:55 02508_bad_graphite: [ OK ] 0.17 sec. 2025-08-30 04:17:55 02554_fix_grouping_sets_predicate_push_down: [ OK ] 0.22 sec. 2025-08-30 04:17:55 02015_division_by_nullable: [ OK ] 0.42 sec. 2025-08-30 04:17:55 01019_alter_materialized_view_query: [ OK ] 0.22 sec. 2025-08-30 04:17:55 01339_client_unrecognized_option: [ OK ] 0.52 sec. 2025-08-30 04:17:55 02403_ttl_column_multiple_times: [ OK ] 0.22 sec. 2025-08-30 04:17:55 02407_array_element_from_map_wrong_type: [ OK ] 0.12 sec. 2025-08-30 04:17:56 01551_context_uaf: [ OK ] 0.17 sec. 2025-08-30 04:17:56 02352_grouby_shadows_arg: [ OK ] 0.17 sec. 2025-08-30 04:17:56 03110_unicode_alias: [ OK ] 0.17 sec. 2025-08-30 04:17:56 02864_statistics_ddl: [ OK ] 0.97 sec. 2025-08-30 04:17:56 02307_join_get_array_null: [ OK ] 0.12 sec. 2025-08-30 04:17:56 01783_http_chunk_size: [ OK ] 0.42 sec. 2025-08-30 04:17:57 02124_insert_deduplication_token_multiple_blocks: [ OK ] 1.78 sec. 2025-08-30 04:17:57 00087_distinct_of_empty_arrays: [ OK ] 0.17 sec. 2025-08-30 04:17:57 01056_negative_with_bloom_filter: [ OK ] 0.17 sec. 2025-08-30 04:17:57 03150_grouping_sets_use_nulls_pushdown: [ OK ] 0.22 sec. 2025-08-30 04:17:57 00609_mv_index_in_in: [ OK ] 0.17 sec. 2025-08-30 04:17:57 02997_projections_formatting: [ OK ] 0.12 sec. 2025-08-30 04:17:57 02554_log_faminy_support_storage_policy: [ OK ] 0.27 sec. 2025-08-30 04:17:57 01252_weird_time_zone: [ OK ] 0.47 sec. 2025-08-30 04:17:57 00938_template_input_format: [ OK ] 2.23 sec. 2025-08-30 04:17:57 00570_empty_array_is_const: [ OK ] 0.17 sec. 2025-08-30 04:17:58 01551_mergetree_read_in_order_spread: [ OK ] 0.17 sec. 2025-08-30 04:17:58 01012_show_tables_limit: [ OK ] 0.17 sec. 2025-08-30 04:17:58 00700_decimal_compare: [ OK ] 0.47 sec. 2025-08-30 04:17:58 02513_prewhere_combine_step_filters: [ OK ] 0.22 sec. 2025-08-30 04:17:58 01710_normal_projection_join_plan_fix: [ OK ] 0.17 sec. 2025-08-30 04:17:58 01565_query_loop_after_client_error: [ OK ] 0.47 sec. 2025-08-30 04:17:58 01528_allow_nondeterministic_optimize_skip_unused_shards: [ OK ] 0.17 sec. 2025-08-30 04:17:58 00124_shard_distributed_with_many_replicas: [ OK ] 0.17 sec. 2025-08-30 04:17:58 03102_prefer_column_name_to_alias: [ OK ] 0.17 sec. 2025-08-30 04:17:59 02206_minimum_sample_size: [ OK ] 0.22 sec. 2025-08-30 04:17:59 00900_long_parquet_decimal: [ OK ] 8.25 sec. 2025-08-30 04:17:59 03047_analyzer_alias_join: [ OK ] 0.12 sec. 2025-08-30 04:17:59 00114_float_type_result_of_division: [ OK ] 0.17 sec. 2025-08-30 04:17:59 01018_insert_multiple_blocks_with_defaults: [ OK ] 0.82 sec. 2025-08-30 04:18:00 01605_key_condition_enum_int: [ OK ] 0.17 sec. 2025-08-30 04:18:00 02902_select_subcolumns_from_engine_null: [ OK ] 0.17 sec. 2025-08-30 04:18:00 01583_const_column_in_set_index: [ OK ] 0.17 sec. 2025-08-30 04:18:00 01213_alter_rename_column: [ OK ] 0.22 sec. 2025-08-30 04:18:00 01623_byte_size_const: [ OK ] 0.17 sec. 2025-08-30 04:18:01 02030_tuple_filter: [ OK ] 0.27 sec. 2025-08-30 04:18:01 02861_filter_pushdown_const_bug: [ OK ] 0.17 sec. 2025-08-30 04:18:01 01900_kill_mutation_parallel_long: [ OK ] 2.68 sec. 2025-08-30 04:18:01 03161_ipv4_ipv6_equality: [ OK ] 0.17 sec. 2025-08-30 04:18:02 02994_libarchive_compression: [ OK ] 2.33 sec. 2025-08-30 04:18:02 01071_force_optimize_skip_unused_shards: [ OK ] 0.32 sec. 2025-08-30 04:18:02 00085_visible_width_of_tuple_of_dates: [ OK ] 0.12 sec. 2025-08-30 04:18:02 02770_async_buffer_ignore: [ OK ] 0.92 sec. 2025-08-30 04:18:02 02212_h3_point_dist: [ OK ] 0.27 sec. 2025-08-30 04:18:02 01210_drop_view: [ OK ] 0.12 sec. 2025-08-30 04:18:02 00752_low_cardinality_lambda_argument: [ OK ] 0.17 sec. 2025-08-30 04:18:02 01715_background_checker_blather_zookeeper_long: [ OK ] 10.31 sec. 2025-08-30 04:18:02 02994_inconsistent_formatting: [ OK ] 0.17 sec. 2025-08-30 04:18:02 01511_alter_version_versioned_collapsing_merge_tree: [ OK ] 0.27 sec. 2025-08-30 04:18:02 01560_DateTime_and_DateTime64_comparision: [ OK ] 0.17 sec. 2025-08-30 04:18:02 00701_rollup: [ OK ] 0.22 sec. 2025-08-30 04:18:02 02016_agg_empty_result_bug_28880: [ OK ] 0.17 sec. 2025-08-30 04:18:02 02811_primary_key_in_columns: [ OK ] 0.33 sec. 2025-08-30 04:18:02 00330_view_subqueries: [ OK ] 0.17 sec. 2025-08-30 04:18:03 02703_row_policies_for_database_combination: [ OK ] 0.67 sec. 2025-08-30 04:18:03 01031_mutations_interpreter_and_context: [ OK ] 1.02 sec. 2025-08-30 04:18:03 02714_async_inserts_empty_data: [ OK ] 1.02 sec. 2025-08-30 04:18:04 01021_only_tuple_columns: [ OK ] 0.27 sec. 2025-08-30 04:18:04 01087_table_function_generate: [ OK ] 0.42 sec. 2025-08-30 04:18:04 01710_projection_with_column_transformers: [ OK ] 0.12 sec. 2025-08-30 04:18:04 01273_arrow_nullable_arrays_load: [ OK ] 1.07 sec. 2025-08-30 04:18:04 00374_json_each_row_input_with_noisy_fields: [ OK ] 1.32 sec. 2025-08-30 04:18:05 01582_any_join_supertype: [ OK ] 0.27 sec. 2025-08-30 04:18:05 02136_scalar_read_rows_json: [ OK ] 0.52 sec. 2025-08-30 04:18:05 01812_basic_auth_http_server: [ OK ] 2.33 sec. 2025-08-30 04:18:05 01533_quantile_deterministic_assert: [ OK ] 0.12 sec. 2025-08-30 04:18:05 02582_analyzer_join_subquery_empty_column_list: [ OK ] 0.17 sec. 2025-08-30 04:18:05 01353_neighbor_overflow: [ OK ] 0.17 sec. 2025-08-30 04:18:05 03228_dynamic_serializations_uninitialized_value: [ OK ] 0.12 sec. 2025-08-30 04:18:05 00815_left_join_on_stepanel: [ OK ] 0.17 sec. 2025-08-30 04:18:05 03205_json_syntax: [ OK ] 0.22 sec. 2025-08-30 04:18:05 02495_concat_with_separator: [ OK ] 0.37 sec. 2025-08-30 04:18:05 02720_row_policy_column_with_dots: [ OK ] 0.17 sec. 2025-08-30 04:18:05 03120_analyzer_param_in_CTE_alias: [ OK ] 0.17 sec. 2025-08-30 04:18:06 03023_group_by_use_nulls_analyzer_crashes: [ OK ] 0.32 sec. 2025-08-30 04:18:06 02842_filesystem_cache_validate_path: [ OK ] 0.17 sec. 2025-08-30 04:18:06 02880_indexHint__partition_id: [ OK ] 0.17 sec. 2025-08-30 04:18:06 01277_alter_rename_column_constraint: [ OK ] 0.37 sec. 2025-08-30 04:18:07 02016_bit_shift_right_for_string_integer: [ OK ] 0.68 sec. 2025-08-30 04:18:07 02841_not_ready_set_bug: [ OK ] 1.24 sec. 2025-08-30 04:18:07 02264_format_insert_infile: [ OK ] 0.12 sec. 2025-08-30 04:18:07 02021_prewhere_column_optimization: [ OK ] 0.17 sec. 2025-08-30 04:18:07 00275_shard_quantiles_weighted: [ OK ] 0.27 sec. 2025-08-30 04:18:07 02353_compression_level: [ OK ] 3.08 sec. 2025-08-30 04:18:07 00968_file_engine_in_subquery: [ OK ] 0.32 sec. 2025-08-30 04:18:07 02751_multiquery_with_argument: [ OK ] 1.38 sec. 2025-08-30 04:18:08 03165_storage_merge_view_prewhere: [ OK ] 0.22 sec. 2025-08-30 04:18:08 01073_bad_alter_partition: [ OK ] 0.27 sec. 2025-08-30 04:18:08 00514_interval_operators: [ OK ] 0.22 sec. 2025-08-30 04:18:08 02730_with_fill_by_sorting_prefix: [ OK ] 0.37 sec. 2025-08-30 04:18:08 02191_nested_with_dots: [ OK ] 0.22 sec. 2025-08-30 04:18:08 02421_new_type_json_async_insert: [ OK ] 1.27 sec. 2025-08-30 04:18:08 02013_emptystring_cast: [ OK ] 0.22 sec. 2025-08-30 04:18:08 02264_format_insert_compression: [ OK ] 0.13 sec. 2025-08-30 04:18:08 02136_scalar_subquery_metrics: [ OK ] 0.43 sec. 2025-08-30 04:18:08 00103_ipv4_num_to_string_class_c: [ OK ] 0.17 sec. 2025-08-30 04:18:09 02790_sql_standard_fetch: [ OK ] 0.17 sec. 2025-08-30 04:18:09 01933_invalid_date: [ OK ] 0.22 sec. 2025-08-30 04:18:09 02366_kql_func_ip: [ OK ] 0.92 sec. 2025-08-30 04:18:09 01164_detach_attach_partition_race: [ OK ] 10.97 sec. 2025-08-30 04:18:09 02511_complex_literals_as_aggregate_function_parameters: [ OK ] 0.17 sec. 2025-08-30 04:18:09 01907_multiple_aliases: [ OK ] 0.17 sec. 2025-08-30 04:18:09 00481_reading_from_last_granula: [ OK ] 0.17 sec. 2025-08-30 04:18:09 00422_hash_function_constexpr: [ OK ] 0.12 sec. 2025-08-30 04:18:09 01359_geodistance_loop: [ OK ] 0.12 sec. 2025-08-30 04:18:10 01072_optimize_skip_unused_shards_const_expr_eval: [ OK ] 0.37 sec. 2025-08-30 04:18:10 00944_ml_test: [ OK ] 0.17 sec. 2025-08-30 04:18:10 01064_array_auc: [ OK ] 0.17 sec. 2025-08-30 04:18:10 02761_ddl_initial_query_id: [ OK ] 1.17 sec. 2025-08-30 04:18:10 01047_simple_aggregate_sizes_of_columns_bug: [ OK ] 1.17 sec. 2025-08-30 04:18:10 00732_quorum_insert_have_data_before_quorum_zookeeper_long: [ OK ] 0.42 sec. 2025-08-30 04:18:10 02874_json_merge_patch_function_test: [ OK ] 0.27 sec. 2025-08-30 04:18:11 00541_to_start_of_fifteen_minutes: [ OK ] 0.12 sec. 2025-08-30 04:18:11 02337_join_analyze_stuck: [ OK ] 0.27 sec. 2025-08-30 04:18:11 02677_get_subcolumn_array_of_tuples: [ OK ] 0.17 sec. 2025-08-30 04:18:12 02707_clickhouse_local_implicit_file_table_function: [ OK ] 0.97 sec. 2025-08-30 04:18:12 02993_lazy_index_loading: [ OK ] 1.02 sec. 2025-08-30 04:18:12 02156_storage_merge_prewhere_2: [ OK ] 0.17 sec. 2025-08-30 04:18:14 00411_long_accurate_number_comparison_int1: [ OK ] 5.84 sec. 2025-08-30 04:18:15 03250_SYSTEM_DROP_FORMAT_SCHEMA_CACHE_FOR_Protobuf: [ OK ] 20.54 sec. 2025-08-30 04:18:15 01662_join_mixed: [ OK ] 0.12 sec. 2025-08-30 04:18:15 00965_set_index_string_functions: [ OK ] 1.62 sec. 2025-08-30 04:18:16 02998_pretty_format_print_readable_number_on_single_value: [ OK ] 0.42 sec. 2025-08-30 04:18:16 00604_shard_remote_and_columns_with_defaults: [ OK ] 0.37 sec. 2025-08-30 04:18:16 01408_range_overflow: [ OK ] 0.17 sec. 2025-08-30 04:18:16 03033_lightweight_deletes_sync: [ OK ] 0.22 sec. 2025-08-30 04:18:17 02381_client_prints_server_side_time: [ OK ] 1.23 sec. 2025-08-30 04:18:18 01661_week_functions_string_args: [ OK ] 0.32 sec. 2025-08-30 04:18:18 03172_dynamic_binary_serialization: [ OK ] 6.20 sec. 2025-08-30 04:18:18 02036_jit_short_circuit: [ OK ] 0.17 sec. 2025-08-30 04:18:18 01296_codecs_bad_arguments: [ OK ] 0.22 sec. 2025-08-30 04:18:18 01046_trivial_count_query_distributed: [ OK ] 0.17 sec. 2025-08-30 04:18:19 02841_valid_json_and_xml_on_http_exception: [ OK ] 9.80 sec. 2025-08-30 04:18:19 02260_alter_compact_part_drop_nested_column: [ OK ] 0.22 sec. 2025-08-30 04:18:19 03168_read_in_order_buffering_1: [ OK ] 0.27 sec. 2025-08-30 04:18:19 00189_time_zones_long: [ OK ] 1.37 sec. 2025-08-30 04:18:20 01077_mutations_index_consistency: [ OK ] 1.32 sec. 2025-08-30 04:18:20 03140_client_subsequent_external_tables: [ OK ] 0.42 sec. 2025-08-30 04:18:20 00314_sample_factor_virtual_column: [ OK ] 4.04 sec. 2025-08-30 04:18:20 02833_array_join_columns: [ OK ] 0.17 sec. 2025-08-30 04:18:20 00940_max_parts_in_total: [ OK ] 0.17 sec. 2025-08-30 04:18:20 02494_combinators_with_null_argument: [ OK ] 0.17 sec. 2025-08-30 04:18:20 02903_parameterized_view_explain_ast: [ OK ] 0.12 sec. 2025-08-30 04:18:20 02525_analyzer_function_in_crash_fix: [ OK ] 0.17 sec. 2025-08-30 04:18:20 02113_untuple_func_alias: [ OK ] 0.12 sec. 2025-08-30 04:18:20 00098_7_union_all: [ OK ] 0.17 sec. 2025-08-30 04:18:20 01511_alter_version_versioned_collapsing_merge_tree_zookeeper: [ OK ] 0.47 sec. 2025-08-30 04:18:21 01430_moving_sum_empty_state: [ OK ] 0.17 sec. 2025-08-30 04:18:21 02804_clusterAllReplicas_insert: [ OK ] 0.12 sec. 2025-08-30 04:18:21 03097_query_log_join_processes: [ OK ] 0.27 sec. 2025-08-30 04:18:21 01825_type_json_7: [ OK ] 0.87 sec. 2025-08-30 04:18:21 01710_order_by_projections_incomplete: [ OK ] 0.17 sec. 2025-08-30 04:18:21 02995_index_1: [ OK ] 24.81 sec. 2025-08-30 04:18:21 01197_summing_enum: [ OK ] 0.17 sec. 2025-08-30 04:18:22 01664_array_slice_ubsan: [ OK ] 0.12 sec. 2025-08-30 04:18:22 00950_bad_alloc_when_truncate_join_storage: [ OK ] 0.12 sec. 2025-08-30 04:18:22 01825_new_type_json_8: [ OK ] 1.32 sec. 2025-08-30 04:18:22 01781_map_op_ubsan: [ OK ] 0.12 sec. 2025-08-30 04:18:22 02234_cast_to_ip_address: [ OK ] 1.02 sec. 2025-08-30 04:18:22 01390_check_table_codec: [ OK ] 0.17 sec. 2025-08-30 04:18:22 01544_file_engine_settings: [ OK ] 0.57 sec. 2025-08-30 04:18:22 01548_with_totals_having: [ OK ] 0.12 sec. 2025-08-30 04:18:22 01460_mark_inclusion_search_crash: [ OK ] 0.17 sec. 2025-08-30 04:18:22 01053_if_chain_check: [ OK ] 0.17 sec. 2025-08-30 04:18:22 02572_query_views_log_background_thread: [ OK ] 10.45 sec. 2025-08-30 04:18:23 00604_show_create_database: [ OK ] 0.12 sec. 2025-08-30 04:18:23 02353_translate: [ OK ] 0.22 sec. 2025-08-30 04:18:23 01018_optimize_read_in_order_with_in_subquery: [ OK ] 0.17 sec. 2025-08-30 04:18:23 02169_map_functions: [ OK ] 0.67 sec. 2025-08-30 04:18:23 01139_asof_join_types: [ OK ] 0.22 sec. 2025-08-30 04:18:23 02592_avro_records_with_same_names: [ OK ] 0.43 sec. 2025-08-30 04:18:23 02797_join_nested_lowcardinality_convert: [ OK ] 0.22 sec. 2025-08-30 04:18:23 02591_bson_long_tuple: [ OK ] 0.17 sec. 2025-08-30 04:18:23 00725_comment_columns_long: [ OK ] 0.17 sec. 2025-08-30 04:18:23 02963_single_value_destructor: [ OK ] 0.22 sec. 2025-08-30 04:18:23 02662_sparse_columns_mutations_2: [ OK ] 0.22 sec. 2025-08-30 04:18:23 02922_deduplication_with_zero_copy: [ OK ] 40.75 sec. 2025-08-30 04:18:23 02241_parquet_bad_column: [ OK ] 1.23 sec. 2025-08-30 04:18:24 03168_fuzz_multiIf_short_circuit: [ OK ] 0.13 sec. 2025-08-30 04:18:24 02890_untuple_column_names: [ OK ] 0.22 sec. 2025-08-30 04:18:24 01278_alter_rename_combination: [ OK ] 0.27 sec. 2025-08-30 04:18:24 00284_external_aggregation: [ OK ] 4.48 sec. 2025-08-30 04:18:24 02002_sampling_and_unknown_column_bug: [ OK ] 0.17 sec. 2025-08-30 04:18:24 01940_point_in_polygon_ubsan: [ OK ] 0.17 sec. 2025-08-30 04:18:24 02553_new_type_json_attach_partition: [ OK ] 0.22 sec. 2025-08-30 04:18:24 03261_test_merge_parquet_bloom_filter_minmax_stats: [ OK ] 0.62 sec. 2025-08-30 04:18:24 01710_projection_additional_filters: [ OK ] 0.17 sec. 2025-08-30 04:18:24 01770_extended_range_3: [ OK ] 0.17 sec. 2025-08-30 04:18:24 02417_null_variadic_behaviour: [ OK ] 0.32 sec. 2025-08-30 04:18:24 02565_analyzer_limit_settings: [ OK ] 0.22 sec. 2025-08-30 04:18:24 02249_insert_select_from_input_schema_inference: [ OK ] 0.17 sec. 2025-08-30 04:18:24 03032_storage_memory_modify_settings: [ OK ] 0.42 sec. 2025-08-30 04:18:25 00846_join_using_tuple_crash: [ OK ] 0.17 sec. 2025-08-30 04:18:25 02046_remote_table_function_named_collections: [ OK ] 0.23 sec. 2025-08-30 04:18:25 02559_add_parts: [ OK ] 0.17 sec. 2025-08-30 04:18:25 02003_WithMergeableStateAfterAggregationAndLimit_LIMIT_BY_LIMIT_OFFSET: [ OK ] 0.17 sec. 2025-08-30 04:18:25 02316_expressions_with_window_functions: [ OK ] 0.17 sec. 2025-08-30 04:18:25 03091_analyzer_same_table_name_in_different_databases: [ OK ] 0.17 sec. 2025-08-30 04:18:25 00997_trim: [ OK ] 0.42 sec. 2025-08-30 04:18:25 00125_array_element_of_array_of_tuple: [ OK ] 0.23 sec. 2025-08-30 04:18:26 01509_dictionary_preallocate: [ OK ] 0.62 sec. 2025-08-30 04:18:26 01710_projections_partial_optimize_aggregation_in_order: [ OK ] 2.23 sec. 2025-08-30 04:18:26 02872_gcd_codec: [ OK ] 0.73 sec. 2025-08-30 04:18:26 00975_move_partition_merge_tree: [ OK ] 1.03 sec. 2025-08-30 04:18:26 02241_join_rocksdb_bs: [ OK ] 2.44 sec. 2025-08-30 04:18:27 02956_clickhouse_local_system_parts: [ OK ] 0.68 sec. 2025-08-30 04:18:27 00054_join_string: [ OK ] 0.17 sec. 2025-08-30 04:18:27 01010_partial_merge_join_const_and_lc: [ OK ] 0.42 sec. 2025-08-30 04:18:27 02698_marked_dropped_tables: [ OK ] 0.23 sec. 2025-08-30 04:18:27 01916_low_cardinality_interval: [ OK ] 0.18 sec. 2025-08-30 04:18:27 03155_explain_current_transaction: [ OK ] 0.12 sec. 2025-08-30 04:18:27 02590_bson_duplicate_column: [ OK ] 0.14 sec. 2025-08-30 04:18:27 03208_uniq_with_empty_tuple: [ OK ] 0.18 sec. 2025-08-30 04:18:27 01753_mutate_table_predicated_with_table: [ OK ] 0.25 sec. 2025-08-30 04:18:27 02593_bson_more_types: [ OK ] 0.63 sec. 2025-08-30 04:18:28 02699_polygons_sym_difference_rollup: [ OK ] 0.24 sec. 2025-08-30 04:18:28 02918_optimize_count_for_merge_tables: [ OK ] 0.43 sec. 2025-08-30 04:18:28 00945_bloom_filter_index: [ OK ] 4.64 sec. 2025-08-30 04:18:28 00976_ttl_with_old_parts: [ OK ] 1.34 sec. 2025-08-30 04:18:28 01411_xor_itai_shirav: [ OK ] 0.18 sec. 2025-08-30 04:18:28 00780_unaligned_array_join: [ OK ] 0.23 sec. 2025-08-30 04:18:29 02006_test_positional_arguments: [ OK ] 1.30 sec. 2025-08-30 04:18:30 01066_window_view_event_tumble_to_strict_asc_lateness: [ OK ] 2.05 sec. 2025-08-30 04:18:31 03167_transactions_are_really_disabled: [ OK ] 0.50 sec. 2025-08-30 04:18:32 00623_replicated_truncate_table_zookeeper_long: [ OK ] 1.00 sec. 2025-08-30 04:18:32 02818_memory_profiler_sample_min_max_allocation_size: [ OK ] 2.55 sec. 2025-08-30 04:18:32 02187_test_final_and_limit_modifier: [ OK ] 0.34 sec. 2025-08-30 04:18:32 02018_multiple_with_fill_for_the_same_column: [ OK ] 0.25 sec. 2025-08-30 04:18:33 01032_duplicate_column_insert_query: [ OK ] 0.34 sec. 2025-08-30 04:18:33 03032_save_bad_json_escape_sequences: [ OK ] 0.22 sec. 2025-08-30 04:18:33 02517_wrong_total_structure_crash: [ OK ] 0.40 sec. 2025-08-30 04:18:33 01312_case_insensitive_regexp: [ OK ] 0.26 sec. 2025-08-30 04:18:33 01070_h3_get_base_cell: [ OK ] 0.19 sec. 2025-08-30 04:18:34 00933_alter_ttl: [ OK ] 0.43 sec. 2025-08-30 04:18:34 02746_index_analysis_binary_operator_with_null: [ OK ] 0.28 sec. 2025-08-30 04:18:35 02233_HTTP_ranged: [ OK ] 1.33 sec. 2025-08-30 04:18:35 01954_clickhouse_benchmark_multiple_long: [ OK ] 13.50 sec. 2025-08-30 04:18:36 02365_multisearch_random_tests: [ OK ] 7.79 sec. 2025-08-30 04:18:36 02499_analyzer_set_index: [ OK ] 0.35 sec. 2025-08-30 04:18:36 01662_test_toDayOfMonth_mysql_compatibility: [ OK ] 0.18 sec. 2025-08-30 04:18:37 02864_restore_table_with_broken_part: [ OK ] 1.56 sec. 2025-08-30 04:18:37 00418_input_format_allow_errors: [ OK ] 2.35 sec. 2025-08-30 04:18:38 02343_analyzer_lambdas: [ OK ] 1.04 sec. 2025-08-30 04:18:38 03149_analyzer_window_redefinition: [ OK ] 0.30 sec. 2025-08-30 04:18:39 02481_async_insert_race_long: [ OK ] 10.82 sec. 2025-08-30 04:18:39 03290_final_replacing: [ OK ] 0.49 sec. 2025-08-30 04:18:39 02424_pod_array_overflow: [ OK ] 0.13 sec. 2025-08-30 04:18:39 02896_max_execution_time_with_break_overflow_mode: [ OK ] 5.16 sec. 2025-08-30 04:18:39 02293_h3_hex_ring: [ OK ] 0.33 sec. 2025-08-30 04:18:39 02996_analyzer_prewhere_projection: [ OK ] 0.18 sec. 2025-08-30 04:18:40 01075_in_arrays_enmk: [ OK ] 0.19 sec. 2025-08-30 04:18:40 02242_optimize_to_subcolumns_no_storage: [ OK ] 0.18 sec. 2025-08-30 04:18:40 01070_h3_hex_area_m2: [ OK ] 0.18 sec. 2025-08-30 04:18:40 00218_like_regexp_newline: [ OK ] 0.24 sec. 2025-08-30 04:18:41 01039_mergetree_exec_time: [ OK ] 1.23 sec. 2025-08-30 04:18:42 03037_dynamic_merges_small: [ OK ] 2.59 sec. 2025-08-30 04:18:42 01451_normalize_query: [ OK ] 0.53 sec. 2025-08-30 04:18:42 02293_http_header_full_summary_without_progress: [ OK ] 2.40 sec. 2025-08-30 04:18:42 00965_shard_unresolvable_addresses: [ OK ] 32.13 sec. 2025-08-30 04:18:42 01143_trivial_count_with_join: [ OK ] 0.23 sec. 2025-08-30 04:18:42 03230_json_alias_new_old_types: [ OK ] 0.24 sec. 2025-08-30 04:18:42 03014_invalid_utf8_client: [ OK ] 0.49 sec. 2025-08-30 04:18:42 02326_settings_changes_system_table: [ OK ] 0.18 sec. 2025-08-30 04:18:42 01745_alter_delete_view: [ OK ] 0.28 sec. 2025-08-30 04:18:42 02346_fulltext_index_bug59039: [ OK ] 0.19 sec. 2025-08-30 04:18:43 01337_mysql_global_variables: [ OK ] 0.22 sec. 2025-08-30 04:18:43 03257_json_escape_file_names: [ OK ] 0.28 sec. 2025-08-30 04:18:43 01086_odbc_roundtrip: [ SKIPPED ] 0.00 sec. 2025-08-30 04:18:43 Reason: not running for current build 2025-08-30 04:18:43 02481_i43247_ubsan_in_minmaxany: [ OK ] 0.18 sec. 2025-08-30 04:18:43 02814_age_datediff: [ OK ] 0.79 sec. 2025-08-30 04:18:43 02411_legacy_geobase: [ OK ] 0.27 sec. 2025-08-30 04:18:43 01362_year_of_ISO8601_week_modificators_for_formatDateTime: [ OK ] 0.22 sec. 2025-08-30 04:18:43 02377_majority_insert_quorum_zookeeper_long: [ OK ] 6.97 sec. 2025-08-30 04:18:43 02419_keeper_map_primary_key: [ OK ] 0.98 sec. 2025-08-30 04:18:43 02931_client_fuzzy_search_crash: [ OK ] 6.61 sec. 2025-08-30 04:18:43 00587_union_all_type_conversions: [ OK ] 0.18 sec. 2025-08-30 04:18:44 01825_type_json_bools: [ OK ] 0.17 sec. 2025-08-30 04:18:44 02315_replace_multiif_to_if: [ OK ] 0.12 sec. 2025-08-30 04:18:44 02809_has_subsequence: [ OK ] 0.32 sec. 2025-08-30 04:18:44 01202_array_auc_special: [ OK ] 0.28 sec. 2025-08-30 04:18:44 01686_rocksdb: [ OK ] 0.58 sec. 2025-08-30 04:18:45 02005_log_formatted_queries: [ OK ] 1.43 sec. 2025-08-30 04:18:45 02989_variant_comparison: [ OK ] 0.59 sec. 2025-08-30 04:18:45 02428_decimal_in_floating_point_literal: [ OK ] 1.04 sec. 2025-08-30 04:18:45 02380_insert_mv_race: [ OK ] 2.08 sec. 2025-08-30 04:18:45 03210_optimize_rewrite_aggregate_function_with_if_return_type_bug: [ OK ] 0.17 sec. 2025-08-30 04:18:45 02490_benchmark_max_consecutive_errors: [ OK ] 0.70 sec. 2025-08-30 04:18:45 02184_storage_add_support_ttl: [ OK ] 0.27 sec. 2025-08-30 04:18:45 00648_replacing_empty_set_from_prewhere: [ OK ] 0.17 sec. 2025-08-30 04:18:45 03196_max_intersections_arena_crash: [ OK ] 0.17 sec. 2025-08-30 04:18:45 00346_if_tuple: [ OK ] 0.12 sec. 2025-08-30 04:18:46 00185_array_literals: [ OK ] 0.23 sec. 2025-08-30 04:18:46 02574_suspicious_low_cardinality_msan: [ OK ] 0.22 sec. 2025-08-30 04:18:46 00560_float_leading_plus_in_exponent: [ OK ] 0.17 sec. 2025-08-30 04:18:46 02910_rocksdb_optimize: [ OK ] 0.22 sec. 2025-08-30 04:18:46 00536_int_exp: [ OK ] 0.17 sec. 2025-08-30 04:18:46 00374_any_last_if_merge: [ OK ] 0.12 sec. 2025-08-30 04:18:46 02568_array_map_const_low_cardinality: [ OK ] 0.12 sec. 2025-08-30 04:18:46 02113_hdfs_assert: [ OK ] 0.57 sec. 2025-08-30 04:18:46 01352_add_datetime_bad_get: [ OK ] 0.12 sec. 2025-08-30 04:18:46 01293_client_interactive_vertical_singleline: [ OK ] 0.53 sec. 2025-08-30 04:18:47 02918_implicit_sign_column_constraints_for_collapsing_engine: [ OK ] 1.63 sec. 2025-08-30 04:18:47 00302_http_compression: [ OK ] 0.87 sec. 2025-08-30 04:18:47 01710_projections: [ OK ] 0.27 sec. 2025-08-30 04:18:47 00926_geo_to_h3: [ OK ] 0.22 sec. 2025-08-30 04:18:47 02505_forbid_paths_in_datetime_timezone: [ OK ] 0.17 sec. 2025-08-30 04:18:47 01258_wrong_cast_filimonov: [ OK ] 0.14 sec. 2025-08-30 04:18:48 01133_begin_commit_race: [ OK ] 20.61 sec. 2025-08-30 04:18:48 00098_g_union_all: [ OK ] 0.17 sec. 2025-08-30 04:18:48 00253_insert_recursive_defaults: [ OK ] 0.17 sec. 2025-08-30 04:18:48 02884_parquet_new_encodings: [ OK ] 0.47 sec. 2025-08-30 04:18:48 01018_ambiguous_column: [ OK ] 0.17 sec. 2025-08-30 04:18:49 00974_text_log_table_not_empty: [ OK ] 0.98 sec. 2025-08-30 04:18:49 01674_clickhouse_client_query_param_cte: [ OK ] 0.47 sec. 2025-08-30 04:18:49 02267_special_operator_parse_alias_check: [ OK ] 0.32 sec. 2025-08-30 04:18:50 02423_insert_stats_behaviour: [ OK ] 1.73 sec. 2025-08-30 04:18:50 02158_ztest_cmp: [ OK ] 1.67 sec. 2025-08-30 04:18:50 03036_recursive_cte_postgres_2: [ OK ] 0.92 sec. 2025-08-30 04:18:51 01040_distributed_background_insert_batch_inserts: [ OK ] 0.32 sec. 2025-08-30 04:18:51 00800_low_cardinality_distributed_insert: [ OK ] 0.17 sec. 2025-08-30 04:18:52 00804_test_delta_codec_compression: [ OK ] 1.42 sec. 2025-08-30 04:18:52 01303_polygons_equals: [ OK ] 0.12 sec. 2025-08-30 04:18:52 00748_insert_array_with_null: [ OK ] 0.17 sec. 2025-08-30 04:18:52 02507_to_unix_timestamp_overflow: [ OK ] 0.17 sec. 2025-08-30 04:18:52 02125_many_mutations: [ OK ] 27.76 sec. 2025-08-30 04:18:53 01283_max_threads_simple_query_optimization: [ OK ] 0.27 sec. 2025-08-30 04:18:53 02909_settings_in_json_schema_cache: [ OK ] 0.42 sec. 2025-08-30 04:18:53 02114_hdfs_bad_url: [ OK ] 2.18 sec. 2025-08-30 04:18:53 02499_quantile_nan_ubsan_msan: [ OK ] 0.22 sec. 2025-08-30 04:18:53 00562_rewrite_select_expression_with_union: [ OK ] 0.17 sec. 2025-08-30 04:18:53 02354_array_lowcardinality: [ OK ] 0.17 sec. 2025-08-30 04:18:53 02009_body_query_params: [ OK ] 0.37 sec. 2025-08-30 04:18:54 00278_insert_already_sorted: [ OK ] 0.37 sec. 2025-08-30 04:18:54 03034_recursive_cte_tree: [ OK ] 0.17 sec. 2025-08-30 04:18:54 02725_object_column_alter: [ OK ] 0.17 sec. 2025-08-30 04:18:54 01872_initial_query_start_time: [ OK ] 1.02 sec. 2025-08-30 04:18:54 01070_string_to_h3: [ OK ] 0.12 sec. 2025-08-30 04:18:54 00516_is_inf_nan: [ OK ] 0.12 sec. 2025-08-30 04:18:54 02967_mysql_settings_override: [ OK ] 0.58 sec. 2025-08-30 04:18:54 00555_hasAll_hasAny: [ OK ] 0.32 sec. 2025-08-30 04:18:54 02508_index_analysis_to_date_timezone: [ OK ] 0.17 sec. 2025-08-30 04:18:55 03168_cld2_tsan: [ OK ] 0.17 sec. 2025-08-30 04:18:55 01450_set_null_const: [ OK ] 0.17 sec. 2025-08-30 04:18:55 02116_interactive_hello: [ OK ] 0.47 sec. 2025-08-30 04:18:55 02030_capnp_format: [ OK ] 8.51 sec. 2025-08-30 04:18:55 03031_input_format_allow_errors_num_bad_escape_sequence: [ OK ] 0.12 sec. 2025-08-30 04:18:55 02178_column_function_insert_from: [ OK ] 0.17 sec. 2025-08-30 04:18:55 00943_mv_rename_without_inner_table: [ OK ] 0.17 sec. 2025-08-30 04:18:55 01480_binary_operator_monotonicity: [ OK ] 0.42 sec. 2025-08-30 04:18:56 02409_url_format_detection: [ OK ] 0.12 sec. 2025-08-30 04:18:56 02421_formats_with_totals_and_extremes: [ OK ] 0.32 sec. 2025-08-30 04:18:56 02863_interpolate_subquery: [ OK ] 0.12 sec. 2025-08-30 04:18:56 02267_type_inference_for_insert_into_function_null: [ OK ] 0.17 sec. 2025-08-30 04:18:56 00909_arrayEnumerateUniq: [ OK ] 1.23 sec. 2025-08-30 04:18:56 03208_array_of_json_read_subcolumns_1: [ OK ] 1.93 sec. 2025-08-30 04:18:56 01704_transform_with_float_key: [ OK ] 0.17 sec. 2025-08-30 04:18:56 01667_aes_args_check: [ OK ] 0.12 sec. 2025-08-30 04:18:56 00098_e_union_all: [ OK ] 0.17 sec. 2025-08-30 04:18:57 00709_virtual_column_partition_id: [ OK ] 0.17 sec. 2025-08-30 04:18:57 02475_bson_each_row_format: [ OK ] 13.32 sec. 2025-08-30 04:18:57 02291_dictionary_scalar_subquery_reload: [ OK ] 0.22 sec. 2025-08-30 04:18:57 01440_big_int_shift: [ OK ] 0.17 sec. 2025-08-30 04:18:57 02980_s3_plain_DROP_TABLE_ReplicatedMergeTree: [ OK ] 1.27 sec. 2025-08-30 04:18:57 02725_sleep_max_time: [ OK ] 0.12 sec. 2025-08-30 04:18:57 02342_window_view_different_struct: [ OK ] 0.32 sec. 2025-08-30 04:18:57 00954_resample_combinator: [ OK ] 0.22 sec. 2025-08-30 04:18:57 00995_exception_while_insert: [ OK ] 0.87 sec. 2025-08-30 04:18:57 01282_system_parts_ttl_info: [ OK ] 0.17 sec. 2025-08-30 04:18:58 01825_type_json_partitions: [ OK ] 0.17 sec. 2025-08-30 04:18:58 02935_date_trunc_case_unsensitiveness: [ OK ] 0.32 sec. 2025-08-30 04:18:58 02442_auxiliary_zookeeper_endpoint_id: [ OK ] 0.39 sec. 2025-08-30 04:18:58 01681_hyperscan_debug_assertion: [ OK ] 0.52 sec. 2025-08-30 04:18:58 02241_array_first_last_or_null: [ OK ] 0.22 sec. 2025-08-30 04:18:58 02789_reading_from_s3_with_connection_pool: [ OK ] 2.53 sec. 2025-08-30 04:18:59 03198_bit_shift_throws_error_for_out_of_bounds: [ OK ] 0.27 sec. 2025-08-30 04:18:59 01681_bloom_filter_nullable_column: [ OK ] 0.27 sec. 2025-08-30 04:18:59 02519_monotonicity_fuzz: [ OK ] 0.17 sec. 2025-08-30 04:18:59 01631_date_overflow_as_partition_key: [ OK ] 0.17 sec. 2025-08-30 04:18:59 01420_logical_functions_materialized_null: [ OK ] 0.17 sec. 2025-08-30 04:18:59 01273_h3EdgeAngle_range_check: [ OK ] 0.12 sec. 2025-08-30 04:18:59 01073_crlf_end_of_line: [ OK ] 0.17 sec. 2025-08-30 04:18:59 01825_type_json_multiple_files: [ OK ] 1.78 sec. 2025-08-30 04:18:59 02985_dialects_with_distributed_tables: [ OK ] 0.22 sec. 2025-08-30 04:18:59 02470_suspicious_low_cardinality_msan: [ OK ] 0.17 sec. 2025-08-30 04:18:59 02220_array_join_format: [ OK ] 0.12 sec. 2025-08-30 04:19:00 01099_parallel_distributed_insert_select: [ OK ] 1.12 sec. 2025-08-30 04:19:00 02934_merge_tree_max_projections: [ OK ] 0.27 sec. 2025-08-30 04:19:00 01318_map_add_map_subtract: [ OK ] 0.47 sec. 2025-08-30 04:19:00 02668_column_block_number_with_projections: [ OK ] 0.24 sec. 2025-08-30 04:19:00 00675_shard_remote_with_table_function: [ OK ] 0.25 sec. 2025-08-30 04:19:00 03066_analyzer_global_with_statement: [ OK ] 0.12 sec. 2025-08-30 04:19:00 02044_url_glob_parallel_connection_refused: [ OK ] 11.36 sec. 2025-08-30 04:19:00 02560_agg_state_deserialization_hash_table_crash: [ OK ] 0.23 sec. 2025-08-30 04:19:00 00620_optimize_on_nonleader_replica_zookeeper: [ OK ] 0.47 sec. 2025-08-30 04:19:01 02995_preliminary_filters_duplicated_columns_SimpleAggregateFunction: [ OK ] 0.28 sec. 2025-08-30 04:19:01 01523_client_local_queries_file_parameter: [ OK ] 1.14 sec. 2025-08-30 04:19:02 02244_casewithexpression_return_type: [ OK ] 0.17 sec. 2025-08-30 04:19:02 02932_idna: [ OK ] 0.98 sec. 2025-08-30 04:19:02 02158_proportions_ztest_cmp: [ OK ] 2.18 sec. 2025-08-30 04:19:02 01676_range_hashed_dictionary: [ OK ] 0.53 sec. 2025-08-30 04:19:02 00974_low_cardinality_cast: [ OK ] 0.23 sec. 2025-08-30 04:19:03 00431_if_nulls: [ OK ] 0.83 sec. 2025-08-30 04:19:03 02707_keeper_map_delete_update_strict: [ OK ] 0.45 sec. 2025-08-30 04:19:03 03006_mv_deduplication_throw_if_async_insert: [ OK ] 0.53 sec. 2025-08-30 04:19:03 02706_kolmogorov_smirnov_test_scipy: [ OK ] 3.74 sec. 2025-08-30 04:19:03 03147_datetime64_constant_index_analysis: [ OK ] 0.33 sec. 2025-08-30 04:19:03 01278_random_string_utf8: [ OK ] 0.17 sec. 2025-08-30 04:19:03 01854_s2_cap_union: [ OK ] 0.22 sec. 2025-08-30 04:19:03 03128_argMin_combinator_projection: [ OK ] 0.48 sec. 2025-08-30 04:19:03 00084_summing_merge_tree: [ OK ] 0.42 sec. 2025-08-30 04:19:03 02522_different_types_in_storage_merge: [ OK ] 0.22 sec. 2025-08-30 04:19:03 02999_ulid_short_circuit: [ OK ] 0.17 sec. 2025-08-30 04:19:04 01268_DateTime64_in_WHERE: [ OK ] 0.32 sec. 2025-08-30 04:19:04 02943_exprs_order_in_group_by_with_rollup: [ OK ] 0.22 sec. 2025-08-30 04:19:04 00362_great_circle_distance: [ OK ] 0.27 sec. 2025-08-30 04:19:04 00526_array_join_with_arrays_of_nullable: [ OK ] 0.17 sec. 2025-08-30 04:19:04 01114_alter_modify_compact_parts: [ OK ] 0.23 sec. 2025-08-30 04:19:04 02711_server_uuid_macro: [ OK ] 0.22 sec. 2025-08-30 04:19:05 02908_alter_column_alias: [ OK ] 0.12 sec. 2025-08-30 04:19:05 01304_direct_io_long: [ OK ] 8.41 sec. 2025-08-30 04:19:05 00674_join_on_syntax: [ OK ] 0.87 sec. 2025-08-30 04:19:05 02668_column_block_number_vertical_merge: [ OK ] 0.22 sec. 2025-08-30 04:19:05 01318_map_populate_series: [ OK ] 0.32 sec. 2025-08-30 04:19:05 02012_zookeeper_changed_enum_type_incompatible: [ OK ] 0.27 sec. 2025-08-30 04:19:05 02998_system_dns_cache_table: [ OK ] 0.12 sec. 2025-08-30 04:19:05 02250_insert_select_from_file_schema_inference: [ OK ] 0.17 sec. 2025-08-30 04:19:05 01534_lambda_array_join: [ OK ] 0.17 sec. 2025-08-30 04:19:05 02841_not_ready_set_constraints: [ OK ] 0.22 sec. 2025-08-30 04:19:05 02573_quantile_fuse_msan: [ OK ] 0.17 sec. 2025-08-30 04:19:05 02497_storage_join_right_assert: [ OK ] 0.17 sec. 2025-08-30 04:19:06 00937_test_use_header_csv: [ OK ] 2.23 sec. 2025-08-30 04:19:06 02354_tuple_lowcardinality: [ OK ] 0.17 sec. 2025-08-30 04:19:06 00003_reinterpret_as_string: [ OK ] 0.12 sec. 2025-08-30 04:19:06 01294_lazy_database_concurrent_recreate_reattach_and_show_tables_long: [ OK ] 22.21 sec. 2025-08-30 04:19:06 02165_replicated_grouping_sets: [ OK ] 0.47 sec. 2025-08-30 04:19:06 01299_alter_merge_tree: [ OK ] 0.22 sec. 2025-08-30 04:19:06 00164_not_chain: [ OK ] 0.17 sec. 2025-08-30 04:19:06 01710_projection_external_aggregate: [ OK ] 0.27 sec. 2025-08-30 04:19:06 00397_tsv_format_synonym: [ OK ] 0.17 sec. 2025-08-30 04:19:06 01616_untuple_access_field: [ OK ] 0.12 sec. 2025-08-30 04:19:06 00980_full_join_crash_fancyqlx: [ OK ] 0.17 sec. 2025-08-30 04:19:06 02383_analyzer_merge_tree_self_join: [ OK ] 0.22 sec. 2025-08-30 04:19:06 02908_filesystem_cache_as_collection: [ OK ] 0.17 sec. 2025-08-30 04:19:06 01430_fix_any_rewrite_aliases: [ OK ] 0.12 sec. 2025-08-30 04:19:06 01867_fix_storage_memory_mutation: [ OK ] 0.17 sec. 2025-08-30 04:19:06 02132_empty_mutation_livelock: [ OK ] 0.17 sec. 2025-08-30 04:19:06 00802_daylight_saving_time_shift_backwards_at_midnight: [ OK ] 0.17 sec. 2025-08-30 04:19:07 01787_arena_assert_column_nothing: [ OK ] 0.12 sec. 2025-08-30 04:19:07 00652_replicated_mutations_default_database_zookeeper: [ OK ] 0.87 sec. 2025-08-30 04:19:07 01889_clickhouse_client_config_format: [ OK ] 1.12 sec. 2025-08-30 04:19:08 03206_no_exceptions_clickhouse_local: [ FAIL ] 0.37 sec. 2025-08-30 04:19:08 Reason: return code: 134, result: 2025-08-30 04:19:08 2025-08-30 04:19:08 2025-08-30 04:19:08 2025-08-30 04:19:08 stdout: 2025-08-30 04:19:08 2025-08-30 04:19:08 2025-08-30 04:19:08 Settings used in the test: --max_insert_threads 2 --group_by_two_level_threshold 308886 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 7169467 --max_read_buffer_size 968146 --prefer_localhost_replica 0 --max_block_size 27842 --max_joined_block_size_rows 9646 --max_threads 1 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 66 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 11668251 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 1523555851 --min_bytes_to_use_mmap_io 7821317224 --local_filesystem_read_method read --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 27 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 847473062 --min_compress_block_size 2108098 --max_compress_block_size 2628633 --merge_tree_compact_parts_min_granules_to_multibuffer_read 41 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 8159971 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Africa/Khartoum --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.21 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 1 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1 2025-08-30 04:19:08 2025-08-30 04:19:08 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 1 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 7136262 --merge_max_block_size 13373 --index_granularity 46784 --min_bytes_for_wide_part 154919870 --marks_compress_block_size 79781 --primary_key_compress_block_size 35604 --replace_long_file_name_to_hash 1 --max_file_name_length 0 --min_bytes_for_full_part_storage 536229161 --compact_parts_max_bytes_to_buffer 289154715 --compact_parts_max_granules_to_buffer 1 --compact_parts_merge_max_bytes_to_prefetch_part 13825371 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 0 --old_parts_lifetime 10 2025-08-30 04:19:08 2025-08-30 04:19:08 Database: test_vgvnmoku 2025-08-30 04:19:08 03039_dynamic_aggregating_merge_tree: [ OK ] 7.25 sec. 2025-08-30 04:19:08 01429_join_on_error_messages: [ OK ] 0.17 sec. 2025-08-30 04:19:08 00652_mergetree_mutations: [ OK ] 4.45 sec. 2025-08-30 04:19:08 02920_fix_json_merge_patch: [ OK ] 0.12 sec. 2025-08-30 04:19:08 01338_uuid_without_separator: [ OK ] 0.17 sec. 2025-08-30 04:19:08 02315_pmj_union_ubsan_35857: [ OK ] 0.17 sec. 2025-08-30 04:19:08 00825_http_header_query_id: [ OK ] 0.32 sec. 2025-08-30 04:19:08 01916_multiple_join_view_optimize_predicate_chertus: [ OK ] 0.22 sec. 2025-08-30 04:19:08 01030_storage_hdfs_syntax: [ OK ] 0.12 sec. 2025-08-30 04:19:09 02352_lightweight_delete: [ OK ] 1.97 sec. 2025-08-30 04:19:09 01532_min_max_with_modifiers: [ OK ] 0.17 sec. 2025-08-30 04:19:09 02771_system_user_processes: [ OK ] 1.02 sec. 2025-08-30 04:19:09 01173_transaction_control_queries: [ OK ] 0.52 sec. 2025-08-30 04:19:09 01711_decimal_multiplication: [ OK ] 0.12 sec. 2025-08-30 04:19:09 01746_extract_text_from_html: [ OK ] 0.32 sec. 2025-08-30 04:19:10 00565_enum_order: [ OK ] 1.12 sec. 2025-08-30 04:19:10 02293_h3_line: [ OK ] 0.27 sec. 2025-08-30 04:19:10 02494_zero_copy_projection_cancel_fetch: [ OK ] 23.66 sec. 2025-08-30 04:19:10 02233_optimize_aggregation_in_order_prefix: [ OK ] 0.27 sec. 2025-08-30 04:19:10 00509_extended_storage_definition_syntax_zookeeper: [ OK ] 1.57 sec. 2025-08-30 04:19:10 02810_row_binary_with_defaults: [ OK ] 0.17 sec. 2025-08-30 04:19:10 01932_alter_index_with_order: [ OK ] 0.17 sec. 2025-08-30 04:19:10 02025_subcolumns_compact_parts: [ OK ] 0.17 sec. 2025-08-30 04:19:10 02148_cast_type_parsing: [ OK ] 0.12 sec. 2025-08-30 04:19:11 02479_analyzer_aggregation_crash: [ OK ] 0.17 sec. 2025-08-30 04:19:11 00264_uniq_many_args: [ OK ] 0.32 sec. 2025-08-30 04:19:11 03121_analyzer_filed_redefenition_in_subquery: [ OK ] 0.17 sec. 2025-08-30 04:19:11 02467_set_with_lowcardinality_type: [ OK ] 0.22 sec. 2025-08-30 04:19:11 02205_postgresql_functions: [ OK ] 0.37 sec. 2025-08-30 04:19:11 02480_tets_show_full: [ OK ] 0.57 sec. 2025-08-30 04:19:11 00407_parsing_nulls: [ OK ] 2.08 sec. 2025-08-30 04:19:11 02134_async_inserts_formats: [ OK ] 5.84 sec. 2025-08-30 04:19:11 03210_nested_short_circuit_functions_bug: [ OK ] 0.17 sec. 2025-08-30 04:19:11 01632_group_array_msan: [ OK ] 0.17 sec. 2025-08-30 04:19:12 01065_if_not_finite: [ OK ] 0.17 sec. 2025-08-30 04:19:12 01529_union_distinct_and_setting_union_default_mode: [ OK ] 0.27 sec. 2025-08-30 04:19:12 02541_empty_function_support_ip: [ OK ] 0.17 sec. 2025-08-30 04:19:12 01370_client_autocomplete_word_break_characters: [ OK ] 1.48 sec. 2025-08-30 04:19:12 02971_functions_to_subcolumns_column_names: [ OK ] 0.17 sec. 2025-08-30 04:19:12 02151_client_option_echo: [ OK ] 0.67 sec. 2025-08-30 04:19:12 02785_summing_merge_tree_datetime64: [ OK ] 0.17 sec. 2025-08-30 04:19:12 00749_inner_join_of_unnamed_subqueries: [ OK ] 0.22 sec. 2025-08-30 04:19:13 02918_gorilla_invalid_file: [ OK ] 0.32 sec. 2025-08-30 04:19:13 02681_comparsion_tuple_elimination_ast: [ OK ] 0.17 sec. 2025-08-30 04:19:13 02784_parallel_replicas_automatic_decision: [ OK ] 3.58 sec. 2025-08-30 04:19:13 01557_max_parallel_replicas_no_sample: [ OK ] 0.27 sec. 2025-08-30 04:19:13 01418_custom_settings: [ OK ] 0.27 sec. 2025-08-30 04:19:13 02718_cli_dashed_options_parsing: [ OK ] 1.02 sec. 2025-08-30 04:19:13 03037_dynamic_merges_1_vertical_compact_merge_tree: [ OK ] 2.03 sec. 2025-08-30 04:19:14 00029_test_zookeeper_optimize_exception: [ OK ] 1.77 sec. 2025-08-30 04:19:14 02889_parts_columns_filenames: [ OK ] 0.17 sec. 2025-08-30 04:19:14 02874_toDaysSinceYearZero: [ OK ] 0.27 sec. 2025-08-30 04:19:14 02674_null_default_structure: [ OK ] 0.17 sec. 2025-08-30 04:19:14 03209_functions_json_msan_fuzzer_issue: [ OK ] 0.12 sec. 2025-08-30 04:19:14 03212_max_bytes_to_read_for_schema_inference_in_cache: [ OK ] 0.42 sec. 2025-08-30 04:19:14 02228_merge_tree_insert_memory_usage: [ OK ] 1.02 sec. 2025-08-30 04:19:14 00974_bitmapContains_with_primary_key: [ OK ] 0.17 sec. 2025-08-30 04:19:14 02782_inconsistent_formatting_and_constant_folding: [ OK ] 0.17 sec. 2025-08-30 04:19:14 01544_fromModifiedJulianDay: [ OK ] 0.22 sec. 2025-08-30 04:19:14 02456_test_zero_copy_mutation: [ OK ] 0.32 sec. 2025-08-30 04:19:14 00470_identifiers_in_double_quotes: [ OK ] 0.12 sec. 2025-08-30 04:19:14 01051_same_name_alias_with_joins: [ OK ] 0.17 sec. 2025-08-30 04:19:14 02015_async_inserts_2: [ OK ] 0.62 sec. 2025-08-30 04:19:14 02674_date_int_string_json_inference: [ OK ] 0.12 sec. 2025-08-30 04:19:14 02476_fuse_sum_count: [ OK ] 0.27 sec. 2025-08-30 04:19:14 02317_functions_with_nothing: [ OK ] 0.17 sec. 2025-08-30 04:19:14 02559_multiple_read_steps_in_prewhere_missing_columns: [ OK ] 0.22 sec. 2025-08-30 04:19:14 00494_shard_alias_substitution_bug: [ OK ] 0.17 sec. 2025-08-30 04:19:15 01698_fix_toMinute: [ OK ] 0.22 sec. 2025-08-30 04:19:15 01817_storage_buffer_parameters: [ OK ] 0.17 sec. 2025-08-30 04:19:15 01355_ilike: [ OK ] 0.27 sec. 2025-08-30 04:19:15 01470_test_insert_select_asterisk: [ OK ] 0.22 sec. 2025-08-30 04:19:15 03005_input_function_in_join: [ OK ] 0.17 sec. 2025-08-30 04:19:15 00279_quantiles_permuted_args: [ OK ] 0.17 sec. 2025-08-30 04:19:15 02536_replace_with_nonconst_needle_and_replacement: [ OK ] 0.52 sec. 2025-08-30 04:19:15 03057_analyzer_subquery_alias_join: [ OK ] 0.17 sec. 2025-08-30 04:19:15 01583_parallel_parsing_exception_with_offset: [ OK ] 0.82 sec. 2025-08-30 04:19:15 00968_roundAge: [ OK ] 0.17 sec. 2025-08-30 04:19:15 03166_skip_indexes_vertical_merge_2: [ OK ] 0.47 sec. 2025-08-30 04:19:15 01702_rewrite_avg_for_algebraic_optimization: [ OK ] 0.22 sec. 2025-08-30 04:19:15 02888_attach_partition_from_different_tables: [ OK ] 0.27 sec. 2025-08-30 04:19:16 02497_schema_inference_nulls: [ OK ] 0.32 sec. 2025-08-30 04:19:16 02943_variant_type_with_different_local_and_global_order: [ OK ] 9.75 sec. 2025-08-30 04:19:16 00718_low_cardinaliry_alter: [ OK ] 0.27 sec. 2025-08-30 04:19:16 00065_shard_float_literals_formatting: [ OK ] 0.12 sec. 2025-08-30 04:19:16 02845_group_by_constant_keys: [ OK ] 0.27 sec. 2025-08-30 04:19:16 01305_array_join_prewhere_in_subquery: [ OK ] 0.17 sec. 2025-08-30 04:19:16 02456_progress_tty: [ OK ] 8.74 sec. 2025-08-30 04:19:16 02192_comment_error: [ OK ] 0.67 sec. 2025-08-30 04:19:16 00609_prewhere_and_default: [ OK ] 0.47 sec. 2025-08-30 04:19:17 00687_insert_into_mv: [ OK ] 0.22 sec. 2025-08-30 04:19:17 01607_arrays_as_nested_csv: [ OK ] 0.87 sec. 2025-08-30 04:19:17 01050_engine_join_view_crash: [ OK ] 0.22 sec. 2025-08-30 04:19:17 02947_merge_tree_index_table_3: [ OK ] 1.62 sec. 2025-08-30 04:19:17 00843_optimize_predicate_and_rename_table: [ OK ] 0.17 sec. 2025-08-30 04:19:17 00700_decimal_array_functions: [ OK ] 0.22 sec. 2025-08-30 04:19:17 02151_clickhouse_client_hints: [ OK ] 0.37 sec. 2025-08-30 04:19:17 00035_function_array_return_type: [ OK ] 0.12 sec. 2025-08-30 04:19:17 02410_to_decimal_or_default: [ OK ] 0.17 sec. 2025-08-30 04:19:17 02581_parquet_arrow_orc_compressions: [ OK ] 1.88 sec. 2025-08-30 04:19:17 02457_parse_date_time_best_effort: [ OK ] 0.27 sec. 2025-08-30 04:19:18 02933_sqid: [ OK ] 1.17 sec. 2025-08-30 04:19:18 01105_string_like: [ OK ] 0.27 sec. 2025-08-30 04:19:18 03167_base64_url_functions: [ OK ] 0.22 sec. 2025-08-30 04:19:18 02296_ttl_non_deterministic: [ OK ] 0.32 sec. 2025-08-30 04:19:18 00268_aliases_without_as_keyword: [ OK ] 0.17 sec. 2025-08-30 04:19:18 01268_mergine_sorted_limit: [ OK ] 0.17 sec. 2025-08-30 04:19:18 03001_bad_error_message_higher_order_functions: [ OK ] 0.42 sec. 2025-08-30 04:19:18 02882_formatQuery: [ OK ] 0.27 sec. 2025-08-30 04:19:18 02943_create_query_interpreter_sample_block_fix: [ OK ] 0.27 sec. 2025-08-30 04:19:18 02165_h3_edge_length_km: [ OK ] 0.17 sec. 2025-08-30 04:19:19 00933_ttl_replicated_zookeeper: [ OK ] 1.77 sec. 2025-08-30 04:19:19 02122_parallel_formatting_RowBinaryWithNamesAndTypes: [ OK ] 0.92 sec. 2025-08-30 04:19:19 00999_settings_no_extra_quotes: [ OK ] 0.12 sec. 2025-08-30 04:19:19 02122_parallel_formatting_JSONCompactStringsEachRowWithNames: [ OK ] 1.32 sec. 2025-08-30 04:19:19 02813_seriesDecomposeSTL: [ OK ] 0.22 sec. 2025-08-30 04:19:19 00216_bit_test_function_family: [ OK ] 0.17 sec. 2025-08-30 04:19:19 01427_pk_and_expression_with_different_type: [ OK ] 0.17 sec. 2025-08-30 04:19:19 01591_window_functions: [ OK ] 0.87 sec. 2025-08-30 04:19:19 02784_projections_read_in_order_bug: [ OK ] 0.17 sec. 2025-08-30 04:19:19 01710_minmax_count_projection: [ OK ] 0.52 sec. 2025-08-30 04:19:19 02996_nullable_arrayReduce: [ OK ] 0.22 sec. 2025-08-30 04:19:20 01326_hostname_alias: [ OK ] 0.12 sec. 2025-08-30 04:19:20 01890_cross_join_explain_crash: [ OK ] 0.17 sec. 2025-08-30 04:19:20 00926_adaptive_index_granularity_collapsing_merge_tree: [ OK ] 0.32 sec. 2025-08-30 04:19:20 01676_round_int_ubsan: [ OK ] 0.18 sec. 2025-08-30 04:19:20 01778_where_with_column_name: [ OK ] 0.17 sec. 2025-08-30 04:19:20 00756_power_alias: [ OK ] 0.12 sec. 2025-08-30 04:19:20 00569_parse_date_time_best_effort: [ OK ] 0.12 sec. 2025-08-30 04:19:20 01779_quantile_deterministic_msan: [ OK ] 0.17 sec. 2025-08-30 04:19:20 02969_auto_format_detection: [ OK ] 3.89 sec. 2025-08-30 04:19:20 02831_ast_fuzz_asan_join: [ OK ] 0.12 sec. 2025-08-30 04:19:20 02100_limit_push_down_bug: [ OK ] 0.17 sec. 2025-08-30 04:19:20 01025_array_compact_generic: [ OK ] 0.17 sec. 2025-08-30 04:19:20 02694_wrong_identifier_shouldnt_be_accepted: [ OK ] 0.17 sec. 2025-08-30 04:19:20 02245_s3_support_read_nested_column: [ OK ] 0.42 sec. 2025-08-30 04:19:21 01798_having_push_down: [ OK ] 0.17 sec. 2025-08-30 04:19:21 00134_aggregation_by_fixed_string_of_size_1_2_4_8: [ OK ] 0.17 sec. 2025-08-30 04:19:21 00048_a_stored_aggregates_merge: [ OK ] 0.37 sec. 2025-08-30 04:19:21 00847_multiple_join_same_column: [ OK ] 0.32 sec. 2025-08-30 04:19:21 00721_force_by_identical_result_after_merge_zookeeper_long: [ OK ] 0.47 sec. 2025-08-30 04:19:22 01273_arrow: [ OK ] 6.94 sec. 2025-08-30 04:19:22 01196_max_parser_depth: [ OK ] 0.58 sec. 2025-08-30 04:19:22 01049_join_low_card_bug_long: [ OK ] 3.83 sec. 2025-08-30 04:19:22 01267_alter_default_key_columns_zookeeper_long: [ OK ] 0.37 sec. 2025-08-30 04:19:22 02356_trivial_count_with_empty_set: [ OK ] 0.17 sec. 2025-08-30 04:19:22 00615_nullable_alter_optimize: [ OK ] 0.17 sec. 2025-08-30 04:19:22 02122_parallel_formatting_JSONEachRow: [ OK ] 1.37 sec. 2025-08-30 04:19:22 02534_default_granularity: [ OK ] 0.17 sec. 2025-08-30 04:19:23 00910_decimal_group_array_crash_3783: [ OK ] 0.27 sec. 2025-08-30 04:19:23 02234_column_function_short_circuit: [ OK ] 0.27 sec. 2025-08-30 04:19:23 02788_fix_logical_error_in_sorting: [ OK ] 0.32 sec. 2025-08-30 04:19:23 03206_is_null_constant_result_old_analyzer_bug: [ OK ] 0.17 sec. 2025-08-30 04:19:24 01721_join_implicit_cast_long: [ OK ] 3.34 sec. 2025-08-30 04:19:24 03094_one_thousand_joins: [ OK ] 4.13 sec. 2025-08-30 04:19:24 01788_update_nested_type_subcolumn_check: [ OK ] 0.47 sec. 2025-08-30 04:19:24 02271_fix_column_matcher_and_column_transformer: [ OK ] 0.22 sec. 2025-08-30 04:19:24 02473_multistep_split_prewhere: [ OK ] 12.66 sec. 2025-08-30 04:19:24 01825_type_json_from_map: [ OK ] 1.98 sec. 2025-08-30 04:19:25 03044_array_join_columns_in_nested_table: [ OK ] 0.17 sec. 2025-08-30 04:19:25 03142_alter_comment_parameterized_view: [ OK ] 0.17 sec. 2025-08-30 04:19:25 01058_window_view_event_hop_to_strict_asc: [ OK ] 1.02 sec. 2025-08-30 04:19:25 02765_parallel_replicas_final_modifier: [ OK ] 0.17 sec. 2025-08-30 04:19:26 01943_pmj_non_joined_stuck: [ OK ] 0.27 sec. 2025-08-30 04:19:26 00724_insert_values_datetime_conversion: [ OK ] 0.12 sec. 2025-08-30 04:19:26 02265_column_ttl: [ OK ] 0.47 sec. 2025-08-30 04:19:26 02662_sparse_columns_mutations_4: [ OK ] 0.17 sec. 2025-08-30 04:19:27 00417_kill_query: [ OK ] 2.08 sec. 2025-08-30 04:19:27 01732_explain_syntax_union_query: [ OK ] 0.17 sec. 2025-08-30 04:19:27 02413_replace_partition_zero_copy: [ OK ] 0.77 sec. 2025-08-30 04:19:28 00927_asof_join_noninclusive: [ OK ] 0.27 sec. 2025-08-30 04:19:28 01622_byte_size: [ OK ] 0.97 sec. 2025-08-30 04:19:28 02014_dict_get_nullable_key: [ OK ] 0.27 sec. 2025-08-30 04:19:28 01330_array_join_in_higher_order_function: [ OK ] 0.12 sec. 2025-08-30 04:19:28 01042_system_reload_dictionary_reloads_completely: [ OK ] 5.64 sec. 2025-08-30 04:19:28 02243_ipv6_long_parsing: [ OK ] 0.17 sec. 2025-08-30 04:19:29 01720_country_intersection: [ OK ] 1.53 sec. 2025-08-30 04:19:29 01825_type_json_11: [ OK ] 1.12 sec. 2025-08-30 04:19:29 01736_null_as_default: [ OK ] 0.17 sec. 2025-08-30 04:19:30 01117_greatest_least_case: [ OK ] 0.12 sec. 2025-08-30 04:19:30 01656_ipv4_bad_formatting: [ OK ] 0.12 sec. 2025-08-30 04:19:30 00543_access_to_temporary_table_in_readonly_mode: [ OK ] 1.43 sec. 2025-08-30 04:19:30 01275_alter_rename_column_default_expr: [ OK ] 0.32 sec. 2025-08-30 04:19:30 02941_variant_type_1: [ OK ] 5.54 sec. 2025-08-30 04:19:30 01503_fixed_string_primary_key: [ OK ] 0.17 sec. 2025-08-30 04:19:31 03164_analyzer_global_in_alias: [ OK ] 0.22 sec. 2025-08-30 04:19:31 03045_unknown_identifier_alias_substitution: [ OK ] 0.17 sec. 2025-08-30 04:19:31 00825_protobuf_format_nested_in_nested: [ OK ] 1.67 sec. 2025-08-30 04:19:31 02151_replace_regexp_all_empty_match_alternative: [ OK ] 0.17 sec. 2025-08-30 04:19:32 00531_client_ignore_error: [ OK ] 0.62 sec. 2025-08-30 04:19:32 02098_with_types_use_header: [ OK ] 2.23 sec. 2025-08-30 04:19:32 00578_merge_table_and_table_virtual_column: [ OK ] 0.32 sec. 2025-08-30 04:19:33 01411_from_unixtime: [ OK ] 0.27 sec. 2025-08-30 04:19:33 02346_inverted_index_experimental_flag: [ OK ] 0.32 sec. 2025-08-30 04:19:34 02956_rocksdb_with_ttl: [ OK ] 3.19 sec. 2025-08-30 04:19:34 03095_merge_and_buffer_tables: [ OK ] 0.32 sec. 2025-08-30 04:19:35 01103_optimize_drop_race_zookeeper: [ OK ] 15.43 sec. 2025-08-30 04:19:35 00855_join_with_array_join: [ OK ] 0.32 sec. 2025-08-30 04:19:35 00647_select_numbers_with_offset: [ OK ] 0.12 sec. 2025-08-30 04:19:35 03156_nullable_number_tips: [ OK ] 0.22 sec. 2025-08-30 04:19:35 01560_monotonicity_check_multiple_args_bug: [ OK ] 0.12 sec. 2025-08-30 04:19:35 03073_analyzer_alias_as_column_name: [ OK ] 0.17 sec. 2025-08-30 04:19:35 02286_function_wyhash: [ OK ] 0.17 sec. 2025-08-30 04:19:36 02504_regexp_dictionary_table_source: [ OK ] 1.21 sec. 2025-08-30 04:19:37 01680_predicate_pushdown_union_distinct_subquery: [ OK ] 0.12 sec. 2025-08-30 04:19:37 00524_time_intervals_months_underflow: [ OK ] 0.32 sec. 2025-08-30 04:19:37 02366_cancel_write_into_file: [ OK ] 4.50 sec. 2025-08-30 04:19:37 02457_insert_select_progress_http: [ OK ] 0.32 sec. 2025-08-30 04:19:37 01813_quantileBfloat16_nans: [ OK ] 0.12 sec. 2025-08-30 04:19:37 02180_group_by_lowcardinality: [ OK ] 0.12 sec. 2025-08-30 04:19:37 02661_read_from_archive_tarxz: [ OK ] 4.94 sec. 2025-08-30 04:19:38 01867_support_datetime64_version_column: [ OK ] 0.22 sec. 2025-08-30 04:19:38 02896_illegal_sampling: [ OK ] 0.12 sec. 2025-08-30 04:19:38 00213_multiple_global_in: [ OK ] 0.17 sec. 2025-08-30 04:19:38 00202_cross_join: [ OK ] 0.12 sec. 2025-08-30 04:19:38 02916_set_formatting: [ OK ] 0.17 sec. 2025-08-30 04:19:38 03198_orc_read_time_zone: [ OK ] 0.82 sec. 2025-08-30 04:19:38 01044_h3_edge_angle: [ OK ] 0.12 sec. 2025-08-30 04:19:38 01047_window_view_parser_inner_table: [ OK ] 0.62 sec. 2025-08-30 04:19:38 03199_queries_with_new_analyzer: [ OK ] 0.17 sec. 2025-08-30 04:19:39 00341_squashing_insert_select2: [ OK ] 0.22 sec. 2025-08-30 04:19:39 01236_graphite_mt: [ OK ] 0.22 sec. 2025-08-30 04:19:39 01676_clickhouse_client_autocomplete: [ OK ] 3.53 sec. 2025-08-30 04:19:39 00882_multiple_join_no_alias: [ OK ] 0.17 sec. 2025-08-30 04:19:39 01957_heredoc_more: [ OK ] 0.17 sec. 2025-08-30 04:19:39 02560_tuple_format: [ OK ] 0.42 sec. 2025-08-30 04:19:40 02675_profile_events_from_query_log_and_client: [ OK ] 1.42 sec. 2025-08-30 04:19:40 02801_backup_native_copy: [ OK ] 2.03 sec. 2025-08-30 04:19:40 02587_csv_big_numbers_inference: [ OK ] 0.12 sec. 2025-08-30 04:19:40 00926_adaptive_index_granularity_merge_tree: [ OK ] 0.97 sec. 2025-08-30 04:19:40 01404_roundUpToPowerOfTwoOrZero_safety: [ OK ] 0.12 sec. 2025-08-30 04:19:41 02023_nullable_int_uint_where: [ OK ] 0.17 sec. 2025-08-30 04:19:41 02437_drop_mv_restart_replicas: [ OK ] 16.38 sec. 2025-08-30 04:19:41 03229_json_structure_comparison: [ OK ] 0.17 sec. 2025-08-30 04:19:41 00353_join_by_tuple: [ OK ] 0.12 sec. 2025-08-30 04:19:41 02449_check_dependencies_and_table_shutdown: [ OK ] 0.27 sec. 2025-08-30 04:19:41 00647_histogram_negative: [ OK ] 0.17 sec. 2025-08-30 04:19:41 02477_invalid_reads: [ OK ] 0.37 sec. 2025-08-30 04:19:41 00364_java_style_denormals: [ OK ] 0.12 sec. 2025-08-30 04:19:42 00458_merge_type_cast: [ OK ] 0.47 sec. 2025-08-30 04:19:42 02286_convert_decimal_type: [ OK ] 0.17 sec. 2025-08-30 04:19:42 00046_stored_aggregates_simple: [ OK ] 0.22 sec. 2025-08-30 04:19:42 02293_http_header_summary_contains_exception_code_with_progress: [ OK ] 2.28 sec. 2025-08-30 04:19:43 03006_parallel_replicas_prewhere: [ OK ] 0.22 sec. 2025-08-30 04:19:43 01338_long_select_and_alter_zookeeper: [ OK ] 12.86 sec. 2025-08-30 04:19:43 00413_distinct: [ OK ] 0.17 sec. 2025-08-30 04:19:43 01710_projection_with_mixed_pipeline: [ OK ] 0.17 sec. 2025-08-30 04:19:43 02071_lower_upper_utf8_row_overlaps: [ OK ] 0.17 sec. 2025-08-30 04:19:43 01561_clickhouse_client_stage: [ OK ] 0.82 sec. 2025-08-30 04:19:43 01277_buffer_column_order: [ OK ] 0.22 sec. 2025-08-30 04:19:43 00282_merging: [ OK ] 0.52 sec. 2025-08-30 04:19:44 02366_direct_dictionary_dict_has: [ OK ] 0.22 sec. 2025-08-30 04:19:44 02149_external_schema_inference: [ OK ] 2.63 sec. 2025-08-30 04:19:44 02918_template_format_deadlock: [ OK ] 0.42 sec. 2025-08-30 04:19:44 02721_url_cluster: [ OK ] 0.37 sec. 2025-08-30 04:19:44 01495_subqueries_in_with_statement_3: [ OK ] 0.22 sec. 2025-08-30 04:19:44 00528_const_of_nullable: [ OK ] 0.17 sec. 2025-08-30 04:19:44 03061_analyzer_alias_as_right_key_in_join: [ OK ] 0.17 sec. 2025-08-30 04:19:44 01021_create_as_select: [ OK ] 0.17 sec. 2025-08-30 04:19:45 03144_asof_join_ddb_doubles: [ OK ] 0.22 sec. 2025-08-30 04:19:45 00957_format_with_clashed_aliases: [ OK ] 0.32 sec. 2025-08-30 04:19:45 03017_analyzer_groupby_fuzz_61600: [ OK ] 0.17 sec. 2025-08-30 04:19:45 02534_keyed_siphash: [ OK ] 1.58 sec. 2025-08-30 04:19:45 02725_any_join_single_row: [ OK ] 0.22 sec. 2025-08-30 04:19:45 02352_interactive_queries_from_file: [ OK ] 0.47 sec. 2025-08-30 04:19:45 01461_query_start_time_microseconds: [ OK ] 0.42 sec. 2025-08-30 04:19:46 00574_empty_strings_deserialization: [ OK ] 0.98 sec. 2025-08-30 04:19:46 03145_asof_join_ddb_inequalities: [ OK ] 0.22 sec. 2025-08-30 04:19:46 00850_global_join_dups: [ OK ] 0.32 sec. 2025-08-30 04:19:46 01070_h3_to_string: [ OK ] 0.12 sec. 2025-08-30 04:19:46 01307_bloom_filter_index_string_multi_granulas: [ OK ] 0.17 sec. 2025-08-30 04:19:46 01090_zookeeper_mutations_and_insert_quorum_long: [ OK ] 0.72 sec. 2025-08-30 04:19:46 00151_tuple_with_array: [ OK ] 0.12 sec. 2025-08-30 04:19:46 00720_combinations_of_aggregate_combinators: [ OK ] 0.17 sec. 2025-08-30 04:19:47 03093_reading_bug_with_parallel_replicas: [ OK ] 0.32 sec. 2025-08-30 04:19:47 01839_join_to_subqueries_rewriter_columns_matcher: [ OK ] 0.12 sec. 2025-08-30 04:19:47 02802_clickhouse_disks_s3_copy: [ OK ] 0.82 sec. 2025-08-30 04:19:47 01666_blns_long: [ OK ] 0.62 sec. 2025-08-30 04:19:47 02229_client_stop_multiquery_in_SIGINT: [ OK ] 8.50 sec. 2025-08-30 04:19:48 00506_shard_global_in_union: [ OK ] 0.27 sec. 2025-08-30 04:19:48 01825_type_json_missed_values: [ OK ] 0.23 sec. 2025-08-30 04:19:48 02785_text_with_whitespace_tab_field_delimiter: [ OK ] 1.22 sec. 2025-08-30 04:19:48 01933_client_replxx_convert_history: [ OK ] 0.47 sec. 2025-08-30 04:19:48 00981_in_subquery_with_tuple: [ OK ] 1.37 sec. 2025-08-30 04:19:48 00596_limit_on_expanded_ast: [ OK ] 0.42 sec. 2025-08-30 04:19:49 00318_pk_tuple_order: [ OK ] 0.37 sec. 2025-08-30 04:19:49 02575_merge_prewhere_ephemeral: [ OK ] 0.17 sec. 2025-08-30 04:19:49 01514_parallel_formatting: [ OK ] 2.02 sec. 2025-08-30 04:19:49 00646_weird_mmx: [ OK ] 0.17 sec. 2025-08-30 04:19:49 01284_fuzz_bits: [ OK ] 0.27 sec. 2025-08-30 04:19:49 01785_parallel_formatting_memory: [ OK ] 0.62 sec. 2025-08-30 04:19:49 02321_nested_short_circuit_functions: [ OK ] 0.17 sec. 2025-08-30 04:19:49 00372_cors_header: [ OK ] 0.37 sec. 2025-08-30 04:19:49 00633_func_or_in: [ OK ] 0.17 sec. 2025-08-30 04:19:49 02552_analyzer_optimize_group_by_function_keys_crash: [ OK ] 0.12 sec. 2025-08-30 04:19:49 00506_union_distributed: [ OK ] 0.32 sec. 2025-08-30 04:19:49 01258_bom_tsv: [ OK ] 0.37 sec. 2025-08-30 04:19:49 00178_function_replicate: [ OK ] 0.12 sec. 2025-08-30 04:19:50 01440_big_int_arithm: [ OK ] 0.32 sec. 2025-08-30 04:19:50 02790_optimize_skip_unused_shards_join: [ OK ] 0.17 sec. 2025-08-30 04:19:50 01034_JSONCompactEachRow: [ OK ] 0.42 sec. 2025-08-30 04:19:50 02366_kql_tabular: [ OK ] 0.32 sec. 2025-08-30 04:19:50 02801_transform_nullable: [ OK ] 0.17 sec. 2025-08-30 04:19:50 00112_shard_totals_after_having: [ OK ] 0.17 sec. 2025-08-30 04:19:50 02496_from_unixtime_in_joda_syntax: [ OK ] 0.32 sec. 2025-08-30 04:19:50 01277_convert_field_to_type_logical_error: [ OK ] 0.12 sec. 2025-08-30 04:19:50 01525_select_with_offset_fetch_clause: [ OK ] 0.17 sec. 2025-08-30 04:19:51 00927_asof_join_long: [ OK ] 6.74 sec. 2025-08-30 04:19:51 01555_system_distribution_queue_mask: [ OK ] 0.27 sec. 2025-08-30 04:19:51 03170_part_offset_as_table_column: [ OK ] 0.17 sec. 2025-08-30 04:19:51 01452_normalized_query_hash: [ OK ] 0.17 sec. 2025-08-30 04:19:51 01765_move_to_table_overlapping_block_number: [ OK ] 0.17 sec. 2025-08-30 04:19:52 02834_remote_session_log: [ OK ] 2.58 sec. 2025-08-30 04:19:52 02193_async_insert_tcp_client_1: [ OK ] 2.17 sec. 2025-08-30 04:19:52 02568_json_array_length: [ OK ] 0.22 sec. 2025-08-30 04:19:52 02815_fix_not_found_constants_col_in_block: [ OK ] 0.17 sec. 2025-08-30 04:19:52 02688_aggregate_states: [ OK ] 0.22 sec. 2025-08-30 04:19:53 02968_mysql_show_warnings: [ OK ] 0.57 sec. 2025-08-30 04:19:53 03237_get_subcolumn_low_cardinality_column: [ OK ] 0.12 sec. 2025-08-30 04:19:53 00490_special_line_separators_and_characters_outside_of_bmp: [ OK ] 0.17 sec. 2025-08-30 04:19:53 02535_json_bson_each_row_curl: [ OK ] 0.87 sec. 2025-08-30 04:19:53 02463_julian_day_ubsan: [ OK ] 0.12 sec. 2025-08-30 04:19:54 01710_projection_fetch_long: [ OK ] 0.47 sec. 2025-08-30 04:19:54 00731_long_merge_tree_select_opened_files: [ OK ] 3.43 sec. 2025-08-30 04:19:54 01678_great_circle_angle: [ OK ] 0.17 sec. 2025-08-30 04:19:54 02381_analyzer_join_final: [ OK ] 0.22 sec. 2025-08-30 04:19:54 02785_date_predicate_optimizations_ast_query_tree_rewrite: [ OK ] 0.37 sec. 2025-08-30 04:19:54 00104_totals_having_mode: [ OK ] 0.27 sec. 2025-08-30 04:19:55 01418_query_scope_constants_and_remote: [ OK ] 0.17 sec. 2025-08-30 04:19:55 00997_set_index_array: [ OK ] 0.62 sec. 2025-08-30 04:19:55 00753_comment_columns_zookeeper: [ OK ] 0.22 sec. 2025-08-30 04:19:55 02995_bad_formatting_union_intersect: [ OK ] 0.12 sec. 2025-08-30 04:19:55 02458_relax_too_many_parts: [ OK ] 0.32 sec. 2025-08-30 04:19:56 03130_analyzer_array_join_prefer_column: [ OK ] 0.17 sec. 2025-08-30 04:19:56 01290_max_execution_speed_distributed: [ OK ] 2.38 sec. 2025-08-30 04:19:56 03215_grant_current_grants: [ OK ] 1.12 sec. 2025-08-30 04:19:56 02280_add_query_level_settings: [ OK ] 0.17 sec. 2025-08-30 04:19:56 02536_date_from_number_inference_fix: [ OK ] 0.12 sec. 2025-08-30 04:19:56 02514_if_with_lazy_low_cardinality: [ OK ] 0.17 sec. 2025-08-30 04:19:56 01474_bad_global_join: [ OK ] 0.17 sec. 2025-08-30 04:19:56 01064_pm_all_join_const_and_nullable: [ OK ] 0.37 sec. 2025-08-30 04:19:57 02185_arraySlice_negative_offset_size: [ OK ] 0.17 sec. 2025-08-30 04:19:57 01560_cancel_agg_func_combinator_native_name_constraint: [ OK ] 0.17 sec. 2025-08-30 04:19:57 01311_comparison_with_constant_string: [ OK ] 0.22 sec. 2025-08-30 04:19:57 01406_carriage_return_in_tsv_csv: [ OK ] 0.92 sec. 2025-08-30 04:19:57 00280_hex_escape_sequence: [ OK ] 0.12 sec. 2025-08-30 04:19:57 01648_mutations_and_escaping: [ OK ] 6.04 sec. 2025-08-30 04:19:57 02713_ip4_uint_compare: [ OK ] 0.12 sec. 2025-08-30 04:19:57 01780_column_sparse_alter: [ OK ] 0.22 sec. 2025-08-30 04:19:58 01674_where_prewhere_array_crash: [ OK ] 0.12 sec. 2025-08-30 04:19:58 01674_filter_by_uint8: [ OK ] 0.17 sec. 2025-08-30 04:19:58 00940_order_by_read_in_order_query_plan: [ OK ] 0.72 sec. 2025-08-30 04:19:58 03162_dynamic_type_nested: [ OK ] 0.17 sec. 2025-08-30 04:19:58 02540_analyzer_matcher_alias_materialized_columns: [ OK ] 0.17 sec. 2025-08-30 04:19:58 00927_asof_join_other_types: [ OK ] 0.72 sec. 2025-08-30 04:19:58 00927_disable_hyperscan: [ OK ] 0.22 sec. 2025-08-30 04:19:58 02861_index_set_incorrect_args: [ OK ] 0.17 sec. 2025-08-30 04:19:58 02950_reading_array_tuple_subcolumns: [ OK ] 0.32 sec. 2025-08-30 04:19:59 01548_uncomparable_columns_in_keys: [ OK ] 0.12 sec. 2025-08-30 04:19:59 01720_join_implicit_cast: [ OK ] 0.77 sec. 2025-08-30 04:19:59 01659_h3_buffer_overflow: [ OK ] 0.22 sec. 2025-08-30 04:19:59 03226_alter_update_dynamic_json_not_supported: [ OK ] 0.12 sec. 2025-08-30 04:19:59 02815_logical_error_cannot_get_column_name_of_set: [ OK ] 0.12 sec. 2025-08-30 04:19:59 02932_set_ttl_where: [ OK ] 3.68 sec. 2025-08-30 04:19:59 02916_local_insert_into_function: [ OK ] 0.42 sec. 2025-08-30 04:20:00 02016_aggregation_spark_bar: [ OK ] 0.42 sec. 2025-08-30 04:20:00 01523_date_time_compare_with_date_literal: [ OK ] 0.42 sec. 2025-08-30 04:20:00 02751_text_formats_bad_nullable_parsing: [ OK ] 1.12 sec. 2025-08-30 04:20:00 02425_categorical_information_value_properties: [ OK ] 0.22 sec. 2025-08-30 04:20:00 01231_operator_null_in: [ OK ] 1.67 sec. 2025-08-30 04:20:00 02124_clickhouse_dictionary_with_predefined_configuration: [ OK ] 0.17 sec. 2025-08-30 04:20:00 01570_aggregator_combinator_simple_state: [ OK ] 0.22 sec. 2025-08-30 04:20:00 01430_modify_sample_by_zookeeper_long: [ OK ] 0.52 sec. 2025-08-30 04:20:01 00926_adaptive_index_granularity_pk: [ OK ] 0.47 sec. 2025-08-30 04:20:01 01825_type_json_15: [ OK ] 1.02 sec. 2025-08-30 04:20:01 01825_type_json_in_other_types: [ OK ] 1.42 sec. 2025-08-30 04:20:02 03145_non_loaded_projection_backup: [ OK ] 1.32 sec. 2025-08-30 04:20:02 03036_dynamic_read_shared_subcolumns_small: [ OK ] 0.87 sec. 2025-08-30 04:20:02 02911_add_index_and_materialize_index: [ OK ] 0.12 sec. 2025-08-30 04:20:02 00720_with_cube: [ OK ] 0.17 sec. 2025-08-30 04:20:02 01037_zookeeper_check_table_empty_pk: [ OK ] 0.22 sec. 2025-08-30 04:20:02 01039_test_setting_parse: [ OK ] 0.22 sec. 2025-08-30 04:20:03 00177_inserts_through_http_parts: [ OK ] 0.47 sec. 2025-08-30 04:20:03 02514_null_dictionary_source: [ OK ] 0.17 sec. 2025-08-30 04:20:03 00435_coalesce: [ OK ] 0.17 sec. 2025-08-30 04:20:05 01910_view_dictionary_check_refresh: [ OK ] 24.25 sec. 2025-08-30 04:20:05 02706_array_map_tuples: [ OK ] 0.17 sec. 2025-08-30 04:20:05 03126_column_not_under_group_by: [ OK ] 0.12 sec. 2025-08-30 04:20:05 02713_sequence_match_serialization_fix: [ OK ] 0.17 sec. 2025-08-30 04:20:05 02003_memory_limit_in_client: [ OK ] 2.98 sec. 2025-08-30 04:20:05 00969_columns_clause: [ OK ] 0.22 sec. 2025-08-30 04:20:06 01923_ttl_with_modify_column: [ OK ] 0.27 sec. 2025-08-30 04:20:06 01520_client_print_query_id: [ OK ] 0.47 sec. 2025-08-30 04:20:06 00911_tautological_compare: [ OK ] 0.12 sec. 2025-08-30 04:20:06 01457_min_index_granularity_bytes_setting: [ OK ] 0.17 sec. 2025-08-30 04:20:06 00800_low_cardinality_empty_array: [ OK ] 0.17 sec. 2025-08-30 04:20:06 02167_format_from_file_extension: [ OK ] 4.88 sec. 2025-08-30 04:20:06 02861_replacing_merge_tree_with_cleanup: [ OK ] 0.22 sec. 2025-08-30 04:20:06 02969_analyzer_eliminate_injective_functions: [ OK ] 0.17 sec. 2025-08-30 04:20:07 02416_in_set_same_ast_diff_columns: [ OK ] 0.12 sec. 2025-08-30 04:20:07 02526_kv_engine_different_filter_type: [ OK ] 0.27 sec. 2025-08-30 04:20:07 02480_interval_casting_and_subquery: [ OK ] 0.23 sec. 2025-08-30 04:20:07 02995_preliminary_filters_duplicated_columns: [ OK ] 0.17 sec. 2025-08-30 04:20:07 03014_analyzer_groupby_fuzz_60317: [ OK ] 0.12 sec. 2025-08-30 04:20:07 00411_long_accurate_number_comparison_int3: [ OK ] 3.78 sec. 2025-08-30 04:20:07 00274_shard_group_array: [ OK ] 0.17 sec. 2025-08-30 04:20:07 03218_materialize_msan: [ OK ] 0.17 sec. 2025-08-30 04:20:07 03023_remove_unused_column_distinct: [ OK ] 0.12 sec. 2025-08-30 04:20:07 01700_point_in_polygon_ubsan: [ OK ] 0.12 sec. 2025-08-30 04:20:07 00668_compare_arrays_silviucpp: [ OK ] 0.17 sec. 2025-08-30 04:20:07 02429_combinators_in_array_reduce: [ OK ] 0.17 sec. 2025-08-30 04:20:08 01259_dictionary_custom_settings_ddl: [ OK ] 0.22 sec. 2025-08-30 04:20:08 02476_query_parameters_insert: [ OK ] 0.17 sec. 2025-08-30 04:20:08 01429_empty_arrow_and_parquet: [ OK ] 2.33 sec. 2025-08-30 04:20:08 02354_vector_search_unquoted_index_parameters: [ OK ] 0.17 sec. 2025-08-30 04:20:08 02346_fulltext_index_old_name: [ OK ] 0.22 sec. 2025-08-30 04:20:08 02221_system_zookeeper_unrestricted_like: [ OK ] 1.37 sec. 2025-08-30 04:20:09 02597_column_delete_and_replication: [ OK ] 1.22 sec. 2025-08-30 04:20:09 00802_system_parts_with_datetime_partition: [ OK ] 0.27 sec. 2025-08-30 04:20:09 02791_final_block_structure_mismatch_bug: [ OK ] 0.32 sec. 2025-08-30 04:20:09 00568_empty_function_with_fixed_string: [ OK ] 0.17 sec. 2025-08-30 04:20:09 02112_delayed_clickhouse_client_with_queries_file: [ OK ] 0.47 sec. 2025-08-30 04:20:09 01114_database_atomic: [ OK ] 46.94 sec. 2025-08-30 04:20:09 00854_multiple_join_asterisks: [ OK ] 0.17 sec. 2025-08-30 04:20:10 00823_capnproto_input: [ OK ] 0.82 sec. 2025-08-30 04:20:10 02812_bug_with_unused_join_columns: [ OK ] 0.17 sec. 2025-08-30 04:20:10 01475_read_subcolumns_2: [ OK ] 0.22 sec. 2025-08-30 04:20:10 01845_add_testcase_for_arrayElement: [ OK ] 0.22 sec. 2025-08-30 04:20:10 00055_join_two_numbers: [ OK ] 0.12 sec. 2025-08-30 04:20:10 02952_binary: [ OK ] 0.32 sec. 2025-08-30 04:20:10 02163_shard_num: [ OK ] 0.22 sec. 2025-08-30 04:20:10 01597_columns_list_ignored: [ OK ] 0.47 sec. 2025-08-30 04:20:10 01472_toBoundsOfInterval_disallow_empty_tz_field: [ OK ] 0.42 sec. 2025-08-30 04:20:11 02315_grouping_constant_folding: [ OK ] 0.17 sec. 2025-08-30 04:20:11 03231_dynamic_incomplete_type_insert_bug: [ OK ] 0.17 sec. 2025-08-30 04:20:11 00738_nested_merge_multidimensional_array: [ OK ] 0.17 sec. 2025-08-30 04:20:11 01732_alters_bad_conversions: [ OK ] 0.22 sec. 2025-08-30 04:20:11 01710_minmax_count_projection_distributed_query: [ OK ] 0.17 sec. 2025-08-30 04:20:11 01852_cast_operator_3: [ OK ] 0.17 sec. 2025-08-30 04:20:11 03006_parallel_replicas_cte_explain_syntax_crash: [ OK ] 0.17 sec. 2025-08-30 04:20:11 01512_create_replicate_merge_tree_one_arg: [ OK ] 0.12 sec. 2025-08-30 04:20:12 00588_shard_distributed_prewhere: [ OK ] 0.17 sec. 2025-08-30 04:20:12 02022_bzip2_truncated: [ OK ] 0.97 sec. 2025-08-30 04:20:12 00412_logical_expressions_optimizer: [ OK ] 0.17 sec. 2025-08-30 04:20:13 02221_system_zookeeper_unrestricted: [ OK ] 1.12 sec. 2025-08-30 04:20:13 02122_parallel_formatting_JSONCompactEachRowWithNames: [ OK ] 1.17 sec. 2025-08-30 04:20:13 00098_8_union_all: [ OK ] 0.12 sec. 2025-08-30 04:20:13 02722_log_profile_events: [ OK ] 0.12 sec. 2025-08-30 04:20:13 03063_analyzer_multi_join_wrong_table_specifier: [ OK ] 0.17 sec. 2025-08-30 04:20:14 02584_compressor_codecs: [ OK ] 0.67 sec. 2025-08-30 04:20:14 01305_polygons_union: [ OK ] 0.22 sec. 2025-08-30 04:20:14 02588_parquet_bug: [ OK ] 0.62 sec. 2025-08-30 04:20:14 03033_tupleIntXYZ_and_tupleModulo: [ OK ] 0.27 sec. 2025-08-30 04:20:14 02716_drop_if_empty: [ OK ] 0.22 sec. 2025-08-30 04:20:14 02022_array_full_text_bloom_filter_index: [ OK ] 0.27 sec. 2025-08-30 04:20:15 02357_query_cancellation_race: [ OK ] 5.94 sec. 2025-08-30 04:20:15 01785_pmj_lc_bug: [ OK ] 0.17 sec. 2025-08-30 04:20:15 01372_wrong_order_by_removal: [ OK ] 0.12 sec. 2025-08-30 04:20:15 02494_array_function_range: [ OK ] 0.17 sec. 2025-08-30 04:20:15 01604_explain_ast_of_nonselect_query: [ OK ] 0.17 sec. 2025-08-30 04:20:15 01445_create_table_as_table_function: [ OK ] 0.57 sec. 2025-08-30 04:20:15 02024_storage_filelog_mv: [ OK ] 5.13 sec. 2025-08-30 04:20:15 03201_avro_negative_block_size_arrays: [ OK ] 0.52 sec. 2025-08-30 04:20:15 01069_database_memory: [ OK ] 0.17 sec. 2025-08-30 04:20:15 02689_meaningless_data_types: [ OK ] 0.17 sec. 2025-08-30 04:20:16 00108_shard_totals_after_having: [ OK ] 0.22 sec. 2025-08-30 04:20:16 00751_low_cardinality_nullable_group_by: [ OK ] 0.67 sec. 2025-08-30 04:20:16 01050_window_view_parser_tumble: [ OK ] 0.32 sec. 2025-08-30 04:20:16 02014_storage_merge_order_by: [ OK ] 0.32 sec. 2025-08-30 04:20:16 02346_additional_filters: [ OK ] 0.52 sec. 2025-08-30 04:20:16 01201_read_single_thread_in_order: [ OK ] 1.33 sec. 2025-08-30 04:20:17 02389_dashboard: [ OK ] 0.37 sec. 2025-08-30 04:20:17 00106_totals_after_having: [ OK ] 0.17 sec. 2025-08-30 04:20:17 01518_cast_nullable_virtual_system_column: [ OK ] 0.17 sec. 2025-08-30 04:20:17 01457_order_by_nulls_first: [ OK ] 0.22 sec. 2025-08-30 04:20:18 02786_max_execution_time_leaf: [ OK ] 2.13 sec. 2025-08-30 04:20:18 01657_array_element_ubsan: [ OK ] 0.17 sec. 2025-08-30 04:20:18 01825_type_json_6: [ OK ] 0.92 sec. 2025-08-30 04:20:19 02981_insert_select_resize_to_max_insert_threads: [ OK ] 0.72 sec. 2025-08-30 04:20:19 00718_format_datetime_1: [ OK ] 0.12 sec. 2025-08-30 04:20:19 02583_map_literal_cast: [ OK ] 0.17 sec. 2025-08-30 04:20:19 00876_wrong_arraj_join_column: [ OK ] 0.17 sec. 2025-08-30 04:20:19 03160_dynamic_type_agg: [ OK ] 0.17 sec. 2025-08-30 04:20:21 02995_index_6: [ OK ] 4.74 sec. 2025-08-30 04:20:21 00376_shard_group_uniq_array_of_int_array: [ OK ] 3.28 sec. 2025-08-30 04:20:22 00961_check_table: [ OK ] 0.27 sec. 2025-08-30 04:20:22 03199_join_with_materialized_column: [ OK ] 0.17 sec. 2025-08-30 04:20:22 01924_argmax_bitmap_state: [ OK ] 0.17 sec. 2025-08-30 04:20:22 00415_into_outfile: [ OK ] 1.18 sec. 2025-08-30 04:20:22 03209_parallel_replicas_order_by_all: [ OK ] 0.22 sec. 2025-08-30 04:20:22 02373_progress_contain_result: [ OK ] 0.37 sec. 2025-08-30 04:20:23 03144_fuzz_quoted_type_name: [ OK ] 0.17 sec. 2025-08-30 04:20:23 01168_mutations_isolation: [ OK ] 6.59 sec. 2025-08-30 04:20:23 02337_base58: [ OK ] 0.17 sec. 2025-08-30 04:20:23 00622_select_in_parens: [ OK ] 0.17 sec. 2025-08-30 04:20:23 03155_in_nested_subselects: [ OK ] 0.18 sec. 2025-08-30 04:20:23 01070_h3_to_children: [ OK ] 0.17 sec. 2025-08-30 04:20:23 03002_modify_query_cte: [ OK ] 0.17 sec. 2025-08-30 04:20:23 03173_parallel_replicas_join_bug: [ OK ] 0.93 sec. 2025-08-30 04:20:24 02674_trivial_count_analyzer: [ OK ] 0.38 sec. 2025-08-30 04:20:24 01064_incremental_streaming_from_2_src_with_feedback: [ OK ] 0.87 sec. 2025-08-30 04:20:24 03010_view_prewhere_in: [ OK ] 0.18 sec. 2025-08-30 04:20:24 00727_concat: [ OK ] 0.57 sec. 2025-08-30 04:20:25 01655_window_functions_bug: [ OK ] 0.17 sec. 2025-08-30 04:20:25 01353_nullable_tuple: [ OK ] 0.63 sec. 2025-08-30 04:20:26 02160_special_functions: [ OK ] 0.27 sec. 2025-08-30 04:20:26 01601_custom_tld: [ OK ] 0.48 sec. 2025-08-30 04:20:26 02366_union_decimal_conversion: [ OK ] 0.22 sec. 2025-08-30 04:20:27 01034_move_partition_from_table_zookeeper: [ OK ] 36.04 sec. 2025-08-30 04:20:27 00900_long_parquet_load: [ OK ] 19.34 sec. 2025-08-30 04:20:27 01225_drop_dictionary_as_table: [ OK ] 0.17 sec. 2025-08-30 04:20:28 01881_join_on_conditions_merge: [ OK ] 1.03 sec. 2025-08-30 04:20:28 02426_create_suspicious_fixed_string: [ OK ] 0.17 sec. 2025-08-30 04:20:28 01765_tehran_dst: [ OK ] 0.18 sec. 2025-08-30 04:20:28 00098_h_union_all: [ OK ] 0.17 sec. 2025-08-30 04:20:28 02560_quantile_min_max: [ OK ] 0.18 sec. 2025-08-30 04:20:29 00294_shard_enums: [ OK ] 0.52 sec. 2025-08-30 04:20:29 02834_array_exists_segfault: [ OK ] 0.12 sec. 2025-08-30 04:20:29 02209_short_circuit_node_without_parents: [ OK ] 0.18 sec. 2025-08-30 04:20:29 00502_custom_partitioning_replicated_zookeeper_long: [ OK ] 1.54 sec. 2025-08-30 04:20:30 00564_enum_order: [ OK ] 0.42 sec. 2025-08-30 04:20:30 00140_prewhere_column_order: [ OK ] 0.17 sec. 2025-08-30 04:20:30 01710_projections_group_by_no_key: [ OK ] 0.22 sec. 2025-08-30 04:20:30 00661_optimize_final_replicated_without_partition_zookeeper: [ OK ] 0.42 sec. 2025-08-30 04:20:31 02751_parallel_replicas_bug_chunkinfo_not_set: [ OK ] 0.18 sec. 2025-08-30 04:20:31 02125_query_views_log: [ OK ] 0.62 sec. 2025-08-30 04:20:32 01012_serialize_array_memory_usage: [ OK ] 0.32 sec. 2025-08-30 04:20:33 00909_kill_not_initialized_query: [ OK ] 6.55 sec. 2025-08-30 04:20:36 02221_parallel_replicas_bug: [ OK ] 1.59 sec. 2025-08-30 04:20:36 03166_mv_prewhere_duplicating_name_bug: [ OK ] 0.23 sec. 2025-08-30 04:20:37 01803_untuple_subquery: [ OK ] 0.18 sec. 2025-08-30 04:20:37 01580_column_const_comparision: [ OK ] 0.17 sec. 2025-08-30 04:20:37 02817_structure_to_schema: [ OK ] 7.75 sec. 2025-08-30 04:20:38 01373_summing_merge_tree_exclude_partition_key: [ OK ] 0.64 sec. 2025-08-30 04:20:38 02403_big_http_chunk_size: [ OK ] 0.47 sec. 2025-08-30 04:20:38 01801_approx_total_rows_mergetree_reverse: [ OK ] 0.17 sec. 2025-08-30 04:20:38 02967_http_compressed: [ OK ] 0.47 sec. 2025-08-30 04:20:38 01518_select_in_null: [ OK ] 0.83 sec. 2025-08-30 04:20:39 00098_c_union_all: [ OK ] 0.17 sec. 2025-08-30 04:20:39 00203_full_join: [ OK ] 0.47 sec. 2025-08-30 04:20:39 00097_long_storage_buffer_race_condition: [ OK ] 15.01 sec. 2025-08-30 04:20:40 01087_index_set_ubsan: [ OK ] 0.17 sec. 2025-08-30 04:20:40 01655_agg_if_nullable: [ OK ] 0.22 sec. 2025-08-30 04:20:40 01346_array_join_mrxotey: [ OK ] 0.22 sec. 2025-08-30 04:20:40 03221_merge_profile_events: [ OK ] 1.68 sec. 2025-08-30 04:20:41 02267_insert_empty_data: [ OK ] 0.12 sec. 2025-08-30 04:20:41 00070_insert_fewer_columns_http: [ OK ] 0.63 sec. 2025-08-30 04:20:41 01701_if_tuple_segfault: [ OK ] 0.37 sec. 2025-08-30 04:20:41 02049_lowcardinality_shortcircuit_crash: [ OK ] 0.22 sec. 2025-08-30 04:20:41 01514_empty_buffer_different_types: [ OK ] 0.27 sec. 2025-08-30 04:20:42 01451_replicated_detach_drop_part_long: [ OK ] 0.52 sec. 2025-08-30 04:20:42 01018_Distributed__shard_num: [ OK ] 0.43 sec. 2025-08-30 04:20:42 02416_rocksdb_delete_update: [ OK ] 0.38 sec. 2025-08-30 04:20:42 01009_global_array_join_names: [ OK ] 0.17 sec. 2025-08-30 04:20:42 02461_mullable_pk_monotonicity_bug: [ OK ] 0.53 sec. 2025-08-30 04:20:43 01774_ip_address_in_range: [ OK ] 0.42 sec. 2025-08-30 04:20:43 02501_limits_on_result_for_view: [ OK ] 0.23 sec. 2025-08-30 04:20:43 02540_duplicate_primary_key2: [ OK ] 0.17 sec. 2025-08-30 04:20:43 01034_with_fill_and_push_down_predicate: [ OK ] 0.17 sec. 2025-08-30 04:20:44 01440_big_int_exotic_casts: [ OK ] 0.43 sec. 2025-08-30 04:20:44 01600_select_in_different_types: [ OK ] 0.43 sec. 2025-08-30 04:20:45 03236_squashing_high_memory: [ OK ] 21.32 sec. 2025-08-30 04:20:45 00286_format_long_negative_float: [ OK ] 0.17 sec. 2025-08-30 04:20:45 02240_get_type_serialization_streams: [ OK ] 0.22 sec. 2025-08-30 04:20:45 00804_test_delta_codec_no_type_alter: [ OK ] 0.17 sec. 2025-08-30 04:20:45 03006_async_insert_deadlock_log: [ OK ] 0.97 sec. 2025-08-30 04:20:46 01813_distributed_scalar_subqueries_alias: [ OK ] 0.27 sec. 2025-08-30 04:20:46 00534_client_ignore_error: [ OK ] 0.83 sec. 2025-08-30 04:20:46 02301_harmful_reexec: [ OK ] 0.67 sec. 2025-08-30 04:20:46 00098_4_union_all: [ OK ] 0.22 sec. 2025-08-30 04:20:47 03146_parameterized_view_with_date: [ OK ] 0.22 sec. 2025-08-30 04:20:47 01543_collate_in_tuple: [ OK ] 0.27 sec. 2025-08-30 04:20:47 01443_merge_truncate_long: [ OK ] 15.72 sec. 2025-08-30 04:20:47 02940_variant_text_deserialization: [ OK ] 1.23 sec. 2025-08-30 04:20:48 02763_jit_compare_functions_nan: [ OK ] 0.28 sec. 2025-08-30 04:20:51 02015_shard_crash_clang_12_build: [ OK ] 31.16 sec. 2025-08-30 04:20:51 01592_toUnixTimestamp_Date: [ OK ] 0.17 sec. 2025-08-30 04:20:51 00080_show_tables_and_system_tables: [ OK ] 0.22 sec. 2025-08-30 04:20:51 01711_cte_subquery_fix: [ OK ] 0.17 sec. 2025-08-30 04:20:51 03041_dynamic_type_check_table: [ OK ] 3.74 sec. 2025-08-30 04:20:51 00753_with_with_single_alias: [ OK ] 0.12 sec. 2025-08-30 04:20:51 02008_aliased_column_distributed_bug: [ OK ] 0.22 sec. 2025-08-30 04:20:52 01533_distinct_depends_on_max_threads: [ OK ] 0.42 sec. 2025-08-30 04:20:52 03215_multilinestring_geometry: [ OK ] 0.17 sec. 2025-08-30 04:20:52 01922_array_join_with_index: [ OK ] 0.17 sec. 2025-08-30 04:20:53 03149_numbers_max_block_size_zero: [ OK ] 0.42 sec. 2025-08-30 04:20:53 02346_fulltext_index_bug52019: [ OK ] 0.22 sec. 2025-08-30 04:20:53 02481_async_insert_dedup_token: [ OK ] 90.17 sec. 2025-08-30 04:20:53 03206_json_parsing_and_formatting: [ OK ] 2.08 sec. 2025-08-30 04:20:54 02233_interpolate_1: [ OK ] 0.37 sec. 2025-08-30 04:20:54 02030_client_unknown_database: [ OK ] 0.42 sec. 2025-08-30 04:20:54 00625_summing_merge_tree_merge: [ OK ] 0.93 sec. 2025-08-30 04:20:54 03036_schema_inference_cache_s3_archives: [ OK ] 0.22 sec. 2025-08-30 04:20:54 02155_h3_to_center_child: [ OK ] 0.52 sec. 2025-08-30 04:20:54 00502_sum_map: [ OK ] 0.42 sec. 2025-08-30 04:20:54 03003_compatibility_setting_bad_value: [ OK ] 0.12 sec. 2025-08-30 04:20:54 01160_table_dependencies: [ OK ] 7.52 sec. 2025-08-30 04:20:55 00934_is_valid_utf8: [ OK ] 0.52 sec. 2025-08-30 04:20:55 01622_constraints_where_optimization: [ OK ] 0.22 sec. 2025-08-30 04:20:55 01353_low_cardinality_join_types: [ OK ] 0.32 sec. 2025-08-30 04:20:55 02768_cse_nested_distributed: [ OK ] 0.22 sec. 2025-08-30 04:20:55 02863_mutation_where_in_set_result_cache_pipeline_stuck_bug: [ OK ] 0.17 sec. 2025-08-30 04:20:55 02577_keepermap_delete_update: [ OK ] 0.27 sec. 2025-08-30 04:20:55 02494_analyzer_cte_resolution_in_subquery_fix: [ OK ] 0.17 sec. 2025-08-30 04:20:55 02250_lots_of_columns_in_csv_with_names: [ OK ] 0.83 sec. 2025-08-30 04:20:55 01906_lc_in_bug: [ OK ] 0.32 sec. 2025-08-30 04:20:55 03208_array_of_json_read_subcolumns_2_wide_merge_tree: [ OK ] 54.08 sec. 2025-08-30 04:20:55 01674_htm_xml_coarse_parse: [ OK ] 0.17 sec. 2025-08-30 04:20:55 02122_4letter_words_stress_zookeeper: [ OK ] 16.50 sec. 2025-08-30 04:20:55 02515_distinct_zero_size_key_bug_44831: [ OK ] 0.12 sec. 2025-08-30 04:20:55 03117_analyzer_same_column_name_as_func: [ OK ] 0.17 sec. 2025-08-30 04:20:56 01355_if_fixed_string: [ OK ] 0.17 sec. 2025-08-30 04:20:56 01753_optimize_aggregation_in_order: [ OK ] 0.47 sec. 2025-08-30 04:20:56 01496_signedness_conversion_monotonicity: [ OK ] 0.18 sec. 2025-08-30 04:20:56 01581_deduplicate_by_columns_replicated_long: [ OK ] 0.47 sec. 2025-08-30 04:20:56 02454_compressed_marks_in_compact_part: [ OK ] 0.17 sec. 2025-08-30 04:20:56 02950_dictionary_ssd_cache_short_circuit: [ OK ] 0.52 sec. 2025-08-30 04:20:56 01603_decimal_mult_float: [ OK ] 0.22 sec. 2025-08-30 04:20:56 03144_aggregate_states_with_different_types: [ OK ] 0.17 sec. 2025-08-30 04:20:56 00625_query_in_form_data: [ OK ] 0.37 sec. 2025-08-30 04:20:56 02386_analyzer_in_function_nested_subqueries: [ OK ] 0.13 sec. 2025-08-30 04:20:56 03148_query_log_used_dictionaries: [ OK ] 0.42 sec. 2025-08-30 04:20:56 00320_between: [ OK ] 0.12 sec. 2025-08-30 04:20:56 01543_toModifiedJulianDay: [ OK ] 0.27 sec. 2025-08-30 04:20:56 00556_remove_columns_from_subquery: [ OK ] 0.17 sec. 2025-08-30 04:20:56 02734_sparse_columns_mutation: [ OK ] 0.22 sec. 2025-08-30 04:20:56 02141_clickhouse_local_interactive_table: [ OK ] 0.47 sec. 2025-08-30 04:20:57 02932_lwd_and_mutations: [ OK ] 0.32 sec. 2025-08-30 04:20:57 01107_tuples_arrays_parsing_exceptions: [ OK ] 0.47 sec. 2025-08-30 04:20:57 02816_has_token_empty: [ OK ] 0.17 sec. 2025-08-30 04:20:57 02126_url_auth: [ OK ] 0.92 sec. 2025-08-30 04:20:57 02151_hash_table_sizes_stats_distributed: [ OK ] 15.09 sec. 2025-08-30 04:20:57 02044_url_glob_parallel: [ OK ] 2.43 sec. 2025-08-30 04:20:57 00834_date_datetime_cmp: [ OK ] 0.12 sec. 2025-08-30 04:20:58 00036_array_element: [ OK ] 0.22 sec. 2025-08-30 04:20:58 02473_map_element_nullable: [ OK ] 0.22 sec. 2025-08-30 04:20:58 03030_system_flush_distributed_settings: [ OK ] 0.72 sec. 2025-08-30 04:20:58 02285_executable_user_defined_function_group_by: [ OK ] 0.67 sec. 2025-08-30 04:20:58 02814_order_by_tuple_window_function: [ OK ] 0.12 sec. 2025-08-30 04:20:58 03033_with_fill_interpolate: [ OK ] 0.17 sec. 2025-08-30 04:20:58 02325_compatibility_setting_2: [ OK ] 0.17 sec. 2025-08-30 04:20:58 01517_select_final_distributed: [ OK ] 0.17 sec. 2025-08-30 04:20:59 02521_cannot_find_column_in_projection: [ OK ] 0.17 sec. 2025-08-30 04:20:59 02998_http_redirects: [ OK ] 0.37 sec. 2025-08-30 04:20:59 02724_delay_mutations: [ OK ] 3.18 sec. 2025-08-30 04:20:59 02803_remote_cannot_clone_block: [ OK ] 0.17 sec. 2025-08-30 04:20:59 03262_analyzer_materialized_view_in_with_cte: [ OK ] 0.17 sec. 2025-08-30 04:20:59 01187_set_profile_as_setting: [ OK ] 0.67 sec. 2025-08-30 04:20:59 01031_pmj_new_any_semi_join: [ OK ] 0.22 sec. 2025-08-30 04:20:59 01144_multiple_joins_rewriter_v2_and_lambdas: [ OK ] 0.17 sec. 2025-08-30 04:20:59 02227_union_match_by_name: [ OK ] 0.17 sec. 2025-08-30 04:20:59 00804_test_custom_compression_codes_log_storages: [ OK ] 0.47 sec. 2025-08-30 04:20:59 00472_create_view_if_not_exists: [ OK ] 0.12 sec. 2025-08-30 04:20:59 00061_merge_tree_alter: [ OK ] 0.37 sec. 2025-08-30 04:20:59 03209_json_type_merges_small: [ OK ] 3.03 sec. 2025-08-30 04:20:59 02953_slow_create_view: [ OK ] 0.17 sec. 2025-08-30 04:20:59 01799_long_uniq_theta_sketch: [ OK ] 2.58 sec. 2025-08-30 04:21:00 02553_type_object_analyzer: [ OK ] 0.17 sec. 2025-08-30 04:21:00 01944_insert_partition_by: [ OK ] 0.22 sec. 2025-08-30 04:21:00 02881_system_detached_parts_modification_time: [ OK ] 0.17 sec. 2025-08-30 04:21:00 02477_age: [ OK ] 0.32 sec. 2025-08-30 04:21:00 01600_multiple_left_join_with_aliases: [ OK ] 0.17 sec. 2025-08-30 04:21:00 01835_alias_to_primary_key_cyfdecyf: [ OK ] 0.17 sec. 2025-08-30 04:21:00 02041_openssl_hash_functions_test: [ OK ] 0.17 sec. 2025-08-30 04:21:00 00700_decimal_round: [ OK ] 0.47 sec. 2025-08-30 04:21:00 01646_rewrite_sum_if_bug: [ OK ] 0.22 sec. 2025-08-30 04:21:00 01592_length_map: [ OK ] 0.17 sec. 2025-08-30 04:21:00 03079_analyzer_numeric_literals_as_column_names: [ OK ] 0.17 sec. 2025-08-30 04:21:00 01071_prohibition_secondary_index_with_old_format_merge_tree: [ OK ] 0.17 sec. 2025-08-30 04:21:00 01083_window_view_select: [ OK ] 1.17 sec. 2025-08-30 04:21:00 03033_analyzer_parametrized_view_alias: [ OK ] 0.17 sec. 2025-08-30 04:21:00 03078_analyzer_multi_scalar_subquery_aliases: [ OK ] 0.17 sec. 2025-08-30 04:21:00 02841_with_clause_resolve: [ OK ] 0.27 sec. 2025-08-30 04:21:00 02189_join_type_conversion: [ OK ] 0.12 sec. 2025-08-30 04:21:00 02165_h3_exact_edge_length_Km: [ OK ] 0.22 sec. 2025-08-30 04:21:00 00508_materialized_view_to: [ OK ] 0.22 sec. 2025-08-30 04:21:00 01926_union_all_schmak: [ OK ] 0.12 sec. 2025-08-30 04:21:01 01825_type_json_nbagames: [ OK ] 2.38 sec. 2025-08-30 04:21:01 01521_format_readable_time_delta2: [ OK ] 0.27 sec. 2025-08-30 04:21:01 00507_sumwithoverflow: [ OK ] 0.22 sec. 2025-08-30 04:21:01 00173_compare_date_time_with_constant_string: [ OK ] 0.37 sec. 2025-08-30 04:21:01 02354_vector_search_legacy_index_compatibility: [ OK ] 0.22 sec. 2025-08-30 04:21:01 02286_tuple_numeric_identifier: [ OK ] 0.22 sec. 2025-08-30 04:21:01 03010_read_system_parts_table_test: [ OK ] 0.17 sec. 2025-08-30 04:21:01 01946_profile_sleep: [ OK ] 0.62 sec. 2025-08-30 04:21:01 02859_replicated_db_name_zookeeper: [ OK ] 1.12 sec. 2025-08-30 04:21:01 01253_subquery_in_aggregate_function_JustStranger: [ OK ] 0.22 sec. 2025-08-30 04:21:01 01868_order_by_fill_with_datetime64: [ OK ] 0.17 sec. 2025-08-30 04:21:01 02710_allow_suspicious_indices: [ OK ] 0.22 sec. 2025-08-30 04:21:01 00980_shard_aggregation_state_deserialization: [ OK ] 0.17 sec. 2025-08-30 04:21:01 02695_logical_optimizer_alias_bug: [ OK ] 0.17 sec. 2025-08-30 04:21:02 02555_davengers_rename_chain: [ OK ] 1.87 sec. 2025-08-30 04:21:02 02354_vector_search_default_granularity: [ OK ] 0.17 sec. 2025-08-30 04:21:02 02483_cuturlparameter_with_arrays: [ OK ] 0.17 sec. 2025-08-30 04:21:02 02294_decimal_second_errors: [ OK ] 0.17 sec. 2025-08-30 04:21:02 01554_row_number_after_cannot_read_all_data: [ OK ] 0.52 sec. 2025-08-30 04:21:02 00400_client_external_options: [ OK ] 0.87 sec. 2025-08-30 04:21:02 00194_identity: [ OK ] 0.23 sec. 2025-08-30 04:21:02 01902_table_function_merge_db_params: [ OK ] 0.23 sec. 2025-08-30 04:21:03 02355_column_type_name_lc: [ OK ] 0.12 sec. 2025-08-30 04:21:03 03039_unknown_identifier_window_function: [ OK ] 0.22 sec. 2025-08-30 04:21:03 01357_result_rows: [ OK ] 0.33 sec. 2025-08-30 04:21:03 00714_create_temporary_table_with_in_clause: [ OK ] 0.18 sec. 2025-08-30 04:21:03 01409_topK_merge: [ OK ] 0.22 sec. 2025-08-30 04:21:04 02767_into_outfile_extensions_msan: [ OK ] 0.59 sec. 2025-08-30 04:21:05 02103_with_names_and_types_parallel_parsing: [ OK ] 2.25 sec. 2025-08-30 04:21:05 02455_count_state_asterisk: [ OK ] 0.23 sec. 2025-08-30 04:21:05 01054_random_printable_ascii_ubsan: [ OK ] 1.33 sec. 2025-08-30 04:21:06 01271_optimize_arithmetic_operations_in_aggr_func_with_alias: [ OK ] 0.24 sec. 2025-08-30 04:21:06 02923_join_use_nulls_modulo: [ OK ] 0.17 sec. 2025-08-30 04:21:07 03246_json_simd_rapid_parsers: [ OK ] 0.88 sec. 2025-08-30 04:21:07 00995_optimize_read_in_order_with_aggregation: [ OK ] 0.17 sec. 2025-08-30 04:21:07 02885_ephemeral_columns_from_file: [ OK ] 1.43 sec. 2025-08-30 04:21:07 01851_clear_column_referenced_by_mv: [ OK ] 0.18 sec. 2025-08-30 04:21:07 00831_quantile_weighted_parameter_check: [ OK ] 0.17 sec. 2025-08-30 04:21:07 01558_ttest: [ OK ] 0.44 sec. 2025-08-30 04:21:07 02006_client_test_hint_error_name: [ OK ] 0.12 sec. 2025-08-30 04:21:11 03173_set_transformed_partition_pruning: [ OK ] 3.35 sec. 2025-08-30 04:21:11 03059_analyzer_join_engine_missing_column: [ OK ] 0.24 sec. 2025-08-30 04:21:12 01213_alter_rename_with_default_zookeeper_long: [ OK ] 0.42 sec. 2025-08-30 04:21:12 02354_with_statement_non_exist_column: [ OK ] 0.17 sec. 2025-08-30 04:21:12 01002_alter_nullable_adaptive_granularity_long: [ OK ] 10.71 sec. 2025-08-30 04:21:12 00558_aggregate_merge_totals_with_arenas: [ OK ] 0.12 sec. 2025-08-30 04:21:12 02714_local_object_storage: [ OK ] 0.23 sec. 2025-08-30 04:21:12 02816_s2_invalid_point: [ OK ] 0.18 sec. 2025-08-30 04:21:12 02805_distributed_queries_timeouts: [ OK ] 24.34 sec. 2025-08-30 04:21:12 02124_buffer_with_type_map_long: [ OK ] 10.65 sec. 2025-08-30 04:21:12 02973_analyzer_join_use_nulls_column_not_found: [ OK ] 0.17 sec. 2025-08-30 04:21:12 01653_tuple_hamming_distance_2: [ OK ] 0.22 sec. 2025-08-30 04:21:12 02337_multiple_joins_original_names: [ OK ] 0.17 sec. 2025-08-30 04:21:12 01713_table_ttl_old_syntax_zookeeper: [ OK ] 0.17 sec. 2025-08-30 04:21:12 02236_json_each_row_empty_map_schema_inference: [ OK ] 0.12 sec. 2025-08-30 04:21:13 01031_semi_anti_join: [ OK ] 0.22 sec. 2025-08-30 04:21:13 00227_quantiles_timing_arbitrary_order: [ OK ] 0.17 sec. 2025-08-30 04:21:13 00098_shard_i_union_all: [ OK ] 0.22 sec. 2025-08-30 04:21:13 01768_array_product: [ OK ] 0.22 sec. 2025-08-30 04:21:13 01549_low_cardinality_mv_fuzz: [ OK ] 0.17 sec. 2025-08-30 04:21:13 00190_non_constant_array_of_constant_data: [ OK ] 0.17 sec. 2025-08-30 04:21:13 00900_orc_nested_arrays_load: [ OK ] 1.02 sec. 2025-08-30 04:21:13 02040_clickhouse_benchmark_query_id_pass_through: [ OK ] 0.87 sec. 2025-08-30 04:21:13 00904_array_with_constant_2: [ OK ] 0.12 sec. 2025-08-30 04:21:13 00976_shard_low_cardinality_achimbab: [ OK ] 0.17 sec. 2025-08-30 04:21:13 02273_full_sort_join: [ OK ] 6.00 sec. 2025-08-30 04:21:13 00277_array_filter: [ OK ] 0.12 sec. 2025-08-30 04:21:14 01400_join_get_with_multi_keys: [ OK ] 0.17 sec. 2025-08-30 04:21:14 00743_limit_by_not_found_column: [ OK ] 0.17 sec. 2025-08-30 04:21:14 00049_any_left_join: [ OK ] 0.12 sec. 2025-08-30 04:21:14 02210_append_to_dev_dull: [ OK ] 0.12 sec. 2025-08-30 04:21:14 02495_sum_if_to_count_if_bug: [ OK ] 0.17 sec. 2025-08-30 04:21:14 00906_low_cardinality_const_argument: [ OK ] 0.12 sec. 2025-08-30 04:21:14 02995_index_9: [ OK ] 13.56 sec. 2025-08-30 04:21:14 03173_distinct_combinator_alignment: [ OK ] 0.12 sec. 2025-08-30 04:21:14 00734_timeslot: [ OK ] 0.22 sec. 2025-08-30 04:21:14 02476_fix_cast_parser_bug: [ OK ] 0.12 sec. 2025-08-30 04:21:14 02751_match_constant_needle: [ OK ] 0.17 sec. 2025-08-30 04:21:14 01223_dist_on_dist: [ OK ] 0.77 sec. 2025-08-30 04:21:15 03221_mutate_profile_events: [ OK ] 0.27 sec. 2025-08-30 04:21:15 03036_test_parquet_bloom_filter_push_down_ipv6: [ OK ] 1.12 sec. 2025-08-30 04:21:15 01521_max_length_alias: [ OK ] 0.17 sec. 2025-08-30 04:21:15 01071_window_view_event_tumble_asc_join: [ OK ] 1.17 sec. 2025-08-30 04:21:15 03096_largest_triangle_3b_crash: [ OK ] 0.12 sec. 2025-08-30 04:21:15 01950_aliases_bad_cast: [ OK ] 0.17 sec. 2025-08-30 04:21:15 02804_intersect_bad_cast: [ OK ] 0.22 sec. 2025-08-30 04:21:15 02955_analyzer_using_functional_args: [ OK ] 0.67 sec. 2025-08-30 04:21:15 00498_bitwise_aggregate_functions: [ OK ] 0.22 sec. 2025-08-30 04:21:15 01942_dateTimeToSnowflake: [ OK ] 0.32 sec. 2025-08-30 04:21:15 01414_freeze_does_not_prevent_alters: [ OK ] 0.32 sec. 2025-08-30 04:21:15 01720_constraints_complex_types: [ OK ] 0.32 sec. 2025-08-30 04:21:15 02482_value_block_assert: [ OK ] 0.17 sec. 2025-08-30 04:21:15 02233_with_total_empty_chunk: [ OK ] 0.12 sec. 2025-08-30 04:21:16 02478_window_frame_type_groups: [ OK ] 0.12 sec. 2025-08-30 04:21:16 02884_interval_operator_support_plural_literal: [ OK ] 0.22 sec. 2025-08-30 04:21:16 02165_h3_num_hexagons: [ OK ] 0.22 sec. 2025-08-30 04:21:16 00138_table_aliases: [ OK ] 0.17 sec. 2025-08-30 04:21:16 01316_create_user_syntax_hilite: [ OK ] 0.37 sec. 2025-08-30 04:21:16 01268_shard_avgweighted: [ OK ] 0.27 sec. 2025-08-30 04:21:16 02812_csv_date_time_with_comma: [ OK ] 0.17 sec. 2025-08-30 04:21:16 01764_collapsing_merge_adaptive_granularity: [ OK ] 0.22 sec. 2025-08-30 04:21:16 01854_HTTP_dict_decompression: [ OK ] 0.67 sec. 2025-08-30 04:21:16 02402_merge_engine_with_view: [ OK ] 0.17 sec. 2025-08-30 04:21:17 01666_date_lut_buffer_overflow: [ OK ] 0.17 sec. 2025-08-30 04:21:17 00740_database_in_nested_view: [ OK ] 0.22 sec. 2025-08-30 04:21:17 01945_show_debug_warning: [ OK ] 0.92 sec. 2025-08-30 04:21:17 02904_arrow_dictionary_indexes: [ OK ] 1.17 sec. 2025-08-30 04:21:17 02006_todatetime64_from_string: [ OK ] 0.17 sec. 2025-08-30 04:21:17 02429_low_cardinality_trash: [ OK ] 0.42 sec. 2025-08-30 04:21:18 02988_join_using_prewhere_pushdown: [ OK ] 0.17 sec. 2025-08-30 04:21:18 00421_storage_merge__table_index: [ OK ] 4.68 sec. 2025-08-30 04:21:18 02371_select_projection_normal_agg: [ OK ] 1.67 sec. 2025-08-30 04:21:18 02344_distinct_limit_distiributed: [ OK ] 0.47 sec. 2025-08-30 04:21:18 00146_summing_merge_tree_nested_map: [ OK ] 0.27 sec. 2025-08-30 04:21:19 02731_analyzer_join_resolve_nested: [ OK ] 1.73 sec. 2025-08-30 04:21:19 00001_select_1: [ OK ] 0.12 sec. 2025-08-30 04:21:19 00096_aggregation_min_if: [ OK ] 1.49 sec. 2025-08-30 04:21:19 01232_json_as_string_format: [ OK ] 0.92 sec. 2025-08-30 04:21:19 01677_array_enumerate_bug: [ OK ] 0.12 sec. 2025-08-30 04:21:19 02495_analyzer_storage_join: [ OK ] 0.47 sec. 2025-08-30 04:21:19 00546_shard_tuple_element_formatting: [ OK ] 0.18 sec. 2025-08-30 04:21:20 00343_array_element_generic: [ OK ] 0.22 sec. 2025-08-30 04:21:20 03228_virtual_column_merge_dist: [ OK ] 0.22 sec. 2025-08-30 04:21:20 00067_replicate_segfault: [ OK ] 0.17 sec. 2025-08-30 04:21:20 00019_shard_quantiles_totals_distributed: [ OK ] 0.22 sec. 2025-08-30 04:21:20 02366_kql_extend: [ OK ] 0.30 sec. 2025-08-30 04:21:20 02302_column_decl_null_before_defaul_value: [ OK ] 0.42 sec. 2025-08-30 04:21:20 02097_initializeAggregationNullable: [ OK ] 0.17 sec. 2025-08-30 04:21:20 02908_Npy_files_caching: [ OK ] 1.07 sec. 2025-08-30 04:21:20 02400_create_table_on_cluster_normalization: [ OK ] 0.32 sec. 2025-08-30 04:21:21 00217_shard_global_subquery_columns_with_same_name: [ OK ] 0.17 sec. 2025-08-30 04:21:21 02833_tuple_concat: [ OK ] 0.22 sec. 2025-08-30 04:21:21 02523_array_shuffle: [ OK ] 0.47 sec. 2025-08-30 04:21:21 02458_empty_hdfs_url: [ OK ] 0.12 sec. 2025-08-30 04:21:21 01051_scalar_optimization: [ OK ] 0.17 sec. 2025-08-30 04:21:21 02361_fsync_profile_events: [ OK ] 1.03 sec. 2025-08-30 04:21:22 00905_field_with_aggregate_function_state: [ OK ] 0.17 sec. 2025-08-30 04:21:22 01083_cross_to_inner_with_in_bug: [ OK ] 0.17 sec. 2025-08-30 04:21:22 01419_skip_index_compact_parts: [ OK ] 0.17 sec. 2025-08-30 04:21:22 02184_ipv6_cast_test: [ OK ] 0.17 sec. 2025-08-30 04:21:22 02122_parallel_formatting_JSONCompactStrings: [ OK ] 1.32 sec. 2025-08-30 04:21:22 00644_different_expressions_with_same_alias: [ OK ] 0.12 sec. 2025-08-30 04:21:22 01585_fuzz_bits_with_bugfix: [ OK ] 0.12 sec. 2025-08-30 04:21:22 02416_json_tuple_to_array_schema_inference: [ OK ] 0.12 sec. 2025-08-30 04:21:22 03224_nested_json_merges_new_type_in_shared_data: [ OK ] 0.53 sec. 2025-08-30 04:21:23 02496_remove_redundant_sorting: [ OK ] 4.79 sec. 2025-08-30 04:21:23 02563_arrow_low_cardinality_bug: [ OK ] 0.87 sec. 2025-08-30 04:21:23 02517_union_columns_order: [ OK ] 0.22 sec. 2025-08-30 04:21:23 03151_pmj_join_non_procssed_clash: [ OK ] 0.26 sec. 2025-08-30 04:21:24 00677_shard_any_heavy_merge: [ OK ] 0.27 sec. 2025-08-30 04:21:24 01290_empty_array_index_analysis: [ OK ] 0.43 sec. 2025-08-30 04:21:24 02981_vertical_merges_memory_usage: [ OK ] 1.27 sec. 2025-08-30 04:21:24 02523_range_const_start: [ OK ] 0.12 sec. 2025-08-30 04:21:24 02845_domain_rfc_support_ipv6: [ OK ] 0.22 sec. 2025-08-30 04:21:24 02006_client_test_hint_no_such_error_name: [ OK ] 0.42 sec. 2025-08-30 04:21:24 01818_move_partition_simple: [ OK ] 0.28 sec. 2025-08-30 04:21:24 00961_checksums_in_system_parts_columns_table: [ OK ] 0.18 sec. 2025-08-30 04:21:25 02366_window_function_order_by: [ OK ] 0.23 sec. 2025-08-30 04:21:25 02428_parameterized_view: [ OK ] 10.67 sec. 2025-08-30 04:21:25 01730_distributed_group_by_no_merge_order_by_long: [ OK ] 1.29 sec. 2025-08-30 04:21:25 02706_arrow_different_dictionaries: [ OK ] 0.60 sec. 2025-08-30 04:21:26 01055_prewhere_bugs: [ OK ] 0.22 sec. 2025-08-30 04:21:26 00169_join_constant_keys: [ OK ] 0.12 sec. 2025-08-30 04:21:26 00823_sequence_match_dfa: [ OK ] 0.48 sec. 2025-08-30 04:21:26 02734_big_int_from_float_ubsan: [ OK ] 0.12 sec. 2025-08-30 04:21:27 01632_tinylog_read_write: [ OK ] 9.96 sec. 2025-08-30 04:21:27 02541_multiple_ignore_with_nested_select: [ OK ] 0.12 sec. 2025-08-30 04:21:27 02253_empty_part_checksums: [ OK ] 3.28 sec. 2025-08-30 04:21:27 03124_analyzer_nested_CTE_dist_in: [ OK ] 0.17 sec. 2025-08-30 04:21:27 03003_arrayEnumerate_crash: [ OK ] 0.12 sec. 2025-08-30 04:21:27 03150_dynamic_type_mv_insert: [ OK ] 0.27 sec. 2025-08-30 04:21:27 02488_zero_copy_detached_parts_drop_table: [ OK ] 1.73 sec. 2025-08-30 04:21:27 00307_format_xml: [ OK ] 0.17 sec. 2025-08-30 04:21:28 01323_if_with_nulls: [ OK ] 0.32 sec. 2025-08-30 04:21:28 00834_hints_for_type_function_typos: [ OK ] 2.58 sec. 2025-08-30 04:21:28 02481_parquet_list_monotonically_increasing_offsets: [ OK ] 26.39 sec. 2025-08-30 04:21:28 02243_make_date32: [ OK ] 0.47 sec. 2025-08-30 04:21:28 00978_ml_math: [ OK ] 0.17 sec. 2025-08-30 04:21:28 02245_format_string_stack_overflow: [ OK ] 0.17 sec. 2025-08-30 04:21:28 02050_clickhouse_client_local_exception: [ OK ] 0.42 sec. 2025-08-30 04:21:28 02480_tlp_nan: [ OK ] 0.17 sec. 2025-08-30 04:21:28 02982_dont_infer_exponent_floats: [ OK ] 0.17 sec. 2025-08-30 04:21:28 02943_positional_arguments_bugs: [ OK ] 0.17 sec. 2025-08-30 04:21:28 00960_eval_ml_method_const: [ OK ] 0.17 sec. 2025-08-30 04:21:28 03169_cache_complex_dict_short_circuit_bug: [ OK ] 0.22 sec. 2025-08-30 04:21:28 01220_scalar_optimization_in_alter: [ OK ] 0.17 sec. 2025-08-30 04:21:28 01582_distinct_optimization: [ OK ] 0.77 sec. 2025-08-30 04:21:29 01277_fromUnixTimestamp64: [ OK ] 0.22 sec. 2025-08-30 04:21:29 02581_width_bucket: [ OK ] 0.37 sec. 2025-08-30 04:21:29 00757_enum_defaults_const_analyzer: [ OK ] 0.18 sec. 2025-08-30 04:21:29 02374_combine_multi_if_and_count_if_opt: [ OK ] 0.17 sec. 2025-08-30 04:21:30 01621_clickhouse_compressor: [ OK ] 0.52 sec. 2025-08-30 04:21:30 02904_distributed_settings_background_insert_compatibility: [ OK ] 0.32 sec. 2025-08-30 04:21:30 02473_optimize_old_parts: [ OK ] 28.35 sec. 2025-08-30 04:21:30 01666_merge_tree_max_query_limit: [ OK ] 2.38 sec. 2025-08-30 04:21:30 01043_geo_distance: [ OK ] 0.17 sec. 2025-08-30 04:21:31 00557_alter_null_storage_tables: [ OK ] 0.17 sec. 2025-08-30 04:21:31 01890_state_of_state: [ OK ] 0.27 sec. 2025-08-30 04:21:31 02966_topk_counts_approx_count_sum: [ OK ] 0.17 sec. 2025-08-30 04:21:31 00959_format_with_different_aliases: [ OK ] 0.37 sec. 2025-08-30 04:21:31 01950_kill_large_group_by_query: [ OK ] 1.08 sec. 2025-08-30 04:21:32 01097_one_more_range_reader_test_wide_part: [ OK ] 0.22 sec. 2025-08-30 04:21:32 02972_insert_deduplication_token_hierarchical_inserts_views: [ OK ] 3.43 sec. 2025-08-30 04:21:33 02931_file_cluster: [ OK ] 1.14 sec. 2025-08-30 04:21:33 01703_rewrite_aggregate_function_case_insensitive: [ OK ] 0.17 sec. 2025-08-30 04:21:33 02366_kql_func_binary: [ OK ] 0.24 sec. 2025-08-30 04:21:34 02884_parallel_window_functions: [ OK ] 1.65 sec. 2025-08-30 04:21:34 03031_low_cardinality_logical_error: [ OK ] 0.23 sec. 2025-08-30 04:21:34 02497_remote_disk_fat_column: [ OK ] 11.57 sec. 2025-08-30 04:21:34 01345_index_date_vs_datetime: [ OK ] 0.33 sec. 2025-08-30 04:21:34 03215_udf_with_union: [ OK ] 0.17 sec. 2025-08-30 04:21:34 01318_parallel_final_stuck: [ OK ] 0.23 sec. 2025-08-30 04:21:34 02521_tsv_csv_custom_header_detection: [ OK ] 6.65 sec. 2025-08-30 04:21:35 01410_nullable_key_and_index_negate_cond: [ OK ] 0.37 sec. 2025-08-30 04:21:35 00077_set_keys_fit_128_bits_many_blocks: [ OK ] 0.17 sec. 2025-08-30 04:21:35 02973_block_number_sparse_serialization_and_mutation: [ OK ] 0.37 sec. 2025-08-30 04:21:35 03199_has_lc_fixed_string: [ OK ] 0.24 sec. 2025-08-30 04:21:35 00534_functions_bad_arguments4_long: [ OK ] 6.04 sec. 2025-08-30 04:21:35 02294_nothing_arguments_in_functions_errors: [ OK ] 1.12 sec. 2025-08-30 04:21:35 00006_extremes_and_subquery_from: [ OK ] 0.23 sec. 2025-08-30 04:21:35 01663_aes_msan: [ OK ] 0.18 sec. 2025-08-30 04:21:35 01497_extract_all_groups_empty_match: [ OK ] 0.17 sec. 2025-08-30 04:21:35 01270_optimize_skip_unused_shards_low_cardinality: [ OK ] 0.23 sec. 2025-08-30 04:21:36 00909_ngram_distance: [ OK ] 0.89 sec. 2025-08-30 04:21:36 01889_sql_json_functions: [ OK ] 0.63 sec. 2025-08-30 04:21:36 01474_decimal_scale_bug: [ OK ] 0.23 sec. 2025-08-30 04:21:36 01767_timezoneOf: [ OK ] 0.75 sec. 2025-08-30 04:21:36 02122_parallel_formatting_Template: [ OK ] 1.49 sec. 2025-08-30 04:21:36 02518_merge_engine_nullable_43324: [ OK ] 0.27 sec. 2025-08-30 04:21:36 01511_format_readable_timedelta: [ OK ] 0.27 sec. 2025-08-30 04:21:37 02504_bar_fractions: [ OK ] 0.23 sec. 2025-08-30 04:21:37 01442_date_time_with_params: [ OK ] 0.79 sec. 2025-08-30 04:21:37 00513_fractional_time_zones: [ OK ] 0.19 sec. 2025-08-30 04:21:37 02887_format_readable_timedelta_subseconds: [ OK ] 0.28 sec. 2025-08-30 04:21:37 01397_in_bad_arguments: [ OK ] 0.12 sec. 2025-08-30 04:21:37 01073_attach_if_not_exists: [ OK ] 0.18 sec. 2025-08-30 04:21:37 00534_functions_bad_arguments5: [ OK ] 6.01 sec. 2025-08-30 04:21:37 02455_extract_fixed_string_from_nested_json: [ OK ] 0.17 sec. 2025-08-30 04:21:37 02843_date_predicate_optimizations_bugs: [ OK ] 0.18 sec. 2025-08-30 04:21:37 01426_geohash_constants: [ OK ] 0.28 sec. 2025-08-30 04:21:38 02421_truncate_isolation_no_merges: [ OK ] 11.21 sec. 2025-08-30 04:21:38 03199_json_extract_dynamic: [ OK ] 0.34 sec. 2025-08-30 04:21:38 00236_replicated_drop_on_non_leader_zookeeper_long: [ OK ] 0.28 sec. 2025-08-30 04:21:38 01865_aggregator_overflow_row: [ OK ] 0.43 sec. 2025-08-30 04:21:38 02702_allow_skip_errors_enum: [ OK ] 1.08 sec. 2025-08-30 04:21:39 00980_zookeeper_merge_tree_alter_settings: [ OK ] 0.64 sec. 2025-08-30 04:21:39 00293_shard_max_subquery_depth: [ OK ] 0.34 sec. 2025-08-30 04:21:39 01825_type_json_add_column: [ SKIPPED ] 0.00 sec. 2025-08-30 04:21:39 Reason: disabled 2025-08-30 04:21:40 00725_join_on_bug_1: [ OK ] 0.29 sec. 2025-08-30 04:21:40 00735_long_conditional: [ OK ] 1.69 sec. 2025-08-30 04:21:41 01473_event_time_microseconds: [ OK ] 3.35 sec. 2025-08-30 04:21:41 03174_split_parts_ranges_into_intersecting_and_non_intersecting_final_and_read-in-order_bug: [ OK ] 2.79 sec. 2025-08-30 04:21:41 02923_cte_equality_disjunction: [ OK ] 0.18 sec. 2025-08-30 04:21:41 00534_functions_bad_arguments12: [ OK ] 6.36 sec. 2025-08-30 04:21:41 01925_date_date_time_comparison: [ OK ] 0.17 sec. 2025-08-30 04:21:41 00906_low_cardinality_rollup: [ OK ] 0.22 sec. 2025-08-30 04:21:41 01923_different_expression_name_alias: [ OK ] 0.23 sec. 2025-08-30 04:21:42 02543_alter_update_rename_stuck: [ OK ] 4.86 sec. 2025-08-30 04:21:42 00714_alter_uuid: [ OK ] 0.32 sec. 2025-08-30 04:21:43 00184_shard_distributed_group_by_no_merge: [ OK ] 0.79 sec. 2025-08-30 04:21:43 01756_optimize_skip_unused_shards_rewrite_in: [ OK ] 1.38 sec. 2025-08-30 04:21:43 00613_shard_distributed_max_execution_time: [ OK ] 0.28 sec. 2025-08-30 04:21:43 02155_dictionary_comment: [ OK ] 0.33 sec. 2025-08-30 04:21:43 03037_dynamic_merges_1_horizontal_compact_merge_tree: [ OK ] 3.50 sec. 2025-08-30 04:21:43 01558_ttest_scipy: [ OK ] 2.95 sec. 2025-08-30 04:21:43 01836_date_time_keep_default_timezone_on_operations_den_crane: [ OK ] 0.28 sec. 2025-08-30 04:21:44 02932_query_settings_max_size_drop: [ OK ] 0.28 sec. 2025-08-30 04:21:44 01538_fuzz_aggregate: [ OK ] 0.34 sec. 2025-08-30 04:21:44 02888_single_state_nullable_type: [ OK ] 0.24 sec. 2025-08-30 04:21:44 00632_aggregation_window_funnel: [ OK ] 0.92 sec. 2025-08-30 04:21:44 01402_cast_nullable_string_to_enum: [ OK ] 0.32 sec. 2025-08-30 04:21:44 01825_new_type_json_in_other_types: [ OK ] 2.23 sec. 2025-08-30 04:21:44 02586_generate_random_structure: [ OK ] 0.30 sec. 2025-08-30 04:21:44 02001_append_output_file: [ OK ] 0.83 sec. 2025-08-30 04:21:45 02916_addcolumn_nested: [ OK ] 0.18 sec. 2025-08-30 04:21:45 02039_group_by_with_totals_having: [ OK ] 0.23 sec. 2025-08-30 04:21:45 02132_client_history_navigation: [ OK ] 0.90 sec. 2025-08-30 04:21:45 01414_bloom_filter_index_with_const_column: [ OK ] 0.32 sec. 2025-08-30 04:21:45 02024_compile_expressions_with_short_circuit_evaluation: [ OK ] 0.23 sec. 2025-08-30 04:21:46 00700_decimal_casts: [ OK ] 0.92 sec. 2025-08-30 04:21:46 02716_parquet_invalid_date32: [ OK ] 1.20 sec. 2025-08-30 04:21:46 00342_escape_sequences: [ OK ] 0.29 sec. 2025-08-30 04:21:46 01177_group_array_moving: [ OK ] 0.28 sec. 2025-08-30 04:21:46 02125_query_views_log_window_function: [ OK ] 1.05 sec. 2025-08-30 04:21:47 02149_read_in_order_fixed_prefix: [ OK ] 0.62 sec. 2025-08-30 04:21:47 01921_datatype_date32: [ OK ] 0.94 sec. 2025-08-30 04:21:47 01791_dist_INSERT_block_structure_mismatch: [ OK ] 1.03 sec. 2025-08-30 04:21:48 01001_rename_merge_race_condition: [ OK ] 11.23 sec. 2025-08-30 04:21:48 02184_hash_functions_and_ip_types: [ OK ] 0.20 sec. 2025-08-30 04:21:48 02029_test_implemented_methods: [ OK ] 0.78 sec. 2025-08-30 04:21:48 01014_function_repeat_corner_cases: [ OK ] 0.37 sec. 2025-08-30 04:21:48 02136_kill_scalar_queries: [ OK ] 1.12 sec. 2025-08-30 04:21:48 03243_check_for_nullable_nothing_in_alter: [ OK ] 0.18 sec. 2025-08-30 04:21:49 02001_shard_num_shard_count: [ OK ] 0.23 sec. 2025-08-30 04:21:49 01847_bad_like: [ OK ] 0.32 sec. 2025-08-30 04:21:49 00660_optimize_final_without_partition: [ OK ] 0.29 sec. 2025-08-30 04:21:49 00595_insert_into_view: [ OK ] 1.70 sec. 2025-08-30 04:21:49 00269_database_table_whitespace: [ OK ] 0.22 sec. 2025-08-30 04:21:49 02500_remove_redundant_distinct: [ OK ] 7.70 sec. 2025-08-30 04:21:49 00256_reverse: [ OK ] 0.22 sec. 2025-08-30 04:21:49 01852_jit_if: [ OK ] 0.33 sec. 2025-08-30 04:21:49 01630_simple_aggregate_function_in_summing_merge_tree: [ OK ] 0.24 sec. 2025-08-30 04:21:50 01586_storage_join_low_cardinality_key: [ OK ] 0.28 sec. 2025-08-30 04:21:50 01497_mutation_support_for_storage_memory: [ OK ] 0.23 sec. 2025-08-30 04:21:50 02693_multiple_joins_in: [ OK ] 0.23 sec. 2025-08-30 04:21:50 02313_displayname: [ OK ] 0.33 sec. 2025-08-30 04:21:50 01783_merge_engine_join_key_condition: [ OK ] 0.33 sec. 2025-08-30 04:21:50 01132_max_rows_to_read: [ OK ] 0.29 sec. 2025-08-30 04:21:51 00168_buffer_defaults: [ OK ] 0.27 sec. 2025-08-30 04:21:51 00712_prewhere_with_alias_and_virtual_column: [ OK ] 0.28 sec. 2025-08-30 04:21:51 02984_form_format: [ OK ] 1.60 sec. 2025-08-30 04:21:51 02971_functions_to_subcolumns_variant: [ OK ] 0.23 sec. 2025-08-30 04:21:51 00725_join_on_bug_3: [ OK ] 0.29 sec. 2025-08-30 04:21:51 02475_date_time_schema_inference_bug: [ OK ] 0.18 sec. 2025-08-30 04:21:52 01318_decrypt: [ OK ] 1.00 sec. 2025-08-30 04:21:52 02732_transform_fuzz: [ OK ] 0.17 sec. 2025-08-30 04:21:52 00098_d_union_all: [ OK ] 0.30 sec. 2025-08-30 04:21:52 00022_func_higher_order_and_constants: [ OK ] 0.25 sec. 2025-08-30 04:21:52 01358_lc_parquet: [ OK ] 3.80 sec. 2025-08-30 04:21:52 02967_fuzz_bad_cast: [ OK ] 0.28 sec. 2025-08-30 04:21:53 01305_buffer_final_bug: [ OK ] 0.29 sec. 2025-08-30 04:21:53 03035_argMinMax_numeric_non_extreme_bug: [ OK ] 0.24 sec. 2025-08-30 04:21:53 03068_analyzer_distributed_join: [ OK ] 0.49 sec. 2025-08-30 04:21:54 02530_ip_part_id: [ OK ] 0.22 sec. 2025-08-30 04:21:55 02122_parallel_formatting_PrettySpace: [ OK ] 2.85 sec. 2025-08-30 04:21:55 02911_system_symbols: [ OK ] 0.98 sec. 2025-08-30 04:21:55 00757_enum_defaults_const: [ OK ] 0.28 sec. 2025-08-30 04:21:55 02204_fractional_progress_bar_long: [ OK ] 5.95 sec. 2025-08-30 04:21:55 02246_tsv_csv_best_effort_schema_inference: [ OK ] 11.38 sec. 2025-08-30 04:21:55 00487_if_array_fixed_string: [ OK ] 0.24 sec. 2025-08-30 04:21:55 00864_union_all_supertype: [ OK ] 0.21 sec. 2025-08-30 04:21:55 02922_respect_nulls_Nullable: [ OK ] 0.28 sec. 2025-08-30 04:21:56 02502_fuzz_bad_cast_to_ast_literal: [ OK ] 0.25 sec. 2025-08-30 04:21:56 03205_column_type_check: [ OK ] 0.17 sec. 2025-08-30 04:21:56 02286_parallel_final: [ OK ] 4.30 sec. 2025-08-30 04:21:57 00804_test_custom_compression_codecs: [ OK ] 0.83 sec. 2025-08-30 04:21:57 02343_aggregation_pipeline: [ OK ] 0.38 sec. 2025-08-30 04:21:57 01293_external_sorting_limit_bug: [ OK ] 0.33 sec. 2025-08-30 04:21:57 02124_insert_deduplication_token_materialized_views: [ OK ] 1.60 sec. 2025-08-30 04:21:58 02815_range_dict_no_direct_join: [ OK ] 0.28 sec. 2025-08-30 04:21:58 01213_alter_rename_column_zookeeper_long: [ OK ] 2.99 sec. 2025-08-30 04:21:58 00395_nullable: [ OK ] 3.34 sec. 2025-08-30 04:21:59 00612_count: [ OK ] 0.53 sec. 2025-08-30 04:21:59 00100_subquery_table_identifier: [ OK ] 2.15 sec. 2025-08-30 04:21:59 02269_insert_select_with_format_without_schema_inference: [ OK ] 0.28 sec. 2025-08-30 04:21:59 02499_extract_key_value_pairs_multiple_input: [ OK ] 0.94 sec. 2025-08-30 04:21:59 01198_plus_inf: [ OK ] 0.43 sec. 2025-08-30 04:22:00 03215_validate_type_in_alter_add_modify_column: [ OK ] 0.53 sec. 2025-08-30 04:22:00 02973_parse_crlf_with_tsv_files: [ OK ] 1.43 sec. 2025-08-30 04:22:01 01890_stem: [ OK ] 0.43 sec. 2025-08-30 04:22:01 01744_tuple_cast_to_map_bugfix: [ OK ] 0.27 sec. 2025-08-30 04:22:01 03035_max_insert_threads_support: [ OK ] 1.24 sec. 2025-08-30 04:22:01 01413_truncate_without_table_keyword: [ OK ] 0.29 sec. 2025-08-30 04:22:01 02461_cancel_finish_race: [ OK ] 30.36 sec. 2025-08-30 04:22:01 02160_h3_cell_area_rads2: [ OK ] 0.44 sec. 2025-08-30 04:22:02 01786_group_by_pk_many_streams: [ OK ] 0.64 sec. 2025-08-30 04:22:02 02418_do_not_return_empty_blocks_from_ConvertingAggregatedToChunksTransform: [ OK ] 0.63 sec. 2025-08-30 04:22:02 02125_lz4_compression_bug_TSV: [ OK ] 4.40 sec. 2025-08-30 04:22:02 02420_final_setting_analyzer: [ OK ] 0.74 sec. 2025-08-30 04:22:02 01328_bad_peephole_optimization: [ OK ] 0.18 sec. 2025-08-30 04:22:02 01453_normalize_query_alias_uuid: [ OK ] 0.13 sec. 2025-08-30 04:22:03 01626_cnf_fuzz_long: [ OK ] 18.43 sec. 2025-08-30 04:22:03 03015_peder1001: [ OK ] 0.18 sec. 2025-08-30 04:22:03 03202_dynamic_null_map_subcolumn: [ OK ] 1.03 sec. 2025-08-30 04:22:03 01935_parametrized_query_parametric_aggregate_function: [ OK ] 0.48 sec. 2025-08-30 04:22:03 01497_alias_on_default_array: [ OK ] 0.18 sec. 2025-08-30 04:22:03 01278_format_multiple_queries: [ OK ] 0.47 sec. 2025-08-30 04:22:03 01888_read_int_safe: [ OK ] 0.28 sec. 2025-08-30 04:22:03 02366_kql_native_interval_format: [ OK ] 0.28 sec. 2025-08-30 04:22:04 01596_full_join_chertus: [ OK ] 0.18 sec. 2025-08-30 04:22:04 02475_positive_modulo: [ OK ] 0.17 sec. 2025-08-30 04:22:04 03164_materialize_skip_index: [ OK ] 0.73 sec. 2025-08-30 04:22:04 03269_partition_key_not_in_set: [ OK ] 0.53 sec. 2025-08-30 04:22:05 02521_analyzer_array_join_crash: [ OK ] 0.28 sec. 2025-08-30 04:22:05 02364_multiSearch_function_family: [ OK ] 2.49 sec. 2025-08-30 04:22:05 01264_nested_baloo_bear: [ OK ] 0.18 sec. 2025-08-30 04:22:06 01271_http_code_parse_error: [ OK ] 0.73 sec. 2025-08-30 04:22:06 01045_dictionaries_restrictions: [ OK ] 0.22 sec. 2025-08-30 04:22:06 02701_non_parametric_function: [ OK ] 0.18 sec. 2025-08-30 04:22:06 01324_settings_documentation: [ OK ] 0.18 sec. 2025-08-30 04:22:06 01431_utf8_ubsan: [ OK ] 0.17 sec. 2025-08-30 04:22:06 02226_async_insert_table_function: [ OK ] 5.15 sec. 2025-08-30 04:22:07 02766_prql: [ OK ] 0.68 sec. 2025-08-30 04:22:07 00378_json_quote_64bit_integers: [ OK ] 0.23 sec. 2025-08-30 04:22:07 01019_Buffer_and_max_memory_usage: [ OK ] 0.67 sec. 2025-08-30 04:22:08 02015_async_inserts_stress_long: [ OK ] 10.70 sec. 2025-08-30 04:22:08 01527_materialized_view_stack_overflow: [ OK ] 1.34 sec. 2025-08-30 04:22:08 01934_constexpr_aggregate_function_parameters: [ OK ] 0.17 sec. 2025-08-30 04:22:08 00534_functions_bad_arguments10: [ OK ] 6.36 sec. 2025-08-30 04:22:08 01866_view_persist_settings: [ OK ] 0.37 sec. 2025-08-30 04:22:08 01825_new_type_json_partitions: [ OK ] 0.17 sec. 2025-08-30 04:22:08 01301_polygons_within: [ OK ] 0.17 sec. 2025-08-30 04:22:08 00688_low_cardinality_alter_add_column: [ OK ] 0.17 sec. 2025-08-30 04:22:08 03000_virtual_columns_in_prewhere: [ OK ] 0.17 sec. 2025-08-30 04:22:09 00712_prewhere_with_alias_bug_2: [ OK ] 0.17 sec. 2025-08-30 04:22:09 01226_dist_on_dist_global_in: [ OK ] 0.17 sec. 2025-08-30 04:22:09 01780_column_sparse: [ OK ] 0.27 sec. 2025-08-30 04:22:09 02474_fix_function_parser_bug: [ OK ] 0.12 sec. 2025-08-30 04:22:09 00917_multiple_joins_denny_crane: [ OK ] 0.17 sec. 2025-08-30 04:22:09 02468_has_any_tuple: [ OK ] 0.17 sec. 2025-08-30 04:22:09 02473_multistep_prewhere: [ OK ] 17.17 sec. 2025-08-30 04:22:10 00483_reading_from_array_structure: [ OK ] 0.22 sec. 2025-08-30 04:22:10 01518_nullable_aggregate_states2: [ OK ] 2.19 sec. 2025-08-30 04:22:10 00340_squashing_insert_select: [ OK ] 2.18 sec. 2025-08-30 04:22:10 00331_final_and_prewhere_condition_ver_column: [ OK ] 0.22 sec. 2025-08-30 04:22:10 02015_async_inserts_6: [ OK ] 0.67 sec. 2025-08-30 04:22:11 02576_rewrite_array_exists_to_has: [ OK ] 0.17 sec. 2025-08-30 04:22:11 01300_group_by_other_keys: [ OK ] 1.07 sec. 2025-08-30 04:22:11 02752_space_function: [ OK ] 0.32 sec. 2025-08-30 04:22:11 00732_quorum_insert_select_with_old_data_and_without_quorum_zookeeper_long: [ OK ] 0.32 sec. 2025-08-30 04:22:11 02191_parse_date_time_best_effort_more_cases: [ OK ] 0.17 sec. 2025-08-30 04:22:11 01584_distributed_buffer_cannot_find_column: [ OK ] 0.27 sec. 2025-08-30 04:22:11 00047_stored_aggregates_complex: [ OK ] 0.22 sec. 2025-08-30 04:22:12 02313_cross_join_dup_col_names: [ OK ] 0.17 sec. 2025-08-30 04:22:12 03093_bug_gcd_codec: [ OK ] 0.22 sec. 2025-08-30 04:22:12 01055_compact_parts_granularity: [ OK ] 1.22 sec. 2025-08-30 04:22:12 00975_values_list: [ OK ] 0.22 sec. 2025-08-30 04:22:12 03131_hilbert_coding: [ OK ] 0.32 sec. 2025-08-30 04:22:12 01325_freeze_mutation_stuck: [ OK ] 0.17 sec. 2025-08-30 04:22:12 02525_range_hashed_dictionary_update_field: [ OK ] 6.19 sec. 2025-08-30 04:23:11 02421_new_type_json_empty_parts: [ FAIL ] 61.84 sec. 2025-08-30 04:23:11 Reason: return code: 124, result: 2025-08-30 04:23:11 2025-08-30 04:23:11 Collapsing 2025-08-30 04:23:11 0 2025-08-30 04:23:11 0 2025-08-30 04:23:11 DELETE all 2025-08-30 04:23:11 2 2025-08-30 04:23:11 1 2025-08-30 04:23:11 ('k1','String') 2025-08-30 04:23:11 ('k2','String') 2025-08-30 04:23:11 2025-08-30 04:23:11 stdout: 2025-08-30 04:23:11 Collapsing 2025-08-30 04:23:11 0 2025-08-30 04:23:11 0 2025-08-30 04:23:11 DELETE all 2025-08-30 04:23:11 2 2025-08-30 04:23:11 1 2025-08-30 04:23:11 ('k1','String') 2025-08-30 04:23:11 ('k2','String') 2025-08-30 04:23:11 2025-08-30 04:23:11 2025-08-30 04:23:11 Settings used in the test: --max_insert_threads 1 --group_by_two_level_threshold 691853 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 9234733 --max_read_buffer_size 843891 --prefer_localhost_replica 0 --max_block_size 99203 --max_joined_block_size_rows 17950 --max_threads 1 --optimize_append_index 0 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 83 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 6789886 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 1 --local_filesystem_read_method mmap --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 20 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 2164633749 --min_compress_block_size 26097 --max_compress_block_size 1924266 --merge_tree_compact_parts_min_granules_to_multibuffer_read 10 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 8654130 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.69 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 1 --max_parsing_threads 0 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1 2025-08-30 04:23:11 2025-08-30 04:23:11 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 823516687 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 2218141619 --index_granularity_bytes 15517474 --merge_max_block_size 16565 --index_granularity 47999 --min_bytes_for_wide_part 0 --marks_compress_block_size 61695 --primary_key_compress_block_size 75155 --replace_long_file_name_to_hash 1 --max_file_name_length 128 --min_bytes_for_full_part_storage 238443769 --compact_parts_max_bytes_to_buffer 389485404 --compact_parts_max_granules_to_buffer 194 --compact_parts_merge_max_bytes_to_prefetch_part 21643907 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 0 --old_parts_lifetime 12 2025-08-30 04:23:11 2025-08-30 04:23:11 Database: test_w0lfonga 2025-08-30 04:24:52 03232_pr_not_ready_set: [ FAIL ] 160.16 sec. 2025-08-30 04:24:52 Reason: Timeout! 2025-08-30 04:24:52 TimeoutError 2025-08-30 04:24:52 timed out 2025-08-30 04:24:52 File "/usr/bin/clickhouse-test", line 1758, in run 2025-08-30 04:24:52 self.testcase_args = self.configure_testcase_args( 2025-08-30 04:24:52 2025-08-30 04:24:52 File "/usr/bin/clickhouse-test", line 1067, in configure_testcase_args 2025-08-30 04:24:52 clickhouse_execute( 2025-08-30 04:24:52 2025-08-30 04:24:52 File "/usr/bin/clickhouse-test", line 330, in clickhouse_execute 2025-08-30 04:24:52 return clickhouse_execute_http( 2025-08-30 04:24:52 2025-08-30 04:24:52 File "/usr/bin/clickhouse-test", line 311, in clickhouse_execute_http 2025-08-30 04:24:52 raise ex 2025-08-30 04:24:52 2025-08-30 04:24:52 File "/usr/bin/clickhouse-test", line 305, in clickhouse_execute_http 2025-08-30 04:24:52 res = client.getresponse() 2025-08-30 04:24:52 2025-08-30 04:24:52 File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse 2025-08-30 04:24:52 response.begin() 2025-08-30 04:24:52 2025-08-30 04:24:52 File "/usr/lib/python3.10/http/client.py", line 318, in begin 2025-08-30 04:24:52 version, status, reason = self._read_status() 2025-08-30 04:24:52 2025-08-30 04:24:52 File "/usr/lib/python3.10/http/client.py", line 279, in _read_status 2025-08-30 04:24:52 line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") 2025-08-30 04:24:52 2025-08-30 04:24:52 File "/usr/lib/python3.10/socket.py", line 705, in readinto 2025-08-30 04:24:52 return self._sock.recv_into(b) 2025-08-30 04:24:52 2025-08-30 04:24:52 Settings used in the test: --max_insert_threads 2 --group_by_two_level_threshold 432055 --group_by_two_level_threshold_bytes 9456285 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 18013279 --max_read_buffer_size 934182 --prefer_localhost_replica 1 --max_block_size 61050 --max_joined_block_size_rows 98275 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 14 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 10614894 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 100324461 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method mmap --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 31 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 248599626 --min_compress_block_size 2609579 --max_compress_block_size 2096953 --merge_tree_compact_parts_min_granules_to_multibuffer_read 23 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 2754177 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.75 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 1 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0 2025-08-30 04:24:52 2025-08-30 04:24:52 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.31393593947578236 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 7381056347 --index_granularity_bytes 13837317 --merge_max_block_size 15820 --index_granularity 28416 --min_bytes_for_wide_part 485672501 --marks_compress_block_size 18600 --primary_key_compress_block_size 46753 --replace_long_file_name_to_hash 0 --max_file_name_length 117 --min_bytes_for_full_part_storage 284356095 --compact_parts_max_bytes_to_buffer 82036268 --compact_parts_max_granules_to_buffer 119 --compact_parts_merge_max_bytes_to_prefetch_part 16485689 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 100 --old_parts_lifetime 10 2025-08-30 04:24:52 2025-08-30 04:25:51 01661_test_toDayOfWeek_mysql_compatibility: [ FAIL ] 160.16 sec. 2025-08-30 04:25:51 Reason: Timeout! 2025-08-30 04:25:51 TimeoutError 2025-08-30 04:25:51 timed out 2025-08-30 04:25:51 File "/usr/bin/clickhouse-test", line 1758, in run 2025-08-30 04:25:51 self.testcase_args = self.configure_testcase_args( 2025-08-30 04:25:51 2025-08-30 04:25:51 File "/usr/bin/clickhouse-test", line 1067, in configure_testcase_args 2025-08-30 04:25:51 clickhouse_execute( 2025-08-30 04:25:51 2025-08-30 04:25:51 File "/usr/bin/clickhouse-test", line 330, in clickhouse_execute 2025-08-30 04:25:51 return clickhouse_execute_http( 2025-08-30 04:25:51 2025-08-30 04:25:51 File "/usr/bin/clickhouse-test", line 311, in clickhouse_execute_http 2025-08-30 04:25:51 raise ex 2025-08-30 04:25:51 2025-08-30 04:25:51 File "/usr/bin/clickhouse-test", line 305, in clickhouse_execute_http 2025-08-30 04:25:51 res = client.getresponse() 2025-08-30 04:25:51 2025-08-30 04:25:51 File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse 2025-08-30 04:25:51 response.begin() 2025-08-30 04:25:51 2025-08-30 04:25:51 File "/usr/lib/python3.10/http/client.py", line 318, in begin 2025-08-30 04:25:51 version, status, reason = self._read_status() 2025-08-30 04:25:51 2025-08-30 04:25:51 File "/usr/lib/python3.10/http/client.py", line 279, in _read_status 2025-08-30 04:25:51 line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") 2025-08-30 04:25:51 2025-08-30 04:25:51 File "/usr/lib/python3.10/socket.py", line 705, in readinto 2025-08-30 04:25:51 return self._sock.recv_into(b) 2025-08-30 04:25:51 2025-08-30 04:25:51 Settings used in the test: --max_insert_threads 3 --group_by_two_level_threshold 110716 --group_by_two_level_threshold_bytes 41946375 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 17799441 --max_read_buffer_size 641250 --prefer_localhost_replica 1 --max_block_size 51079 --max_joined_block_size_rows 52327 --max_threads 3 --optimize_append_index 0 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 76 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 22884680 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method mmap --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 13 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1604854259 --min_compress_block_size 1414218 --max_compress_block_size 2429446 --merge_tree_compact_parts_min_granules_to_multibuffer_read 46 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 7581370 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone Antarctica/Syowa --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.23 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 0 --max_parsing_threads 0 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0 2025-08-30 04:25:51 2025-08-30 04:25:51 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 33 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 31148426 --merge_max_block_size 9384 --index_granularity 14763 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 27722 --primary_key_compress_block_size 85733 --replace_long_file_name_to_hash 1 --max_file_name_length 36 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 463277528 --compact_parts_max_granules_to_buffer 256 --compact_parts_merge_max_bytes_to_prefetch_part 5996762 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 72 --old_parts_lifetime 480 2025-08-30 04:25:51 2025-08-30 04:26:39 1410 2025-08-30 04:27:33 01825_type_json_3: [ FAIL ] 0.00 sec. 2025-08-30 04:27:33 Reason: server died 2025-08-30 04:27:33 Server does not respond to health check 2025-08-30 04:27:33 2025-08-30 04:27:33 Process Process-4: 2025-08-30 04:27:33 Traceback (most recent call last): 2025-08-30 04:27:33 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-08-30 04:27:33 self.run() 2025-08-30 04:27:33 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-08-30 04:27:33 self._target(*self._args, **self._kwargs) 2025-08-30 04:27:33 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-08-30 04:27:33 return run_tests_array(*args, **kwargs) 2025-08-30 04:27:33 File "/usr/bin/clickhouse-test", line 2309, in run_tests_array 2025-08-30 04:27:33 stop_tests() 2025-08-30 04:27:33 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-08-30 04:27:33 cleanup_child_processes(os.getpid()) 2025-08-30 04:27:33 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-08-30 04:27:33 child_pgid = os.getpgid(child) 2025-08-30 04:27:33 ProcessLookupError: [Errno 3] No such process 2025-08-30 04:27:33 Child processes of 1556: 2025-08-30 04:27:33 228636 /bin/sh -c pgrep --parent 1556 -a 2025-08-30 04:28:32 02293_ilike_on_fixed_strings: [ FAIL ] 0.00 sec. 2025-08-30 04:28:32 Reason: server died 2025-08-30 04:28:32 Server does not respond to health check 2025-08-30 04:28:32 2025-08-30 04:28:32 Process Process-3: 2025-08-30 04:28:32 Traceback (most recent call last): 2025-08-30 04:28:32 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-08-30 04:28:32 self.run() 2025-08-30 04:28:32 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-08-30 04:28:32 self._target(*self._args, **self._kwargs) 2025-08-30 04:28:32 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-08-30 04:28:32 return run_tests_array(*args, **kwargs) 2025-08-30 04:28:32 File "/usr/bin/clickhouse-test", line 2309, in run_tests_array 2025-08-30 04:28:32 stop_tests() 2025-08-30 04:28:32 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-08-30 04:28:32 cleanup_child_processes(os.getpid()) 2025-08-30 04:28:32 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-08-30 04:28:32 child_pgid = os.getpgid(child) 2025-08-30 04:28:32 ProcessLookupError: [Errno 3] No such process 2025-08-30 04:28:32 Child processes of 1555: 2025-08-30 04:28:32 228647 /bin/sh -c pgrep --parent 1555 -a 2025-08-30 04:32:10 Killing process group 226371 2025-08-30 04:32:10 Processes in process group 226371: 2025-08-30 04:32:10 226371 /bin/sh -c /usr/share/clickhouse-test/queries/0_stateless/02703_keeper_map_concurrent_create_drop.sh > /tmp/clickhouse-test/0_stateless/02703_keeper_map_concurrent_create_drop.stdout 2> /tmp/clickhouse-test/0_stateless/02703_keeper_map_concurrent_create_drop.stderr 2025-08-30 04:32:10 226372 bash /usr/share/clickhouse-test/queries/0_stateless/02703_keeper_map_concurrent_create_drop.sh 2025-08-30 04:32:10 226475 bash /usr/share/clickhouse-test/queries/0_stateless/02703_keeper_map_concurrent_create_drop.sh 2025-08-30 04:32:10 226476 bash /usr/share/clickhouse-test/queries/0_stateless/02703_keeper_map_concurrent_create_drop.sh 2025-08-30 04:32:10 226477 bash /usr/share/clickhouse-test/queries/0_stateless/02703_keeper_map_concurrent_create_drop.sh 2025-08-30 04:32:10 226479 bash /usr/share/clickhouse-test/queries/0_stateless/02703_keeper_map_concurrent_create_drop.sh 2025-08-30 04:32:10 226481 bash /usr/share/clickhouse-test/queries/0_stateless/02703_keeper_map_concurrent_create_drop.sh 2025-08-30 04:32:10 226482 bash /usr/share/clickhouse-test/queries/0_stateless/02703_keeper_map_concurrent_create_drop.sh 2025-08-30 04:32:10 226485 bash /usr/share/clickhouse-test/queries/0_stateless/02703_keeper_map_concurrent_create_drop.sh 2025-08-30 04:32:10 226487 bash /usr/share/clickhouse-test/queries/0_stateless/02703_keeper_map_concurrent_create_drop.sh 2025-08-30 04:32:10 226489 bash /usr/share/clickhouse-test/queries/0_stateless/02703_keeper_map_concurrent_create_drop.sh 2025-08-30 04:32:10 226490 bash /usr/share/clickhouse-test/queries/0_stateless/02703_keeper_map_concurrent_create_drop.sh 2025-08-30 04:32:10 227869 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_2cdvmcsa --log_comment 02703_keeper_map_concurrent_create_drop.sh --max_insert_threads 1 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 12271712 --max_read_buffer_size 959166 --prefer_localhost_replica 1 --max_block_size 30981 --max_joined_block_size_rows 88025 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 97 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 11477845 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 4435390632 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method io_uring --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 26 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1720830091 --min_compress_block_size 3055213 --max_compress_block_size 586345 --merge_tree_compact_parts_min_granules_to_multibuffer_read 72 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 8384948 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.85 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 0 --max_parsing_threads 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 7160041221 --index_granularity_bytes 2754569 --merge_max_block_size 279 --index_granularity 54048 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 21499 --primary_key_compress_block_size 49838 --replace_long_file_name_to_hash 1 --max_file_name_length 65 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 345314833 --compact_parts_max_granules_to_buffer 89 --compact_parts_merge_max_bytes_to_prefetch_part 10939254 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 58 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log --query=SELECT value FROM 02703_keeper_map_concurrent_2 WHERE key = 2 2025-08-30 04:32:10 227882 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_2cdvmcsa --log_comment 02703_keeper_map_concurrent_create_drop.sh --max_insert_threads 1 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 12271712 --max_read_buffer_size 959166 --prefer_localhost_replica 1 --max_block_size 30981 --max_joined_block_size_rows 88025 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 97 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 11477845 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 4435390632 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method io_uring --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 26 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1720830091 --min_compress_block_size 3055213 --max_compress_block_size 586345 --merge_tree_compact_parts_min_granules_to_multibuffer_read 72 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 8384948 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.85 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 0 --max_parsing_threads 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 7160041221 --index_granularity_bytes 2754569 --merge_max_block_size 279 --index_granularity 54048 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 21499 --primary_key_compress_block_size 49838 --replace_long_file_name_to_hash 1 --max_file_name_length 65 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 345314833 --compact_parts_max_granules_to_buffer 89 --compact_parts_merge_max_bytes_to_prefetch_part 10939254 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 58 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log --query=CREATE TABLE IF NOT EXISTS 02703_keeper_map_concurrent_8 (key UInt64, value UInt64) ENGINE = KeeperMap('/02703_keeper_map/test_2cdvmcsa') PRIMARY KEY(key) 2025-08-30 04:32:10 227890 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_2cdvmcsa --log_comment 02703_keeper_map_concurrent_create_drop.sh --max_insert_threads 1 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 12271712 --max_read_buffer_size 959166 --prefer_localhost_replica 1 --max_block_size 30981 --max_joined_block_size_rows 88025 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 97 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 11477845 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 4435390632 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method io_uring --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 26 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1720830091 --min_compress_block_size 3055213 --max_compress_block_size 586345 --merge_tree_compact_parts_min_granules_to_multibuffer_read 72 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 8384948 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.85 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 0 --max_parsing_threads 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 7160041221 --index_granularity_bytes 2754569 --merge_max_block_size 279 --index_granularity 54048 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 21499 --primary_key_compress_block_size 49838 --replace_long_file_name_to_hash 1 --max_file_name_length 65 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 345314833 --compact_parts_max_granules_to_buffer 89 --compact_parts_merge_max_bytes_to_prefetch_part 10939254 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 58 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log --query=SELECT value FROM 02703_keeper_map_concurrent_1 WHERE key = 1 2025-08-30 04:32:10 227910 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_2cdvmcsa --log_comment 02703_keeper_map_concurrent_create_drop.sh --max_insert_threads 1 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 12271712 --max_read_buffer_size 959166 --prefer_localhost_replica 1 --max_block_size 30981 --max_joined_block_size_rows 88025 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 97 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 11477845 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 4435390632 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method io_uring --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 26 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1720830091 --min_compress_block_size 3055213 --max_compress_block_size 586345 --merge_tree_compact_parts_min_granules_to_multibuffer_read 72 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 8384948 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.85 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 0 --max_parsing_threads 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 7160041221 --index_granularity_bytes 2754569 --merge_max_block_size 279 --index_granularity 54048 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 21499 --primary_key_compress_block_size 49838 --replace_long_file_name_to_hash 1 --max_file_name_length 65 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 345314833 --compact_parts_max_granules_to_buffer 89 --compact_parts_merge_max_bytes_to_prefetch_part 10939254 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 58 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log --query=DROP TABLE 02703_keeper_map_concurrent_7 2025-08-30 04:32:10 228104 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_2cdvmcsa --log_comment 02703_keeper_map_concurrent_create_drop.sh --max_insert_threads 1 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 12271712 --max_read_buffer_size 959166 --prefer_localhost_replica 1 --max_block_size 30981 --max_joined_block_size_rows 88025 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 97 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 11477845 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 4435390632 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method io_uring --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 26 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1720830091 --min_compress_block_size 3055213 --max_compress_block_size 586345 --merge_tree_compact_parts_min_granules_to_multibuffer_read 72 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 8384948 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.85 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 0 --max_parsing_threads 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 7160041221 --index_granularity_bytes 2754569 --merge_max_block_size 279 --index_granularity 54048 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 21499 --primary_key_compress_block_size 49838 --replace_long_file_name_to_hash 1 --max_file_name_length 65 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 345314833 --compact_parts_max_granules_to_buffer 89 --compact_parts_merge_max_bytes_to_prefetch_part 10939254 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 58 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log --query=SELECT value FROM 02703_keeper_map_concurrent_6 WHERE key = 6 2025-08-30 04:32:10 228236 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_2cdvmcsa --log_comment 02703_keeper_map_concurrent_create_drop.sh --max_insert_threads 1 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 12271712 --max_read_buffer_size 959166 --prefer_localhost_replica 1 --max_block_size 30981 --max_joined_block_size_rows 88025 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 97 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 11477845 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 4435390632 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method io_uring --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 26 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1720830091 --min_compress_block_size 3055213 --max_compress_block_size 586345 --merge_tree_compact_parts_min_granules_to_multibuffer_read 72 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 8384948 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.85 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 0 --max_parsing_threads 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 7160041221 --index_granularity_bytes 2754569 --merge_max_block_size 279 --index_granularity 54048 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 21499 --primary_key_compress_block_size 49838 --replace_long_file_name_to_hash 1 --max_file_name_length 65 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 345314833 --compact_parts_max_granules_to_buffer 89 --compact_parts_merge_max_bytes_to_prefetch_part 10939254 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 58 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log --query=CREATE TABLE IF NOT EXISTS 02703_keeper_map_concurrent_4 (key UInt64, value UInt64) ENGINE = KeeperMap('/02703_keeper_map/test_2cdvmcsa') PRIMARY KEY(key) 2025-08-30 04:32:10 228542 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_2cdvmcsa --log_comment 02703_keeper_map_concurrent_create_drop.sh --max_insert_threads 1 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 12271712 --max_read_buffer_size 959166 --prefer_localhost_replica 1 --max_block_size 30981 --max_joined_block_size_rows 88025 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 97 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 11477845 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 4435390632 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method io_uring --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 26 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1720830091 --min_compress_block_size 3055213 --max_compress_block_size 586345 --merge_tree_compact_parts_min_granules_to_multibuffer_read 72 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 8384948 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.85 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 0 --max_parsing_threads 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 7160041221 --index_granularity_bytes 2754569 --merge_max_block_size 279 --index_granularity 54048 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 21499 --primary_key_compress_block_size 49838 --replace_long_file_name_to_hash 1 --max_file_name_length 65 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 345314833 --compact_parts_max_granules_to_buffer 89 --compact_parts_merge_max_bytes_to_prefetch_part 10939254 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 58 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log --query=DROP TABLE 02703_keeper_map_concurrent_3 2025-08-30 04:32:10 228589 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_2cdvmcsa --log_comment 02703_keeper_map_concurrent_create_drop.sh --max_insert_threads 1 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 12271712 --max_read_buffer_size 959166 --prefer_localhost_replica 1 --max_block_size 30981 --max_joined_block_size_rows 88025 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 97 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 11477845 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 4435390632 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method io_uring --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 26 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1720830091 --min_compress_block_size 3055213 --max_compress_block_size 586345 --merge_tree_compact_parts_min_granules_to_multibuffer_read 72 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 8384948 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.85 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 0 --max_parsing_threads 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 7160041221 --index_granularity_bytes 2754569 --merge_max_block_size 279 --index_granularity 54048 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 21499 --primary_key_compress_block_size 49838 --replace_long_file_name_to_hash 1 --max_file_name_length 65 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 345314833 --compact_parts_max_granules_to_buffer 89 --compact_parts_merge_max_bytes_to_prefetch_part 10939254 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 58 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log --query=SELECT value FROM 02703_keeper_map_concurrent_5 WHERE key = 5 2025-08-30 04:32:10 228590 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_2cdvmcsa --log_comment 02703_keeper_map_concurrent_create_drop.sh --max_insert_threads 1 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 12271712 --max_read_buffer_size 959166 --prefer_localhost_replica 1 --max_block_size 30981 --max_joined_block_size_rows 88025 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 97 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 11477845 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 4435390632 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method io_uring --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 26 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1720830091 --min_compress_block_size 3055213 --max_compress_block_size 586345 --merge_tree_compact_parts_min_granules_to_multibuffer_read 72 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 8384948 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.85 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 0 --max_parsing_threads 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 7160041221 --index_granularity_bytes 2754569 --merge_max_block_size 279 --index_granularity 54048 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 21499 --primary_key_compress_block_size 49838 --replace_long_file_name_to_hash 1 --max_file_name_length 65 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 345314833 --compact_parts_max_granules_to_buffer 89 --compact_parts_merge_max_bytes_to_prefetch_part 10939254 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 58 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log --query=CREATE TABLE IF NOT EXISTS 02703_keeper_map_concurrent_10 (key UInt64, value UInt64) ENGINE = KeeperMap('/02703_keeper_map/test_2cdvmcsa') PRIMARY KEY(key) 2025-08-30 04:32:10 228592 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_2cdvmcsa --log_comment 02703_keeper_map_concurrent_create_drop.sh --max_insert_threads 1 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 12271712 --max_read_buffer_size 959166 --prefer_localhost_replica 1 --max_block_size 30981 --max_joined_block_size_rows 88025 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 97 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 11477845 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 4435390632 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method io_uring --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 26 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1720830091 --min_compress_block_size 3055213 --max_compress_block_size 586345 --merge_tree_compact_parts_min_granules_to_multibuffer_read 72 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 8384948 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.85 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 0 --max_parsing_threads 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 7160041221 --index_granularity_bytes 2754569 --merge_max_block_size 279 --index_granularity 54048 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 21499 --primary_key_compress_block_size 49838 --replace_long_file_name_to_hash 1 --max_file_name_length 65 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 345314833 --compact_parts_max_granules_to_buffer 89 --compact_parts_merge_max_bytes_to_prefetch_part 10939254 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 58 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log --query=SELECT value FROM 02703_keeper_map_concurrent_9 WHERE key = 9 2025-08-30 04:34:42 Killing process group 219538 2025-08-30 04:34:42 Processes in process group 219538: 2025-08-30 04:34:42 219538 /bin/sh -c /usr/bin/clickhouse-client --log_comment '02834_apache_arrow_abort.sql' --database=test_dosex9qu --send_logs_level=warning --multiquery --max_insert_threads 1 --group_by_two_level_threshold 727896 --group_by_two_level_threshold_bytes 36755050 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 23836005 --max_read_buffer_size 945181 --prefer_localhost_replica 1 --max_block_size 88814 --max_joined_block_size_rows 36883 --max_threads 3 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 87 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 49123974 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 1482006027 --min_bytes_to_use_mmap_io 2158927137 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 27 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 6055923854 --max_bytes_before_remerge_sort 776660377 --min_compress_block_size 2460461 --max_compress_block_size 2054605 --merge_tree_compact_parts_min_granules_to_multibuffer_read 36 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 7281729 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone Africa/Juba --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.55 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 1 --max_parsing_threads 0 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.516562812281734 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 7972399063 --index_granularity_bytes 6525857 --merge_max_block_size 6885 --index_granularity 15631 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 8219 --primary_key_compress_block_size 97761 --replace_long_file_name_to_hash 0 --max_file_name_length 29 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 454399310 --compact_parts_max_granules_to_buffer 42 --compact_parts_merge_max_bytes_to_prefetch_part 29586245 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 13 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log < /usr/share/clickhouse-test/queries/0_stateless/02834_apache_arrow_abort.sql > /tmp/clickhouse-test/0_stateless/02834_apache_arrow_abort.stdout 2> /tmp/clickhouse-test/0_stateless/02834_apache_arrow_abort.stderr 2025-08-30 04:34:42 219540 /usr/bin/clickhouse-client --log_comment 02834_apache_arrow_abort.sql --database=test_dosex9qu --send_logs_level=warning --multiquery --max_insert_threads 1 --group_by_two_level_threshold 727896 --group_by_two_level_threshold_bytes 36755050 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 23836005 --max_read_buffer_size 945181 --prefer_localhost_replica 1 --max_block_size 88814 --max_joined_block_size_rows 36883 --max_threads 3 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 87 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 49123974 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 1482006027 --min_bytes_to_use_mmap_io 2158927137 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 27 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 6055923854 --max_bytes_before_remerge_sort 776660377 --min_compress_block_size 2460461 --max_compress_block_size 2054605 --merge_tree_compact_parts_min_granules_to_multibuffer_read 36 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 7281729 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone Africa/Juba --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.55 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 1 --max_parsing_threads 0 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.516562812281734 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 7972399063 --index_granularity_bytes 6525857 --merge_max_block_size 6885 --index_granularity 15631 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 8219 --primary_key_compress_block_size 97761 --replace_long_file_name_to_hash 0 --max_file_name_length 29 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 454399310 --compact_parts_max_granules_to_buffer 42 --compact_parts_merge_max_bytes_to_prefetch_part 29586245 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 13 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log 2025-08-30 04:34:42 Process group 219538 should be killed 2025-08-30 04:34:42 02834_apache_arrow_abort: [ FAIL ] 600.01 sec. 2025-08-30 04:34:42 Reason: Timeout! ########## Short fault info ############ 2025-08-30 04:34:42 (version 24.8.14.10510.altinitytest (altinity build), build id: , git hash: ) (from thread 219540) Received signal 20 2025-08-30 04:34:42 Signal description: Stopped 2025-08-30 04:34:42 This is a signal used for debugging purposes by the user. 2025-08-30 04:34:42 Stack trace: 0x000000000bf45020 0x0000ff7c2860e7dc 0x0000ff7c284cbe3d 0x0000000012db5498 0x0000000012db55bc 0x000000000bdf89d0 0x0000000010531eac 0x0000000010530098 0x00000000105390a0 0x000000001053a0f8 0x000000001053e090 0x000000000bea6dcc 0x0000000012dd825c 0x000000000beb390c 0x00000000075f4184 0x0000ff7c284173fc 0x0000ff7c284174cc 2025-08-30 04:34:42 ######################################## 2025-08-30 04:34:42 (version 24.8.14.10510.altinitytest (altinity build), build id: , git hash: ) (from thread 219540) (no query) Received signal Stopped (20) 2025-08-30 04:34:42 This is a signal used for debugging purposes by the user. 2025-08-30 04:34:42 Stack trace: 0x000000000bf45020 0x0000ff7c2860e7dc 0x0000ff7c284cbe3d 0x0000000012db5498 0x0000000012db55bc 0x000000000bdf89d0 0x0000000010531eac 0x0000000010530098 0x00000000105390a0 0x000000001053a0f8 0x000000001053e090 0x000000000bea6dcc 0x0000000012dd825c 0x000000000beb390c 0x00000000075f4184 0x0000ff7c284173fc 0x0000ff7c284174cc 2025-08-30 04:34:42 2025-08-30 04:34:42 Settings used in the test: --max_insert_threads 1 --group_by_two_level_threshold 727896 --group_by_two_level_threshold_bytes 36755050 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 23836005 --max_read_buffer_size 945181 --prefer_localhost_replica 1 --max_block_size 88814 --max_joined_block_size_rows 36883 --max_threads 3 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 87 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 49123974 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 1482006027 --min_bytes_to_use_mmap_io 2158927137 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 27 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 6055923854 --max_bytes_before_remerge_sort 776660377 --min_compress_block_size 2460461 --max_compress_block_size 2054605 --merge_tree_compact_parts_min_granules_to_multibuffer_read 36 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 7281729 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 0 --session_timezone Africa/Juba --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.55 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 1 --max_parsing_threads 0 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 0 2025-08-30 04:34:42 2025-08-30 04:34:42 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.516562812281734 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 7972399063 --index_granularity_bytes 6525857 --merge_max_block_size 6885 --index_granularity 15631 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 8219 --primary_key_compress_block_size 97761 --replace_long_file_name_to_hash 0 --max_file_name_length 29 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 454399310 --compact_parts_max_granules_to_buffer 42 --compact_parts_merge_max_bytes_to_prefetch_part 29586245 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 13 --old_parts_lifetime 480 2025-08-30 04:34:42 2025-08-30 04:34:42 Database: test_dosex9qu 2025-08-30 04:34:42 Process Process-10: 2025-08-30 04:34:42 Traceback (most recent call last): 2025-08-30 04:34:42 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-08-30 04:34:42 self.run() 2025-08-30 04:34:42 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-08-30 04:34:42 self._target(*self._args, **self._kwargs) 2025-08-30 04:34:42 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-08-30 04:34:42 return run_tests_array(*args, **kwargs) 2025-08-30 04:34:42 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array 2025-08-30 04:34:42 stop_tests() 2025-08-30 04:34:42 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-08-30 04:34:42 cleanup_child_processes(os.getpid()) 2025-08-30 04:34:42 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-08-30 04:34:42 child_pgid = os.getpgid(child) 2025-08-30 04:34:42 ProcessLookupError: [Errno 3] No such process 2025-08-30 04:34:42 Child processes of 1574: 2025-08-30 04:34:42 228727 /bin/sh -c pgrep --parent 1574 -a 2025-08-30 04:34:43 Killing process group 221319 2025-08-30 04:34:43 Processes in process group 221319: 2025-08-30 04:34:43 221319 /bin/sh -c /usr/share/clickhouse-test/queries/0_stateless/02421_truncate_isolation_with_mutations.sh > /tmp/clickhouse-test/0_stateless/02421_truncate_isolation_with_mutations.stdout 2> /tmp/clickhouse-test/0_stateless/02421_truncate_isolation_with_mutations.stderr 2025-08-30 04:34:43 221322 bash /usr/share/clickhouse-test/queries/0_stateless/02421_truncate_isolation_with_mutations.sh 2025-08-30 04:34:43 227894 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_h2ljnqqb --log_comment 02421_truncate_isolation_with_mutations.sh --max_insert_threads 1 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 40092466 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 1391730 --max_read_buffer_size 1005610 --prefer_localhost_replica 0 --max_block_size 10961 --max_joined_block_size_rows 22081 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 24 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 649455 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 1055342974 --local_filesystem_read_method pread --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 17 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 2634229764 --min_compress_block_size 1020156 --max_compress_block_size 130987 --merge_tree_compact_parts_min_granules_to_multibuffer_read 113 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 17827 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Antarctica/Syowa --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.35 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 0 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 6518018634 --index_granularity_bytes 1125258 --merge_max_block_size 3772 --index_granularity 13678 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 66156 --primary_key_compress_block_size 72418 --replace_long_file_name_to_hash 1 --max_file_name_length 128 --min_bytes_for_full_part_storage 90127374 --compact_parts_max_bytes_to_buffer 328944104 --compact_parts_max_granules_to_buffer 256 --compact_parts_merge_max_bytes_to_prefetch_part 2666305 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 19 --old_parts_lifetime 28 --allow_repeated_settings --client_logs_file=./client.fatal.log -q create table tt (n int) engine=MergeTree order by tuple() settings old_parts_lifetime=0 2025-08-30 04:34:43 Process group 221319 should be killed 2025-08-30 04:34:43 02421_truncate_isolation_with_mutations: [ FAIL ] 600.01 sec. 2025-08-30 04:34:43 Reason: Timeout! ########## Short fault info ############ 2025-08-30 04:34:43 (version 24.8.14.10510.altinitytest (altinity build), build id: , git hash: ) (from thread 227894) Received signal 20 2025-08-30 04:34:43 Signal description: Stopped 2025-08-30 04:34:43 This is a signal used for debugging purposes by the user. 2025-08-30 04:34:43 Stack trace: 0x000000000bf45020 0x0000ffe59c90c7dc 0x0000ffe59c7cbe3d 0x0000000012db5498 0x0000000012db55bc 0x000000000bdf89d0 0x0000000010531eac 0x0000000010530098 0x00000000105390a0 0x000000001053a0f8 0x000000001053df80 0x000000000bea6dcc 0x0000000012dd825c 0x000000000beb390c 0x00000000075f4184 0x0000ffe59c7173fc 0x0000ffe59c7174cc 2025-08-30 04:34:43 ######################################## 2025-08-30 04:34:43 (version 24.8.14.10510.altinitytest (altinity build), build id: , git hash: ) (from thread 227894) (no query) Received signal Stopped (20) 2025-08-30 04:34:43 This is a signal used for debugging purposes by the user. 2025-08-30 04:34:43 Stack trace: 0x000000000bf45020 0x0000ffe59c90c7dc 0x0000ffe59c7cbe3d 0x0000000012db5498 0x0000000012db55bc 0x000000000bdf89d0 0x0000000010531eac 0x0000000010530098 0x00000000105390a0 0x000000001053a0f8 0x000000001053df80 0x000000000bea6dcc 0x0000000012dd825c 0x000000000beb390c 0x00000000075f4184 0x0000ffe59c7173fc 0x0000ffe59c7174cc 2025-08-30 04:34:43 2025-08-30 04:34:43 Settings used in the test: --max_insert_threads 1 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 40092466 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 1391730 --max_read_buffer_size 1005610 --prefer_localhost_replica 0 --max_block_size 10961 --max_joined_block_size_rows 22081 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 24 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 649455 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 1055342974 --local_filesystem_read_method pread --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 17 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 2634229764 --min_compress_block_size 1020156 --max_compress_block_size 130987 --merge_tree_compact_parts_min_granules_to_multibuffer_read 113 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 17827 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Antarctica/Syowa --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.35 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 0 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 2025-08-30 04:34:43 2025-08-30 04:34:43 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 6518018634 --index_granularity_bytes 1125258 --merge_max_block_size 3772 --index_granularity 13678 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 66156 --primary_key_compress_block_size 72418 --replace_long_file_name_to_hash 1 --max_file_name_length 128 --min_bytes_for_full_part_storage 90127374 --compact_parts_max_bytes_to_buffer 328944104 --compact_parts_max_granules_to_buffer 256 --compact_parts_merge_max_bytes_to_prefetch_part 2666305 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 19 --old_parts_lifetime 28 2025-08-30 04:34:43 2025-08-30 04:34:43 Database: test_h2ljnqqb 2025-08-30 04:34:44 Process Process-7: 2025-08-30 04:34:44 Traceback (most recent call last): 2025-08-30 04:34:44 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-08-30 04:34:44 self.run() 2025-08-30 04:34:44 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-08-30 04:34:44 self._target(*self._args, **self._kwargs) 2025-08-30 04:34:44 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-08-30 04:34:44 return run_tests_array(*args, **kwargs) 2025-08-30 04:34:44 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array 2025-08-30 04:34:44 stop_tests() 2025-08-30 04:34:44 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-08-30 04:34:44 cleanup_child_processes(os.getpid()) 2025-08-30 04:34:44 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-08-30 04:34:44 child_pgid = os.getpgid(child) 2025-08-30 04:34:44 ProcessLookupError: [Errno 3] No such process 2025-08-30 04:34:44 Child processes of 1564: 2025-08-30 04:34:44 228733 /bin/sh -c pgrep --parent 1564 -a 2025-08-30 04:34:48 Process group 226371 should be killed 2025-08-30 04:34:48 02703_keeper_map_concurrent_create_drop: [ FAIL ] 600.01 sec. 2025-08-30 04:34:48 Reason: Timeout! 2025-08-30 04:34:48 Settings used in the test: --max_insert_threads 1 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 1 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 12271712 --max_read_buffer_size 959166 --prefer_localhost_replica 1 --max_block_size 30981 --max_joined_block_size_rows 88025 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 97 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 11477845 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 4435390632 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method io_uring --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 26 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1720830091 --min_compress_block_size 3055213 --max_compress_block_size 586345 --merge_tree_compact_parts_min_granules_to_multibuffer_read 72 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 8384948 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Mexico/BajaSur --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.85 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 0 --max_parsing_threads 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 2025-08-30 04:34:48 2025-08-30 04:34:48 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 1000000 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 7160041221 --index_granularity_bytes 2754569 --merge_max_block_size 279 --index_granularity 54048 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 21499 --primary_key_compress_block_size 49838 --replace_long_file_name_to_hash 1 --max_file_name_length 65 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 345314833 --compact_parts_max_granules_to_buffer 89 --compact_parts_merge_max_bytes_to_prefetch_part 10939254 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 58 --old_parts_lifetime 480 2025-08-30 04:34:48 2025-08-30 04:34:48 Database: test_2cdvmcsa 2025-08-30 04:34:48 Process Process-6: 2025-08-30 04:34:48 Traceback (most recent call last): 2025-08-30 04:34:48 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-08-30 04:34:48 self.run() 2025-08-30 04:34:48 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-08-30 04:34:48 self._target(*self._args, **self._kwargs) 2025-08-30 04:34:48 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-08-30 04:34:48 return run_tests_array(*args, **kwargs) 2025-08-30 04:34:48 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array 2025-08-30 04:34:48 stop_tests() 2025-08-30 04:34:48 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-08-30 04:34:48 cleanup_child_processes(os.getpid()) 2025-08-30 04:34:48 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-08-30 04:34:48 child_pgid = os.getpgid(child) 2025-08-30 04:34:48 ProcessLookupError: [Errno 3] No such process 2025-08-30 04:34:48 Child processes of 1560: 2025-08-30 04:34:48 228739 /bin/sh -c pgrep --parent 1560 -a 2025-08-30 04:34:51 Killing process group 227546 2025-08-30 04:34:51 Processes in process group 227546: 2025-08-30 04:34:51 227546 /bin/sh -c /usr/share/clickhouse-test/queries/0_stateless/02097_json_strings_deserialization.sh > /tmp/clickhouse-test/0_stateless/02097_json_strings_deserialization.stdout 2> /tmp/clickhouse-test/0_stateless/02097_json_strings_deserialization.stderr 2025-08-30 04:34:51 227550 bash /usr/share/clickhouse-test/queries/0_stateless/02097_json_strings_deserialization.sh 2025-08-30 04:34:51 228555 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_5cmrjj3n --log_comment 02097_json_strings_deserialization.sh --max_insert_threads 2 --group_by_two_level_threshold 448199 --group_by_two_level_threshold_bytes 13903982 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 10686733 --max_read_buffer_size 682835 --prefer_localhost_replica 0 --max_block_size 52322 --max_joined_block_size_rows 90989 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 71 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 19498525 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 27 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 2854682255 --min_compress_block_size 1034963 --max_compress_block_size 1786202 --merge_tree_compact_parts_min_granules_to_multibuffer_read 70 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 7914295 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Africa/Juba --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.02 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 1 --max_parsing_threads 10 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 1 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.6906130204620162 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 618272 --vertical_merge_algorithm_min_columns_to_activate 24 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 880986239 --index_granularity_bytes 29961937 --merge_max_block_size 20264 --index_granularity 53634 --min_bytes_for_wide_part 0 --marks_compress_block_size 20679 --primary_key_compress_block_size 93211 --replace_long_file_name_to_hash 1 --max_file_name_length 128 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 144553140 --compact_parts_max_granules_to_buffer 17 --compact_parts_merge_max_bytes_to_prefetch_part 29085434 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 355 --allow_repeated_settings --client_logs_file=./client.fatal.log -q select * from test_02097 format JSONStringsEachRow 2025-08-30 04:34:51 Process group 227546 should be killed 2025-08-30 04:34:51 02097_json_strings_deserialization: [ FAIL ] 600.01 sec. 2025-08-30 04:34:51 Reason: Timeout! Error on processing query: Code: 27. DB::Exception: Cannot parse input: expected '{' before: 'Timeout exceeded while receiving data from server. Waited for 300 seconds, timeout is 300 seconds.\n': (at row 1) 2025-08-30 04:34:51 : (in file/uri (fd = 0)): While executing JSONEachRowRowInputFormat: data for INSERT was parsed from stdin. (CANNOT_PARSE_INPUT_ASSERTION_FAILED) (version 24.8.14.10510.altinitytest (altinity build)) 2025-08-30 04:34:51 (query: insert into test_02097 format JSONStringsEachRow) 2025-08-30 04:34:51 ########## Short fault info ############ 2025-08-30 04:34:51 (version 24.8.14.10510.altinitytest (altinity build), build id: , git hash: ) (from thread 228555) Received signal 20 2025-08-30 04:34:51 Signal description: Stopped 2025-08-30 04:34:51 This is a signal used for debugging purposes by the user. 2025-08-30 04:34:51 Stack trace: 0x000000000bf45020 0x0000ff81c13e77dc 0x0000ff81c129be3d 0x0000000012db5498 0x0000000012db55bc 0x000000000bdf89d0 0x0000000010531eac 0x0000000010530098 0x00000000105390a0 0x000000001053a0f8 0x000000001053df80 0x000000000bea6dcc 0x0000000012dd825c 0x000000000beb390c 0x00000000075f4184 0x0000ff81c11e73fc 0x0000ff81c11e74cc 2025-08-30 04:34:51 ######################################## 2025-08-30 04:34:51 (version 24.8.14.10510.altinitytest (altinity build), build id: , git hash: ) (from thread 228555) (no query) Received signal Stopped (20) 2025-08-30 04:34:51 This is a signal used for debugging purposes by the user. 2025-08-30 04:34:51 Stack trace: 0x000000000bf45020 0x0000ff81c13e77dc 0x0000ff81c129be3d 0x0000000012db5498 0x0000000012db55bc 0x000000000bdf89d0 0x0000000010531eac 0x0000000010530098 0x00000000105390a0 0x000000001053a0f8 0x000000001053df80 0x000000000bea6dcc 0x0000000012dd825c 0x000000000beb390c 0x00000000075f4184 0x0000ff81c11e73fc 0x0000ff81c11e74cc 2025-08-30 04:34:51 2025-08-30 04:34:51 Settings used in the test: --max_insert_threads 2 --group_by_two_level_threshold 448199 --group_by_two_level_threshold_bytes 13903982 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 10686733 --max_read_buffer_size 682835 --prefer_localhost_replica 0 --max_block_size 52322 --max_joined_block_size_rows 90989 --max_threads 2 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 71 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 19498525 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 0 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 0 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 27 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 2854682255 --min_compress_block_size 1034963 --max_compress_block_size 1786202 --merge_tree_compact_parts_min_granules_to_multibuffer_read 70 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 7914295 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 0 --min_count_to_compile_sort_description 3 --session_timezone Africa/Juba --use_page_cache_for_disks_without_file_cache False --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.02 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 1 --max_parsing_threads 10 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 1 2025-08-30 04:34:51 2025-08-30 04:34:51 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.6906130204620162 --prefer_fetch_merged_part_size_threshold 10737418240 --vertical_merge_algorithm_min_rows_to_activate 618272 --vertical_merge_algorithm_min_columns_to_activate 24 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 880986239 --index_granularity_bytes 29961937 --merge_max_block_size 20264 --index_granularity 53634 --min_bytes_for_wide_part 0 --marks_compress_block_size 20679 --primary_key_compress_block_size 93211 --replace_long_file_name_to_hash 1 --max_file_name_length 128 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 144553140 --compact_parts_max_granules_to_buffer 17 --compact_parts_merge_max_bytes_to_prefetch_part 29085434 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 355 2025-08-30 04:34:51 2025-08-30 04:34:51 Database: test_5cmrjj3n 2025-08-30 04:34:51 Killing process group 227772 2025-08-30 04:34:51 Processes in process group 227772: 2025-08-30 04:34:51 227772 /bin/sh -c /usr/bin/clickhouse-client --log_comment '00913_many_threads.sql' --database=test_pki5n2s5 --send_logs_level=warning --multiquery --max_insert_threads 2 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 32118019 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 6630690 --max_read_buffer_size 768727 --prefer_localhost_replica 1 --max_block_size 18887 --max_joined_block_size_rows 31415 --max_threads 1 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 70 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 42203507 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method read --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 26 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 3444133033 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 2303808572 --min_compress_block_size 2983234 --max_compress_block_size 1939547 --merge_tree_compact_parts_min_granules_to_multibuffer_read 13 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 1785815 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 3 --session_timezone Africa/Khartoum --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.54 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 10 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 1 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 5949521250 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 12706059 --merge_max_block_size 23862 --index_granularity 12830 --min_bytes_for_wide_part 390155121 --marks_compress_block_size 8021 --primary_key_compress_block_size 36766 --replace_long_file_name_to_hash 0 --max_file_name_length 59 --min_bytes_for_full_part_storage 205618736 --compact_parts_max_bytes_to_buffer 488108375 --compact_parts_max_granules_to_buffer 157 --compact_parts_merge_max_bytes_to_prefetch_part 24684173 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 0 --old_parts_lifetime 256 --allow_repeated_settings --client_logs_file=./client.fatal.log < /usr/share/clickhouse-test/queries/0_stateless/00913_many_threads.sql > /tmp/clickhouse-test/0_stateless/00913_many_threads.stdout 2> /tmp/clickhouse-test/0_stateless/00913_many_threads.stderr 2025-08-30 04:34:51 227774 /usr/bin/clickhouse-client --log_comment 00913_many_threads.sql --database=test_pki5n2s5 --send_logs_level=warning --multiquery --max_insert_threads 2 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 32118019 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 6630690 --max_read_buffer_size 768727 --prefer_localhost_replica 1 --max_block_size 18887 --max_joined_block_size_rows 31415 --max_threads 1 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 70 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 42203507 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method read --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 26 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 3444133033 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 2303808572 --min_compress_block_size 2983234 --max_compress_block_size 1939547 --merge_tree_compact_parts_min_granules_to_multibuffer_read 13 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 1785815 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 3 --session_timezone Africa/Khartoum --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.54 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 10 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 1 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 5949521250 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 12706059 --merge_max_block_size 23862 --index_granularity 12830 --min_bytes_for_wide_part 390155121 --marks_compress_block_size 8021 --primary_key_compress_block_size 36766 --replace_long_file_name_to_hash 0 --max_file_name_length 59 --min_bytes_for_full_part_storage 205618736 --compact_parts_max_bytes_to_buffer 488108375 --compact_parts_max_granules_to_buffer 157 --compact_parts_merge_max_bytes_to_prefetch_part 24684173 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 0 --old_parts_lifetime 256 --allow_repeated_settings --client_logs_file=./client.fatal.log 2025-08-30 04:34:51 Process group 227772 should be killed 2025-08-30 04:34:51 00913_many_threads: [ FAIL ] 600.01 sec. 2025-08-30 04:34:51 Reason: Timeout! ########## Short fault info ############ 2025-08-30 04:34:51 (version 24.8.14.10510.altinitytest (altinity build), build id: , git hash: ) (from thread 227774) Received signal 20 2025-08-30 04:34:51 Signal description: Stopped 2025-08-30 04:34:51 This is a signal used for debugging purposes by the user. 2025-08-30 04:34:51 Stack trace: 0x000000000bf45020 0x0000ffb0b27597dc 0x0000ffb0b260be3d 0x0000000012db5498 0x0000000012db55bc 0x000000000bdf89d0 0x0000000010531eac 0x0000000010530098 0x00000000105390a0 0x000000001053a0f8 0x000000001053e090 0x000000000bea6dcc 0x0000000012dd825c 0x000000000beb390c 0x00000000075f4184 0x0000ffb0b25573fc 0x0000ffb0b25574cc 2025-08-30 04:34:51 ######################################## 2025-08-30 04:34:51 (version 24.8.14.10510.altinitytest (altinity build), build id: , git hash: ) (from thread 227774) (no query) Received signal Stopped (20) 2025-08-30 04:34:51 This is a signal used for debugging purposes by the user. 2025-08-30 04:34:51 Stack trace: 0x000000000bf45020 0x0000ffb0b27597dc 0x0000ffb0b260be3d 0x0000000012db5498 0x0000000012db55bc 0x000000000bdf89d0 0x0000000010531eac 0x0000000010530098 0x00000000105390a0 0x000000001053a0f8 0x000000001053e090 0x000000000bea6dcc 0x0000000012dd825c 0x000000000beb390c 0x00000000075f4184 0x0000ffb0b25573fc 0x0000ffb0b25574cc 2025-08-30 04:34:51 2025-08-30 04:34:51 Settings used in the test: --max_insert_threads 2 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 32118019 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 6630690 --max_read_buffer_size 768727 --prefer_localhost_replica 1 --max_block_size 18887 --max_joined_block_size_rows 31415 --max_threads 1 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 70 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 42203507 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method read --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 3 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 26 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 3444133033 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 2303808572 --min_compress_block_size 2983234 --max_compress_block_size 1939547 --merge_tree_compact_parts_min_granules_to_multibuffer_read 13 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 1785815 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 3 --session_timezone Africa/Khartoum --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.54 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 1 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 10 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 1 2025-08-30 04:34:51 2025-08-30 04:34:51 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 5949521250 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 12706059 --merge_max_block_size 23862 --index_granularity 12830 --min_bytes_for_wide_part 390155121 --marks_compress_block_size 8021 --primary_key_compress_block_size 36766 --replace_long_file_name_to_hash 0 --max_file_name_length 59 --min_bytes_for_full_part_storage 205618736 --compact_parts_max_bytes_to_buffer 488108375 --compact_parts_max_granules_to_buffer 157 --compact_parts_merge_max_bytes_to_prefetch_part 24684173 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 0 --old_parts_lifetime 256 2025-08-30 04:34:51 2025-08-30 04:34:51 Database: test_pki5n2s5 2025-08-30 04:34:51 Process Process-8: 2025-08-30 04:34:51 Traceback (most recent call last): 2025-08-30 04:34:51 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-08-30 04:34:51 self.run() 2025-08-30 04:34:51 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-08-30 04:34:51 self._target(*self._args, **self._kwargs) 2025-08-30 04:34:51 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-08-30 04:34:51 return run_tests_array(*args, **kwargs) 2025-08-30 04:34:51 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array 2025-08-30 04:34:51 stop_tests() 2025-08-30 04:34:51 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-08-30 04:34:51 cleanup_child_processes(os.getpid()) 2025-08-30 04:34:51 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-08-30 04:34:51 child_pgid = os.getpgid(child) 2025-08-30 04:34:51 ProcessLookupError: [Errno 3] No such process 2025-08-30 04:34:51 Child processes of 1566: 2025-08-30 04:34:51 228745 /bin/sh -c pgrep --parent 1566 -a 2025-08-30 04:34:51 Process Process-9: 2025-08-30 04:34:51 Traceback (most recent call last): 2025-08-30 04:34:51 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-08-30 04:34:51 self.run() 2025-08-30 04:34:51 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-08-30 04:34:51 self._target(*self._args, **self._kwargs) 2025-08-30 04:34:51 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-08-30 04:34:51 return run_tests_array(*args, **kwargs) 2025-08-30 04:34:51 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array 2025-08-30 04:34:51 stop_tests() 2025-08-30 04:34:51 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-08-30 04:34:51 cleanup_child_processes(os.getpid()) 2025-08-30 04:34:51 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-08-30 04:34:51 child_pgid = os.getpgid(child) 2025-08-30 04:34:51 ProcessLookupError: [Errno 3] No such process 2025-08-30 04:34:51 Child processes of 1572: 2025-08-30 04:34:51 228750 /bin/sh -c pgrep --parent 1572 -a 2025-08-30 04:36:39 Hang up check failed 2025-08-30 04:36:39 Server died, terminating all processes... 2025-08-30 04:36:39 Running 571 stateless tests (MainProcess). 2025-08-30 04:36:39 Child processes of 1539: 2025-08-30 04:36:39 1542 python3 /usr/bin/clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs 1 --hung-check --print-time --jobs 8 --report-coverage --report-logs-stats 2025-08-30 04:36:39 1548 python3 /usr/bin/clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs 1 --hung-check --print-time --jobs 8 --report-coverage --report-logs-stats 2025-08-30 04:36:39 1558 python3 /usr/bin/clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --no-drop-if-fail --capture-client-stacktrace --test-runs 1 --hung-check --print-time --jobs 8 --report-coverage --report-logs-stats 2025-08-30 04:36:39 228764 /bin/sh -c pgrep --parent 1539 -a 2025-08-30 04:36:39 Traceback (most recent call last): 2025-08-30 04:36:39 File "/usr/bin/clickhouse-test", line 3626, in 2025-08-30 04:36:39 main(args) 2025-08-30 04:36:39 File "/usr/bin/clickhouse-test", line 2976, in main 2025-08-30 04:36:39 total_tests_run += do_run_tests(args.jobs, test_suite) 2025-08-30 04:36:39 File "/usr/bin/clickhouse-test", line 2599, in do_run_tests 2025-08-30 04:36:39 run_tests_array( 2025-08-30 04:36:39 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array 2025-08-30 04:36:39 stop_tests() 2025-08-30 04:36:39 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-08-30 04:36:39 cleanup_child_processes(os.getpid()) 2025-08-30 04:36:39 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-08-30 04:36:39 child_pgid = os.getpgid(child) 2025-08-30 04:36:39 ProcessLookupError: [Errno 3] No such process 2025-08-30 04:36:40 Process Process-5: 2025-08-30 04:36:40 Traceback (most recent call last): 2025-08-30 04:36:40 File "/usr/bin/clickhouse-test", line 2280, in run_tests_array 2025-08-30 04:36:40 test_result = test_case.run( 2025-08-30 04:36:40 File "/usr/bin/clickhouse-test", line 1812, in run 2025-08-30 04:36:40 raise e 2025-08-30 04:36:40 File "/usr/bin/clickhouse-test", line 1808, in run 2025-08-30 04:36:40 self._cleanup(result.status == TestStatus.OK) 2025-08-30 04:36:40 File "/usr/bin/clickhouse-test", line 1871, in _cleanup 2025-08-30 04:36:40 self._cleanup_database(args, timeout) 2025-08-30 04:36:40 File "/usr/bin/clickhouse-test", line 1905, in _cleanup_database 2025-08-30 04:36:40 clickhouse_execute( 2025-08-30 04:36:40 File "/usr/bin/clickhouse-test", line 330, in clickhouse_execute 2025-08-30 04:36:40 return clickhouse_execute_http( 2025-08-30 04:36:40 File "/usr/bin/clickhouse-test", line 305, in clickhouse_execute_http 2025-08-30 04:36:40 res = client.getresponse() 2025-08-30 04:36:40 File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse 2025-08-30 04:36:40 response.begin() 2025-08-30 04:36:40 File "/usr/lib/python3.10/http/client.py", line 318, in begin 2025-08-30 04:36:40 version, status, reason = self._read_status() 2025-08-30 04:36:40 File "/usr/lib/python3.10/http/client.py", line 279, in _read_status 2025-08-30 04:36:40 line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") 2025-08-30 04:36:40 File "/usr/lib/python3.10/socket.py", line 705, in readinto 2025-08-30 04:36:40 return self._sock.recv_into(b) 2025-08-30 04:36:40 File "/usr/bin/clickhouse-test", line 3470, in signal_handler 2025-08-30 04:36:40 raise Terminated(signal) 2025-08-30 04:36:40 Terminated: 15 2025-08-30 04:36:40 2025-08-30 04:36:40 During handling of the above exception, another exception occurred: 2025-08-30 04:36:40 2025-08-30 04:36:40 Traceback (most recent call last): 2025-08-30 04:36:40 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap 2025-08-30 04:36:40 self.run() 2025-08-30 04:36:40 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run 2025-08-30 04:36:40 self._target(*self._args, **self._kwargs) 2025-08-30 04:36:40 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process 2025-08-30 04:36:40 return run_tests_array(*args, **kwargs) 2025-08-30 04:36:40 File "/usr/bin/clickhouse-test", line 2317, in run_tests_array 2025-08-30 04:36:40 stop_tests() 2025-08-30 04:36:40 File "/usr/bin/clickhouse-test", line 442, in stop_tests 2025-08-30 04:36:40 cleanup_child_processes(os.getpid()) 2025-08-30 04:36:40 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes 2025-08-30 04:36:40 child_pgid = os.getpgid(child) 2025-08-30 04:36:40 ProcessLookupError: [Errno 3] No such process 2025-08-30 04:36:40 Break tests execution 2025-08-30 04:36:40 Child processes of 1558: 2025-08-30 04:36:40 228765 /bin/sh -c pgrep --parent 1558 -a + set -e + echo 'Files in current directory' Files in current directory + ls -la ./ total 121996 drwxr-xr-x 1 root root 4096 Aug 30 04:32 . drwxr-xr-x 1 root root 4096 Aug 30 04:32 .. -rw-rw-r-- 1 1000 1000 119 Aug 30 04:11 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 2380 Jan 31 2025 attach_gdb.lib -rw-r--r-- 1 root root 1481 Aug 30 04:15 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4239 Aug 30 04:15 __azurite_db_blob__.json -rw-r--r-- 1 root root 43573 Aug 30 04:36 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 Aug 30 04:15 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 292 Aug 30 04:11 broken_tests.json -rw-r--r-- 1 root root 16170 Aug 30 04:32 client.fatal.log drwxr-xr-x 14 root root 3780 Aug 30 04:14 dev -rwxr-xr-x 1 root root 0 Aug 30 04:14 .dockerenv drwxr-xr-x 1 root root 4096 Aug 30 04:15 etc drwxr-xr-x 1 1000 1000 4096 Aug 30 04:15 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib -rwxr-xr-x 1 root root 25690264 Jan 31 2025 mc drwxr-xr-x 2 root root 4096 Sep 11 2024 media -rwxr-xr-x 1 root root 98959512 Jan 31 2025 minio drwxr-xr-x 4 root root 4096 Aug 30 04:15 minio_data drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt drwxr-xr-x 1 root root 4096 Jan 31 2025 opt -rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Aug 30 04:14 package_folder dr-xr-xr-x 309 root root 0 Aug 30 04:14 proc -rwxrwxr-x 1 root root 9627 Jan 31 2025 process_functional_tests_result.py -rw-r--r-- 1 root root 29 Aug 30 04:19 queries_02352 -rw-rw-r-- 1 root root 837 Jan 31 2025 requirements.txt drwx------ 1 root root 4096 Aug 30 04:20 root drwxr-xr-x 1 root root 4096 Aug 30 04:15 run -rwxrwxr-x 1 root root 22124 Jan 31 2025 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 747 Aug 30 04:15 script.gdb -rwxrwxr-x 1 root root 10374 Jan 31 2025 setup_export_logs.sh -rwxrwxr-x 1 root root 360 Jan 31 2025 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3456 Jan 31 2025 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 2024 srv -rw-rw-r-- 1 root root 14015 Jan 31 2025 stress_tests.lib dr-xr-xr-x 13 root root 0 Aug 30 04:14 sys drwxrwxr-x 2 1000 1000 4096 Aug 30 04:15 test_output drwxrwxrwt 1 root root 4096 Aug 30 04:36 tmp drwxr-xr-x 1 root root 4096 Sep 11 2024 usr -rw-rw-r-- 1 root root 897 Jan 31 2025 utils.lib drwxr-xr-x 1 root root 4096 Sep 11 2024 var + echo 'Files in root directory' Files in root directory + ls -la / total 121996 drwxr-xr-x 1 root root 4096 Aug 30 04:32 . drwxr-xr-x 1 root root 4096 Aug 30 04:32 .. -rw-rw-r-- 1 1000 1000 119 Aug 30 04:11 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 2380 Jan 31 2025 attach_gdb.lib -rw-r--r-- 1 root root 1481 Aug 30 04:15 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4239 Aug 30 04:15 __azurite_db_blob__.json -rw-r--r-- 1 root root 43573 Aug 30 04:36 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 Aug 30 04:15 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 292 Aug 30 04:11 broken_tests.json -rw-r--r-- 1 root root 16170 Aug 30 04:32 client.fatal.log drwxr-xr-x 14 root root 3780 Aug 30 04:14 dev -rwxr-xr-x 1 root root 0 Aug 30 04:14 .dockerenv drwxr-xr-x 1 root root 4096 Aug 30 04:15 etc drwxr-xr-x 1 1000 1000 4096 Aug 30 04:15 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib -rwxr-xr-x 1 root root 25690264 Jan 31 2025 mc drwxr-xr-x 2 root root 4096 Sep 11 2024 media -rwxr-xr-x 1 root root 98959512 Jan 31 2025 minio drwxr-xr-x 4 root root 4096 Aug 30 04:15 minio_data drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt drwxr-xr-x 1 root root 4096 Jan 31 2025 opt -rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 Aug 30 04:14 package_folder dr-xr-xr-x 309 root root 0 Aug 30 04:14 proc -rwxrwxr-x 1 root root 9627 Jan 31 2025 process_functional_tests_result.py -rw-r--r-- 1 root root 29 Aug 30 04:19 queries_02352 -rw-rw-r-- 1 root root 837 Jan 31 2025 requirements.txt drwx------ 1 root root 4096 Aug 30 04:20 root drwxr-xr-x 1 root root 4096 Aug 30 04:15 run -rwxrwxr-x 1 root root 22124 Jan 31 2025 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 747 Aug 30 04:15 script.gdb -rwxrwxr-x 1 root root 10374 Jan 31 2025 setup_export_logs.sh -rwxrwxr-x 1 root root 360 Jan 31 2025 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3456 Jan 31 2025 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 2024 srv -rw-rw-r-- 1 root root 14015 Jan 31 2025 stress_tests.lib dr-xr-xr-x 13 root root 0 Aug 30 04:14 sys drwxrwxr-x 2 1000 1000 4096 Aug 30 04:15 test_output drwxrwxrwt 1 root root 4096 Aug 30 04:36 tmp drwxr-xr-x 1 root root 4096 Sep 11 2024 usr -rw-rw-r-- 1 root root 897 Jan 31 2025 utils.lib drwxr-xr-x 1 root root 4096 Sep 11 2024 var + /process_functional_tests_result.py 2025-08-30 04:36:42,725 File /analyzer_tech_debt.txt with broken tests found 2025-08-30 04:36:42,788 File /broken_tests.json with broken tests found 2025-08-30 04:36:42,800 Broken tests in the list: 4 2025-08-30 04:36:42,806 Find files in result folder minio.log,run.log,gdb.log,hdfs_minicluster.log,test_result.txt 2025-08-30 04:36:43,201 Is flaky check: False 2025-08-30 04:36:43,303 Result parsed 2025-08-30 04:36:43,493 Result written + clickhouse-client -q 'system flush logs' Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:38852, 300000 ms): (localhost:9000, ::1, local address: [::1]:38852). (SOCKET_TIMEOUT) + : + stop_logs_replication + echo 'Detach all logs replication' Detach all logs replication + timeout --preserve-status --signal TERM --kill-after 5m 15m xargs -n1 -r -i clickhouse-client --query 'drop table {}' + clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')' + tee /dev/stderr xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:46814, 300000 ms): (localhost:9000, ::1, local address: [::1]:46814). (SOCKET_TIMEOUT) + failed_to_save_logs=0 + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.query_log into outfile '\''/test_output/query_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:45524, 300000 ms): (localhost:9000, ::1, local address: [::1]:45524). (SOCKET_TIMEOUT) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.zookeeper_log into outfile '\''/test_output/zookeeper_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:60214, 300000 ms): (localhost:9000, ::1, local address: [::1]:60214). (SOCKET_TIMEOUT) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.trace_log into outfile '\''/test_output/trace_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:48918, 300000 ms): (localhost:9000, ::1, local address: [::1]:48918). (SOCKET_TIMEOUT) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.transactions_info_log into outfile '\''/test_output/transactions_info_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:57944, 300000 ms): (localhost:9000, ::1, local address: [::1]:57944). (SOCKET_TIMEOUT) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.metric_log into outfile '\''/test_output/metric_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:35020, 300000 ms): (localhost:9000, ::1, local address: [::1]:35020). (SOCKET_TIMEOUT) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.blob_storage_log into outfile '\''/test_output/blob_storage_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:60308, 300000 ms): (localhost:9000, ::1, local address: [::1]:60308). (SOCKET_TIMEOUT) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-client -q 'select * from system.error_log into outfile '\''/test_output/error_log.tsv.zst'\'' format TSVWithNamesAndTypes' Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:53746, 300000 ms): (localhost:9000, ::1, local address: [::1]:53746). (SOCKET_TIMEOUT) + failed_to_save_logs=1 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + sleep 1 + clickhouse-client -q 'SYSTEM FLUSH ASYNC INSERT QUEUE' + clickhouse-client -q 'SELECT log FROM minio_audit_logs ORDER BY event_time INTO OUTFILE '\''/test_output/minio_audit_logs.jsonl.zst'\'' FORMAT JSONEachRow' + clickhouse-client -q 'SELECT log FROM minio_server_logs ORDER BY event_time INTO OUTFILE '\''/test_output/minio_server_logs.jsonl.zst'\'' FORMAT JSONEachRow' + sudo clickhouse stop API: SYSTEM.config Time: 02:23:50 UTC 08/30/2025 DeploymentID: dff773f6-771d-444c-bc23-f6b83e9df923 Error: unable to send webhook log entry to 'minio-http-audit-ch_audit_webhook' err 'http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString returned 'Post "http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString": read tcp [::1]:48140->[::1]:8123: read: connection reset by peer', please check your endpoint configuration' (*fmt.wrapError) 4: internal/logger/logonce.go:64:logger.(*logOnceType).logOnceConsoleIf() 3: internal/logger/logonce.go:157:logger.LogOnceConsoleIf() 2: cmd/logging.go:132:cmd.configLogOnceConsoleIf() 1: internal/logger/target/http/http.go:416:http.(*Target).startQueueProcessor() API: SYSTEM.config Time: 02:23:53 UTC 08/30/2025 DeploymentID: dff773f6-771d-444c-bc23-f6b83e9df923 Error: unable to send webhook log entry to 'minio-http-audit-ch_audit_webhook' err 'http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString returned 'Post "http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString": dial tcp 127.0.0.1:8123: connect: connection refused', please check your endpoint configuration' (*fmt.wrapError) 4: internal/logger/logonce.go:64:logger.(*logOnceType).logOnceConsoleIf() 3: internal/logger/logonce.go:157:logger.LogOnceConsoleIf() 2: cmd/logging.go:132:cmd.configLogOnceConsoleIf() 1: internal/logger/target/http/http.go:416:http.(*Target).startQueueProcessor() API: SYSTEM.config Time: 02:23:56 UTC 08/30/2025 DeploymentID: dff773f6-771d-444c-bc23-f6b83e9df923 Error: unable to send webhook log entry to 'minio-http-audit-ch_audit_webhook' err 'http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString returned 'Post "http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString": dial tcp 127.0.0.1:8123: connect: connection refused', please check your endpoint configuration' (*fmt.wrapError) 4: internal/logger/logonce.go:64:logger.(*logOnceType).logOnceConsoleIf() 3: internal/logger/logonce.go:157:logger.LogOnceConsoleIf() 2: cmd/logging.go:132:cmd.configLogOnceConsoleIf() 1: internal/logger/target/http/http.go:416:http.(*Target).startQueueProcessor() /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 626. The process with pid = 626 is running. Sent terminate signal to process with pid 626. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 626. The process with pid = 626 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 626. The process with pid = 626 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 626. The process with pid = 626 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 626. The process with pid = 626 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 626. The process with pid = 626 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 626. The process with pid = 626 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 626. The process with pid = 626 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 626. The process with pid = 626 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 626. The process with pid = 626 does not exist. Server stopped + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + kill 1508 + rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log + : + rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log + : + data_path_config=--path=/var/lib/clickhouse/ + zstd --threads=0 + [[ -n '' ]] + '[' 1 -ne 0 ']' + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes' + zstd --threads=0 API: SYSTEM.config Time: 02:23:59 UTC 08/30/2025 DeploymentID: dff773f6-771d-444c-bc23-f6b83e9df923 Error: unable to send webhook log entry to 'minio-http-audit-ch_audit_webhook' err 'http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString returned 'Post "http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString": dial tcp 127.0.0.1:8123: connect: connection refused', please check your endpoint configuration' (*fmt.wrapError) 4: internal/logger/logonce.go:64:logger.(*logOnceType).logOnceConsoleIf() 3: internal/logger/logonce.go:157:logger.LogOnceConsoleIf() 2: cmd/logging.go:132:cmd.configLogOnceConsoleIf() 1: internal/logger/target/http/http.go:416:http.(*Target).startQueueProcessor() + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + zstd --threads=0 + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.blob_storage_log format TSVWithNamesAndTypes' + zstd --threads=0 API: SYSTEM.config Time: 02:24:02 UTC 08/30/2025 DeploymentID: dff773f6-771d-444c-bc23-f6b83e9df923 Error: unable to send webhook log entry to 'minio-http-audit-ch_audit_webhook' err 'http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString returned 'Post "http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString": dial tcp 127.0.0.1:8123: connect: connection refused', please check your endpoint configuration' (*fmt.wrapError) 4: internal/logger/logonce.go:64:logger.(*logOnceType).logOnceConsoleIf() 3: internal/logger/logonce.go:157:logger.LogOnceConsoleIf() 2: cmd/logging.go:132:cmd.configLogOnceConsoleIf() 1: internal/logger/target/http/http.go:416:http.(*Target).startQueueProcessor() + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log blob_storage_log error_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.error_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''CPU'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 API: SYSTEM.config Time: 02:24:05 UTC 08/30/2025 DeploymentID: dff773f6-771d-444c-bc23-f6b83e9df923 Error: unable to send webhook log entry to 'minio-http-audit-ch_audit_webhook' err 'http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString returned 'Post "http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString": dial tcp 127.0.0.1:8123: connect: connection refused', please check your endpoint configuration' (*fmt.wrapError) 4: internal/logger/logonce.go:64:logger.(*logOnceType).logOnceConsoleIf() 3: internal/logger/logonce.go:157:logger.LogOnceConsoleIf() 2: cmd/logging.go:132:cmd.configLogOnceConsoleIf() 1: internal/logger/target/http/http.go:416:http.(*Target).startQueueProcessor() + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Memory'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 API: SYSTEM.config Time: 02:24:08 UTC 08/30/2025 DeploymentID: dff773f6-771d-444c-bc23-f6b83e9df923 Error: unable to send webhook log entry to 'minio-http-audit-ch_audit_webhook' err 'http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString returned 'Post "http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString": dial tcp 127.0.0.1:8123: connect: connection refused', please check your endpoint configuration' (*fmt.wrapError) 4: internal/logger/logonce.go:64:logger.(*logOnceType).logOnceConsoleIf() 3: internal/logger/logonce.go:157:logger.LogOnceConsoleIf() 2: cmd/logging.go:132:cmd.configLogOnceConsoleIf() 1: internal/logger/target/http/http.go:416:http.(*Target).startQueueProcessor() + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Real'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 API: SYSTEM.config Time: 02:24:11 UTC 08/30/2025 DeploymentID: dff773f6-771d-444c-bc23-f6b83e9df923 Error: unable to send webhook log entry to 'minio-http-audit-ch_audit_webhook' err 'http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString returned 'Post "http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString": dial tcp 127.0.0.1:8123: connect: connection refused', please check your endpoint configuration' (*fmt.wrapError) 4: internal/logger/logonce.go:64:logger.(*logOnceType).logOnceConsoleIf() 3: internal/logger/logonce.go:157:logger.LogOnceConsoleIf() 2: cmd/logging.go:132:cmd.configLogOnceConsoleIf() 1: internal/logger/target/http/http.go:416:http.(*Target).startQueueProcessor() + check_logs_for_critical_errors + sed -n '/WARNING:.*anitizer/,/^$/p' /var/log/clickhouse-server/stderr.log + rg -Fav -e 'ASan doesn'\''t fully support makecontext/swapcontext functions' -e DB::Exception /test_output/tmp + echo -e 'No sanitizer asserts\tOK\t\N\t' + rm -f /test_output/tmp + rg -Fa ' Application: Child process was terminated by signal 9' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.log + echo -e 'No OOM messages in clickhouse-server.log\tOK\t\N\t' + rg -Fa 'Code: 49. DB::Exception: ' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.log + echo -e 'No logical errors\tOK\t\N\t' + '[' -s /test_output/logical_errors.txt ']' + rm /test_output/logical_errors.txt + rg --text 'Code: 499.*The specified key does not exist' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.log + grep -v a.myext + echo -e 'No lost s3 keys\tOK\t\N\t' + rg -Fa 'it is lost forever' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.log + grep SharedMergeTreePartCheckThread + echo -e 'No SharedMergeTree lost forever in clickhouse-server.log\tOK\t\N\t' + '[' -s /test_output/no_such_key_errors.txt ']' + rm /test_output/no_such_key_errors.txt + rg -Fa '########################################' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.log + echo -e 'Not crashed\tOK\t\N\t' + rg -Fa ' ' /var/log/clickhouse-server/clickhouse-server.err.log /var/log/clickhouse-server/clickhouse-server.log + echo -e 'No fatal messages in clickhouse-server.log\tOK\t\N\t' + '[' -s /test_output/fatal_messages.txt ']' + rm /test_output/fatal_messages.txt + rg -Faz '########################################' /test_output/blob_storage_log.tsv.zst /test_output/check_status.tsv /test_output/clickhouse-server.log.zst /test_output/error_log.tsv.zst /test_output/gdb.log /test_output/hdfs_minicluster.log /test_output/metric_log.tsv.zst /test_output/minio_audit_logs.jsonl.zst /test_output/minio.log /test_output/minio_server_logs.jsonl.zst /test_output/query_log.tsv.zst /test_output/run.log /test_output/test_results.tsv /test_output/test_result.txt /test_output/trace-log-CPU-flamegraph.tsv.zst /test_output/trace-log-Memory-flamegraph.tsv.zst /test_output/trace-log-Real-flamegraph.tsv.zst /test_output/trace_log.tsv.zst /test_output/transactions_info_log.tsv.zst /test_output/zookeeper_log.tsv.zst API: SYSTEM.config Time: 02:24:14 UTC 08/30/2025 DeploymentID: dff773f6-771d-444c-bc23-f6b83e9df923 Error: unable to send webhook log entry to 'minio-http-audit-ch_audit_webhook' err 'http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString returned 'Post "http://localhost:8123/?async_insert=1&wait_for_async_insert=0&async_insert_busy_timeout_min_ms=5000&async_insert_busy_timeout_max_ms=5000&async_insert_max_query_number=1000&async_insert_max_data_size=10485760&query=INSERT%20INTO%20minio_audit_logs%20FORMAT%20LineAsString": dial tcp 127.0.0.1:8123: connect: connection refused', please check your endpoint configuration' (*fmt.wrapError) 4: internal/logger/logonce.go:64:logger.(*logOnceType).logOnceConsoleIf() 3: internal/logger/logonce.go:157:logger.LogOnceConsoleIf() 2: cmd/logging.go:132:cmd.configLogOnceConsoleIf() 1: internal/logger/target/http/http.go:416:http.(*Target).startQueueProcessor() + echo -e 'Killed by signal (output files)\tFAIL\t\N\t' + rg -Fa ' received signal ' /test_output/gdb.log + dmesg -T + grep -q -F -e 'Out of memory: Killed process' -e 'oom_reaper: reaped process' -e oom-kill:constraint=CONSTRAINT_NONE /test_output/dmesg.log + echo -e 'No OOM in dmesg\tOK\t\N\t' + rm /var/log/clickhouse-server/clickhouse-server.log + mv /var/log/clickhouse-server/stderr.log /test_output/ + [[ -n '' ]] + tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + rm -rf /var/lib/clickhouse/data/system/asynchronous_insert_log/ /var/lib/clickhouse/data/system/asynchronous_metric_log/ /var/lib/clickhouse/data/system/backup_log/ /var/lib/clickhouse/data/system/blob_storage_log/ /var/lib/clickhouse/data/system/crash_log/ /var/lib/clickhouse/data/system/error_log/ /var/lib/clickhouse/data/system/filesystem_cache_log/ /var/lib/clickhouse/data/system/metric_log/ /var/lib/clickhouse/data/system/opentelemetry_span_log/ /var/lib/clickhouse/data/system/part_log/ /var/lib/clickhouse/data/system/processors_profile_log/ /var/lib/clickhouse/data/system/query_log/ /var/lib/clickhouse/data/system/query_thread_log/ /var/lib/clickhouse/data/system/query_views_log/ /var/lib/clickhouse/data/system/s3queue_log/ /var/lib/clickhouse/data/system/session_log/ /var/lib/clickhouse/data/system/text_log/ /var/lib/clickhouse/data/system/trace_log/ /var/lib/clickhouse/data/system/transactions_info_log/ /var/lib/clickhouse/data/system/zookeeper_log/ + tar -chf /test_output/store.tar /var/lib/clickhouse/store tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + tar -chf /test_output/metadata.tar /var/lib/clickhouse/metadata/default.sql /var/lib/clickhouse/metadata/information_schema.sql /var/lib/clickhouse/metadata/INFORMATION_SCHEMA.sql /var/lib/clickhouse/metadata/system.sql /var/lib/clickhouse/metadata/test_2cdvmcsa.sql /var/lib/clickhouse/metadata/test_5cmrjj3n.sql /var/lib/clickhouse/metadata/test_8a14laws.sql /var/lib/clickhouse/metadata/test_dosex9qu.sql /var/lib/clickhouse/metadata/test_h2ljnqqb.sql /var/lib/clickhouse/metadata/test_iw89gzli_1.sql /var/lib/clickhouse/metadata/test_l2wf9tgo.sql /var/lib/clickhouse/metadata/test_oihylw78_1.sql /var/lib/clickhouse/metadata/test_pki5n2s5.sql /var/lib/clickhouse/metadata/test_s3kaiw12_1.sql /var/lib/clickhouse/metadata/test.sql /var/lib/clickhouse/metadata/test_tnq2mlt6.sql /var/lib/clickhouse/metadata/test_vgvnmoku.sql /var/lib/clickhouse/metadata/test_w0lfonga.sql tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + [[ 0 -eq 1 ]] + [[ 0 -eq 1 ]] + collect_core_dumps + find . -type f -maxdepth 1 -name 'core.*' + read -r core