+ USE_DATABASE_REPLICATED=0
+ USE_SHARED_CATALOG=0
++ shuf
++ rg -v '#' /usr/share/zoneinfo/zone.tab
++ awk '{print $3}'
++ head -n1
+ TZ=Pacific/Wake
+ echo 'Chosen random timezone Pacific/Wake'
Chosen random timezone Pacific/Wake
+ ln -snf /usr/share/zoneinfo/Pacific/Wake /etc/localtime
+ echo Pacific/Wake
+ dpkg -i package_folder/clickhouse-common-static_24.8.14.10546.altinitytest_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 48426 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_24.8.14.10546.altinitytest_amd64.deb ...
Unpacking clickhouse-common-static (24.8.14.10546.altinitytest) ...
Setting up clickhouse-common-static (24.8.14.10546.altinitytest) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_24.8.14.10546.altinitytest_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 48453 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_24.8.14.10546.altinitytest_amd64.deb ...
Unpacking clickhouse-common-static-dbg (24.8.14.10546.altinitytest) ...
Setting up clickhouse-common-static-dbg (24.8.14.10546.altinitytest) ...
+ dpkg -i package_folder/clickhouse-odbc-bridge_24.8.14.10546.altinitytest_amd64.deb
Selecting previously unselected package clickhouse-odbc-bridge.
(Reading database ... 48460 files and directories currently installed.)
Preparing to unpack .../clickhouse-odbc-bridge_24.8.14.10546.altinitytest_amd64.deb ...
Unpacking clickhouse-odbc-bridge (24.8.14.10546.altinitytest) ...
Setting up clickhouse-odbc-bridge (24.8.14.10546.altinitytest) ...
+ dpkg -i package_folder/clickhouse-library-bridge_24.8.14.10546.altinitytest_amd64.deb
Selecting previously unselected package clickhouse-library-bridge.
(Reading database ... 48466 files and directories currently installed.)
Preparing to unpack .../clickhouse-library-bridge_24.8.14.10546.altinitytest_amd64.deb ...
Unpacking clickhouse-library-bridge (24.8.14.10546.altinitytest) ...
Setting up clickhouse-library-bridge (24.8.14.10546.altinitytest) ...
+ dpkg -i package_folder/clickhouse-server_24.8.14.10546.altinitytest_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 48472 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_24.8.14.10546.altinitytest_amd64.deb ...
Unpacking clickhouse-server (24.8.14.10546.altinitytest) ...
Setting up clickhouse-server (24.8.14.10546.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.10546.altinitytest_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 48489 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_24.8.14.10546.altinitytest_amd64.deb ...
Unpacking clickhouse-client (24.8.14.10546.altinitytest) ...
Setting up clickhouse-client (24.8.14.10546.altinitytest) ...
+ echo ''
+ [[ -z '' ]]
+ ch --query 'SELECT 1'
1
+ chl --query 'SELECT 1'
1
+ chc --version
ClickHouse client version 24.8.14.10546.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
+++ sysctl fs.suid_dumpable=1
kernel.core_pattern = core.%e.%p-%P
fs.suid_dumpable = 1
+ source /utils.lib
++ sysctl kernel.core_pattern=core.%e.%p-%P
++ sysctl fs.suid_dumpable=1
kernel.core_pattern = core.%e.%p-%P
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
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
++ pwd -P
+ 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=1
+ sed --follow-symlinks -i 's|[01]|1|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=24522752
+ sed --follow-symlinks -i 's|[[:digit:]]\+|24522752|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=29274112
+ sed --follow-symlinks -i 's|[[:digit:]]\+|29274112|' /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/amd64
License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html
Copyright: 2015-2024 MinIO, Inc.
+ wait_for_it
+ ./minio server --address :11111 ./minio_data
+ local counter=0
+ local max_counter=60
+ local url=http://localhost:11111
+ params=('--silent' '--verbose')
+ local params
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 0 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
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-2026 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/amd64)
API: http://172.17.0.2:11111 http://127.0.0.1:11111
WebUI: http://172.17.0.2:38291 http://127.0.0.1:38291
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./18ACE4EDCC39BB877dc7eb22d3288ec80374614e9088e31d3668a6922ead55932dd2a8e56373820f
+ lsof -i :11111
+ sleep 5
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 288 root 8u IPv4 40028 0t0 TCP localhost:11111 (LISTEN)
minio 288 root 9u IPv6 40029 0t0 TCP *:11111 (LISTEN)
minio 288 root 10u IPv6 40030 0t0 TCP localhost:11111 (LISTEN)
+ 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.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/02731.parquet` -> `clickminio/test/02731.parquet`
`/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_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/03036_archive1.zip` -> `clickminio/test/03036_archive1.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: 56.63 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 125M
drwxr-xr-x 1 root root 4.0K May 6 18:07 .
drwxr-xr-x 1 root root 4.0K May 6 18:07 ..
-rw-rw-r-- 1 1000 1000 119 May 6 17:59 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 2.4K Feb 1 2025 attach_gdb.lib
-rw-r--r-- 1 root root 1.3K May 6 18:07 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 3.9K May 6 18:07 __azurite_db_blob__.json
-rw-r--r-- 1 root root 1.4K May 6 18:07 azurite_log
lrwxrwxrwx 1 root root 7 Sep 12 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4.0K May 6 18:07 __blobstorage__
drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 1.6K May 6 17:59 broken_tests.json
drwxr-xr-x 14 root root 3.8K May 6 18:06 dev
-rwxr-xr-x 1 root root 0 May 6 18:06 .dockerenv
drwxr-xr-x 1 root root 4.0K May 6 18:07 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 12 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 12 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 12 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 12 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 26M Feb 1 2025 mc
drwxr-xr-x 2 root root 4.0K Sep 12 2024 media
-rwxr-xr-x 1 root root 99M Feb 1 2025 minio
drwxr-xr-x 4 root root 4.0K May 6 18:07 minio_data
drwxr-xr-x 2 root root 4.0K Sep 12 2024 mnt
drwxr-xr-x 1 root root 4.0K Feb 1 2025 opt
-rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4.0K May 6 18:06 package_folder
dr-xr-xr-x 313 root root 0 May 6 18:06 proc
-rwxrwxr-x 1 root root 9.5K Feb 1 2025 process_functional_tests_result.py
-rw-rw-r-- 1 root root 837 Feb 1 2025 requirements.txt
drwx------ 1 root root 4.0K May 6 18:07 root
drwxr-xr-x 1 root root 4.0K May 6 18:07 run
-rwxrwxr-x 1 root root 22K Feb 1 2025 run.sh
lrwxrwxrwx 1 root root 8 Sep 12 2024 sbin -> usr/sbin
-rwxrwxr-x 1 root root 11K Feb 1 2025 setup_export_logs.sh
-rwxrwxr-x 1 root root 360 Feb 1 2025 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3.4K Feb 1 2025 setup_minio.sh
drwxr-xr-x 2 root root 4.0K Sep 12 2024 srv
-rw-rw-r-- 1 root root 14K Feb 1 2025 stress_tests.lib
dr-xr-xr-x 13 root root 0 May 6 18:06 sys
drwxrwxr-x 2 1000 1000 4.0K May 6 18:06 test_output
drwxrwxrwt 1 root root 4.0K Feb 1 2025 tmp
drwxr-xr-x 1 root root 4.0K Sep 12 2024 usr
-rw-rw-r-- 1 root root 897 Feb 1 2025 utils.lib
drwxr-xr-x 1 root root 4.0K Sep 12 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
+ 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 409 clickhouse 322u IPv4 40966 0t0 TCP localhost:12222 (LISTEN)
java 409 clickhouse 544u IPv4 35282 0t0 TCP localhost:52250->localhost:12222 (ESTABLISHED)
java 409 clickhouse 545u IPv4 33565 0t0 TCP localhost:12222->localhost:52250 (ESTABLISHED)
+ 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
+ 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 - - [06/May/2026:06:08:05 +0000] "GET /devstoreaccount1/cont?restype=container HTTP/1.1" 404 -
127.0.0.1 - - [06/May/2026:06:08:05 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
127.0.0.1 - - [06/May/2026:06:08:05 +0000] "PUT /devstoreaccount1/cont/jgxxhsnrsryscfkwyifrrbgydajazcfb HTTP/1.1" 201 -
127.0.0.1 - - [06/May/2026:06:08:05 +0000] "GET /devstoreaccount1/cont/jgxxhsnrsryscfkwyifrrbgydajazcfb HTTP/1.1" 206 4
127.0.0.1 - - [06/May/2026:06:08:05 +0000] "GET /devstoreaccount1/cont/jgxxhsnrsryscfkwyifrrbgydajazcfb HTTP/1.1" 206 2
127.0.0.1 - - [06/May/2026:06:08:05 +0000] "DELETE /devstoreaccount1/cont/jgxxhsnrsryscfkwyifrrbgydajazcfb HTTP/1.1" 202 -
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 615
+ 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-2026 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/amd64)
API: http://172.17.0.2:11111 http://127.0.0.1:11111
WebUI: http://172.17.0.2:37703 http://127.0.0.1:37703
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
+ '[' 1 -gt 100 ']'
+ MC_ADMIN_PID=1497
Output of restart status: success
success
Restarted clickminio successfully.
+ 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 ]]
+ ./mc admin trace clickminio
++ 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[@]}")
+ ts '%Y-%m-%d %H:%M:%S'
+ 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
+ tee -a test_output/test_result.txt
2026-05-06 18:08:15 Using queries from '/usr/share/clickhouse-test/queries' directory
2026-05-06 18:08:15 Connecting to ClickHouse server... OK
2026-05-06 18:08:15 Connected to server 24.8.14.10546.altinitytest @ bd28307cd2efb6638c150abd8a7331dbf458804a HEAD
2026-05-06 18:08:18 Found 6517 parallel tests and 574 sequential tests
2026-05-06 18:08:18 Running about 814 stateless tests (Process-9).
2026-05-06 18:08:18 02990_variant_where_cond: [ OK ] 0.34 sec.
2026-05-06 18:08:18 Running about 814 stateless tests (Process-7).
2026-05-06 18:08:18 03000_virtual_columns_in_prewhere: [ OK ] 0.34 sec.
2026-05-06 18:08:18 Running about 814 stateless tests (Process-3).
2026-05-06 18:08:18 02477_logical_expressions_optimizer_low_cardinality: [ OK ] 0.45 sec.
2026-05-06 18:08:18 Running about 814 stateless tests (Process-6).
2026-05-06 18:08:18 02354_tuple_element_with_default: [ OK ] 0.45 sec.
2026-05-06 18:08:19 02455_count_state_asterisk: [ OK ] 0.35 sec.
2026-05-06 18:08:19 02414_all_new_table_functions_must_be_documented: [ OK ] 0.30 sec.
2026-05-06 18:08:19 03032_string_to_variant_cast: [ OK ] 0.53 sec.
2026-05-06 18:08:19 Running about 814 stateless tests (Process-8).
2026-05-06 18:08:19 02882_clickhouse_keeper_client_no_confirmation: [ OK ] 1.10 sec.
2026-05-06 18:08:19 00452_left_array_join_and_nullable: [ OK ] 0.38 sec.
2026-05-06 18:08:19 Running about 814 stateless tests (Process-4).
2026-05-06 18:08:19 01910_client_replxx_container_overflow_long: [ OK ] 1.17 sec.
2026-05-06 18:08:19 00578_merge_trees_without_primary_key: [ OK ] 0.84 sec.
2026-05-06 18:08:19 02354_vector_search_default_granularity: [ OK ] 0.44 sec.
2026-05-06 18:08:19 02863_ignore_foreign_keys_in_tables_definition: [ OK ] 0.38 sec.
2026-05-06 18:08:19 02200_use_skip_indexes: [ OK ] 0.43 sec.
2026-05-06 18:08:20 01355_defaultValueOfArgumentType_bug: [ OK ] 0.33 sec.
2026-05-06 18:08:20 02794_pushdown_invalid_get: [ OK ] 0.34 sec.
2026-05-06 18:08:20 00346_if_tuple: [ OK ] 0.34 sec.
2026-05-06 18:08:20 02282_array_distance: [ OK ] 1.20 sec.
2026-05-06 18:08:21 00304_http_external_data: [ OK ] 1.09 sec.
2026-05-06 18:08:21 02400_create_table_on_cluster_normalization: [ OK ] 1.00 sec.
2026-05-06 18:08:22 02028_system_data_skipping_indices_size: [ OK ] 0.49 sec.
2026-05-06 18:08:22 00257_shard_no_aggregates_and_constant_keys: [ OK ] 0.77 sec.
2026-05-06 18:08:22 02802_clickhouse_disks_s3_copy: [ OK ] 2.49 sec.
2026-05-06 18:08:22 02724_function_in_left_table_clause_asof_join: [ OK ] 0.34 sec.
2026-05-06 18:08:22 02291_dictionary_scalar_subquery_reload: [ OK ] 0.55 sec.
2026-05-06 18:08:23 01277_unixTimestamp64_compatibility: [ OK ] 0.59 sec.
2026-05-06 18:08:26 00632_get_sample_block_cache: [ OK ] 4.83 sec.
2026-05-06 18:08:27 01015_database_bad_tables: [ OK ] 7.74 sec.
2026-05-06 18:08:27 02241_join_rocksdb_bs: [ OK ] 7.01 sec.
2026-05-06 18:08:28 01087_window_view_alter_query: [ OK ] 5.42 sec.
2026-05-06 18:08:28 02541_empty_function_support_ip: [ OK ] 0.33 sec.
2026-05-06 18:08:29 01051_all_join_engine: [ OK ] 1.15 sec.
2026-05-06 18:08:29 02267_file_globs_schema_inference: [ OK ] 3.00 sec.
2026-05-06 18:08:30 01033_storage_odbc_parsing_exception_check: [ OK ] 0.45 sec.
2026-05-06 18:08:31 00577_replacing_merge_tree_vertical_merge: [ OK ] 1.12 sec.
2026-05-06 18:08:32 02982_perf_introspection_for_inserts: [ OK ] 4.87 sec.
2026-05-06 18:08:33 02001_append_output_file: [ OK ] 2.21 sec.
2026-05-06 18:08:33 03096_variant_in_primary_key: [ OK ] 0.55 sec.
2026-05-06 18:08:34 02554_format_json_columns_for_empty: [ OK ] 0.48 sec.
2026-05-06 18:08:34 02844_table_function_url_filter_by_virtual_columns: [ OK ] 2.13 sec.
2026-05-06 18:08:35 01355_CSV_input_format_allow_errors: [ OK ] 4.56 sec.
2026-05-06 18:08:35 00162_shard_global_join: [ OK ] 0.76 sec.
2026-05-06 18:08:36 03215_multilinestring_geometry: [ OK ] 0.62 sec.
2026-05-06 18:08:36 Running about 814 stateless tests (Process-10).
2026-05-06 18:08:36 00534_functions_bad_arguments3: [ OK ] 18.38 sec.
2026-05-06 18:08:37 03169_time_virtual_column: [ OK ] 2.75 sec.
2026-05-06 18:08:38 03196_local_memory_limit: [ OK ] 1.71 sec.
2026-05-06 18:08:38 00343_array_element_generic: [ OK ] 0.82 sec.
2026-05-06 18:08:39 02956_rocksdb_bulk_sink: [ OK ] 20.00 sec.
2026-05-06 18:08:39 02900_issue_55858: [ OK ] 0.76 sec.
2026-05-06 18:08:39 02416_in_set_same_ast_diff_columns: [ OK ] 0.56 sec.
2026-05-06 18:08:39 01913_quantile_deterministic: [ OK ] 11.89 sec.
2026-05-06 18:08:39 02683_native_too_large_size: [ OK ] 0.30 sec.
2026-05-06 18:08:39 00586_removing_unused_columns_from_subquery: [ OK ] 0.66 sec.
2026-05-06 18:08:40 00996_neighbor: [ OK ] 0.90 sec.
2026-05-06 18:08:40 01031_semi_anti_join: [ OK ] 0.94 sec.
2026-05-06 18:08:41 00471_sql_style_quoting: [ OK ] 0.52 sec.
2026-05-06 18:08:41 03287_dynamic_and_json_squashing_fix: [ OK ] 1.43 sec.
2026-05-06 18:08:41 02813_func_now_and_alias: [ OK ] 0.45 sec.
2026-05-06 18:08:41 02572_max_intersections: [ OK ] 0.36 sec.
2026-05-06 18:08:41 01645_system_table_engines: [ OK ] 0.41 sec.
2026-05-06 18:08:42 02784_move_all_conditions_to_prewhere_analyzer_asan: [ OK ] 0.73 sec.
2026-05-06 18:08:42 02932_idna: [ OK ] 2.93 sec.
2026-05-06 18:08:42 02676_trailing_commas: [ OK ] 0.65 sec.
2026-05-06 18:08:42 01717_global_with_subquery_fix: [ OK ] 0.51 sec.
2026-05-06 18:08:43 02418_do_not_return_empty_blocks_from_ConvertingAggregatedToChunksTransform: [ OK ] 1.85 sec.
2026-05-06 18:08:43 02377_fix_file_virtual_column: [ OK ] 0.58 sec.
2026-05-06 18:08:44 01640_distributed_async_insert_compression: [ OK ] 0.86 sec.
2026-05-06 18:08:45 01946_profile_sleep: [ OK ] 1.88 sec.
2026-05-06 18:08:47 01903_http_fields: [ OK ] 2.56 sec.
2026-05-06 18:08:48 02112_delayed_clickhouse_local_with_queries_file: [ OK ] 1.16 sec.
2026-05-06 18:08:49 02439_merge_selecting_partitions: [ OK ] 7.05 sec.
2026-05-06 18:08:49 02565_analyzer_limit_settings: [ OK ] 0.75 sec.
2026-05-06 18:08:49 02354_tuple_lowcardinality: [ OK ] 0.51 sec.
2026-05-06 18:08:52 00564_versioned_collapsing_merge_tree: [ OK ] 9.42 sec.
2026-05-06 18:08:54 00800_low_cardinality_merge_join: [ OK ] 2.58 sec.
2026-05-06 18:08:55 03119_analyzer_window_function_in_CTE_alias: [ OK ] 0.48 sec.
2026-05-06 18:08:56 00250_tuple_comparison: [ OK ] 0.76 sec.
2026-05-06 18:08:56 02375_double_escaping_json: [ OK ] 0.41 sec.
2026-05-06 18:08:57 00027_argMinMax: [ OK ] 0.61 sec.
2026-05-06 18:08:58 02345_create_table_allow_trailing_comma: [ OK ] 0.95 sec.
2026-05-06 18:08:58 02973_dictionary_table_exception_fix: [ OK ] 0.41 sec.
2026-05-06 18:08:59 03037_dynamic_merges_1_vertical_compact_merge_tree: [ OK ] 10.69 sec.
2026-05-06 18:09:00 02841_parallel_final_wrong_columns_order: [ OK ] 2.08 sec.
2026-05-06 18:09:01 02899_restore_parts_replicated_merge_tree: [ OK ] 11.42 sec.
2026-05-06 18:09:01 03143_window_functions_qualify_validation: [ OK ] 0.89 sec.
2026-05-06 18:09:02 01925_join_materialized_columns: [ OK ] 2.25 sec.
2026-05-06 18:09:02 00534_functions_bad_arguments11: [ OK ] 27.95 sec.
2026-05-06 18:09:03 02527_storage_merge_prewhere_different_type: [ OK ] 0.63 sec.
2026-05-06 18:09:03 00974_distributed_join_on: [ OK ] 1.87 sec.
2026-05-06 18:09:03 03038_recursive_cte_postgres_4: [ OK ] 1.32 sec.
2026-05-06 18:09:03 02003_WithMergeableStateAfterAggregationAndLimit_LIMIT_BY_LIMIT_OFFSET: [ OK ] 0.63 sec.
2026-05-06 18:09:04 02480_interval_casting_and_subquery: [ OK ] 1.02 sec.
2026-05-06 18:09:04 02947_dropped_tables_parts: [ OK ] 0.56 sec.
2026-05-06 18:09:04 02149_schema_inference_formats_with_schema_2: [ OK ] 41.18 sec.
2026-05-06 18:09:05 01497_now_support_timezone: [ OK ] 0.73 sec.
2026-05-06 18:09:05 01087_storage_generate: [ OK ] 0.75 sec.
2026-05-06 18:09:05 02702_allow_skip_errors_enum: [ OK ] 3.14 sec.
2026-05-06 18:09:06 00385_storage_file_and_clickhouse-local_app_long: [ OK ] 20.75 sec.
2026-05-06 18:09:06 02467_set_with_lowcardinality_type: [ OK ] 0.83 sec.
2026-05-06 18:09:06 01065_if_not_finite: [ OK ] 0.65 sec.
2026-05-06 18:09:07 01677_bit_float: [ OK ] 0.72 sec.
2026-05-06 18:09:07 03054_analyzer_join_alias: [ OK ] 0.35 sec.
2026-05-06 18:09:07 01145_with_fill_const: [ OK ] 0.31 sec.
2026-05-06 18:09:08 00915_tuple_orantius: [ OK ] 0.45 sec.
2026-05-06 18:09:08 01666_blns_long: [ OK ] 3.02 sec.
2026-05-06 18:09:08 00903_array_with_constant_function: [ OK ] 0.33 sec.
2026-05-06 18:09:09 01284_view_and_extremes_bug: [ OK ] 0.59 sec.
2026-05-06 18:09:09 01057_window_view_event_tumble_to_strict_asc: [ OK ] 4.31 sec.
2026-05-06 18:09:09 02221_system_zookeeper_unrestricted_like: [ OK ] 6.02 sec.
2026-05-06 18:09:09 02874_analysis_of_variance_overflow: [ OK ] 0.43 sec.
2026-05-06 18:09:10 02668_column_block_number: [ OK ] 0.92 sec.
2026-05-06 18:09:10 00012_array_join_alias_2: [ OK ] 0.42 sec.
2026-05-06 18:09:10 00699_materialized_view_mutations: [ OK ] 3.44 sec.
2026-05-06 18:09:10 02817_group_array_moving_zero_window_size: [ OK ] 0.45 sec.
2026-05-06 18:09:10 01671_aggregate_function_group_bitmap_data: [ OK ] 0.46 sec.
2026-05-06 18:09:11 00337_shard_any_heavy: [ OK ] 0.49 sec.
2026-05-06 18:09:11 00331_final_and_prewhere: [ OK ] 0.73 sec.
2026-05-06 18:09:12 01565_query_loop_after_client_error: [ OK ] 1.64 sec.
2026-05-06 18:09:13 00749_inner_join_of_unnamed_subqueries: [ OK ] 0.63 sec.
2026-05-06 18:09:13 02245_make_datetime64: [ OK ] 1.87 sec.
2026-05-06 18:09:14 01056_negative_with_bloom_filter: [ OK ] 0.72 sec.
2026-05-06 18:09:15 00286_format_long_negative_float: [ OK ] 0.72 sec.
2026-05-06 18:09:15 02878_use_structure_from_insertion_table_with_explicit_insert_columns: [ OK ] 2.33 sec.
2026-05-06 18:09:16 01670_distributed_bytes_to_throw_insert: [ OK ] 0.81 sec.
2026-05-06 18:09:16 01917_distinct_on: [ OK ] 0.47 sec.
2026-05-06 18:09:16 03221_mutate_profile_events: [ OK ] 1.43 sec.
2026-05-06 18:09:17 01544_errorCodeToName: [ OK ] 0.51 sec.
2026-05-06 18:09:17 00571_non_exist_database_when_create_materializ_view: [ OK ] 0.72 sec.
2026-05-06 18:09:18 00746_hashing_tuples: [ OK ] 0.50 sec.
2026-05-06 18:09:18 01213_point_in_Myanmar: [ OK ] 0.55 sec.
2026-05-06 18:09:18 00624_length_utf8: [ OK ] 0.57 sec.
2026-05-06 18:09:19 02133_final_prewhere_where_lowcardinality_replacing: [ OK ] 0.94 sec.
2026-05-06 18:09:19 02311_normalize_utf8_constant: [ OK ] 0.53 sec.
2026-05-06 18:09:20 01013_hex_float: [ OK ] 0.93 sec.
2026-05-06 18:09:20 02883_array_scalar_mult_div_modulo: [ OK ] 1.08 sec.
2026-05-06 18:09:21 02572_query_views_log_background_thread: [ OK ] 14.64 sec.
2026-05-06 18:09:21 00726_length_aliases: [ OK ] 0.47 sec.
2026-05-06 18:09:21 01747_transform_empty_arrays: [ OK ] 0.48 sec.
2026-05-06 18:09:22 01515_force_data_skipping_indices: [ OK ] 0.98 sec.
2026-05-06 18:09:23 02369_analyzer_array_join_function: [ OK ] 0.72 sec.
2026-05-06 18:09:23 01503_fixed_string_primary_key: [ OK ] 0.56 sec.
2026-05-06 18:09:23 02417_opentelemetry_insert_on_distributed_table: [ OK ] 13.38 sec.
2026-05-06 18:09:24 01602_runningConcurrency: [ OK ] 0.88 sec.
2026-05-06 18:09:25 01606_merge_from_wide_to_compact: [ OK ] 1.03 sec.
2026-05-06 18:09:26 02096_bad_options_in_client_and_local: [ OK ] 2.36 sec.
2026-05-06 18:09:26 02501_analyzer_expired_context_crash_fix: [ OK ] 0.40 sec.
2026-05-06 18:09:27 00607_index_in_in: [ OK ] 0.85 sec.
2026-05-06 18:09:29 00900_orc_arrow_parquet_nested: [ OK ] 8.68 sec.
2026-05-06 18:09:29 03213_rand_dos: [ OK ] 0.50 sec.
2026-05-06 18:09:30 01543_parse_datetime_besteffort_or_null_empty_string: [ OK ] 0.46 sec.
2026-05-06 18:09:30 01881_union_header_mismatch_bug: [ OK ] 0.46 sec.
2026-05-06 18:09:31 02521_tsv_csv_custom_header_detection: [ OK ] 21.49 sec.
2026-05-06 18:09:31 02864_statistics_delayed_materialization_in_merge: [ OK ] 0.82 sec.
2026-05-06 18:09:32 01655_plan_optimizations_merge_filters: [ OK ] 0.47 sec.
2026-05-06 18:09:33 03048_not_found_column_xxx_in_block: [ OK ] 0.71 sec.
2026-05-06 18:09:33 02968_mysql_show_warnings: [ OK ] 2.53 sec.
2026-05-06 18:09:34 00581_limit_on_result_and_subquery_and_insert: [ OK ] 0.65 sec.
2026-05-06 18:09:34 02828_create_as_table_function_rename: [ OK ] 0.59 sec.
2026-05-06 18:09:35 00964_bloom_index_string_functions: [ OK ] 13.35 sec.
2026-05-06 18:09:35 02157_line_as_string_output_format: [ OK ] 0.36 sec.
2026-05-06 18:09:35 01308_row_policy_and_trivial_count_query: [ OK ] 0.40 sec.
2026-05-06 18:09:35 02183_array_tuple_literals_remote: [ OK ] 2.53 sec.
2026-05-06 18:09:36 02276_full_sort_join_unsupported: [ OK ] 0.71 sec.
2026-05-06 18:09:36 03008_deduplication_remote_insert_select: [ OK ] 1.07 sec.
2026-05-06 18:09:37 00156_array_map_to_constant: [ OK ] 0.39 sec.
2026-05-06 18:09:37 Running about 814 stateless tests (Process-5).
2026-05-06 18:09:37 03207_json_read_subcolumns_2_memory: [ OK ] 78.88 sec.
2026-05-06 18:09:37 02028_create_select_settings: [ OK ] 0.31 sec.
2026-05-06 18:09:37 02113_format_row: [ OK ] 0.41 sec.
2026-05-06 18:09:37 01880_materialized_view_to_table_type_check: [ OK ] 0.62 sec.
2026-05-06 18:09:38 02963_msan_agg_addBatchLookupTable8: [ OK ] 0.51 sec.
2026-05-06 18:09:38 03034_ddls_and_merges_with_unusual_maps: [ OK ] 0.70 sec.
2026-05-06 18:09:38 03152_join_filter_push_down_equivalent_columns: [ OK ] 0.59 sec.
2026-05-06 18:09:39 00230_array_functions_has_count_equal_index_of_non_const_second_arg: [ OK ] 0.84 sec.
2026-05-06 18:09:39 02184_nested_tuple: [ OK ] 0.54 sec.
2026-05-06 18:09:40 00411_merge_tree_where_const_in_set: [ OK ] 0.62 sec.
2026-05-06 18:09:40 02967_parallel_replicas_join_algo_and_analyzer_3: [ OK ] 12.89 sec.
2026-05-06 18:09:40 02001_hostname_test: [ OK ] 0.41 sec.
2026-05-06 18:09:41 02344_analyzer_multiple_aliases_for_expression: [ OK ] 0.61 sec.
2026-05-06 18:09:41 03038_nested_dynamic_merges_small: [ OK ] 4.07 sec.
2026-05-06 18:09:41 01071_http_header_exception_code: [ OK ] 0.96 sec.
2026-05-06 18:09:41 00311_array_primary_key: [ OK ] 0.55 sec.
2026-05-06 18:09:42 03004_json_named_tuples_inference_ambiguous_paths_as_string: [ OK ] 0.28 sec.
2026-05-06 18:09:42 01508_race_condition_rename_clear_zookeeper_long: [ OK ] 16.64 sec.
2026-05-06 18:09:42 02011_tuple_vector_functions: [ OK ] 1.30 sec.
2026-05-06 18:09:42 02212_h3_get_res0_indexes: [ OK ] 0.23 sec.
2026-05-06 18:09:43 01813_distributed_scalar_subqueries_alias: [ OK ] 0.44 sec.
2026-05-06 18:09:43 02770_async_buffer_ignore: [ OK ] 1.96 sec.
2026-05-06 18:09:43 01615_two_args_function_index_fix: [ OK ] 0.39 sec.
2026-05-06 18:09:43 02242_make_date: [ OK ] 0.89 sec.
2026-05-06 18:09:43 02876_json_incomplete_types_as_strings_inference: [ OK ] 0.23 sec.
2026-05-06 18:09:44 03014_window_view_crash: [ OK ] 0.28 sec.
2026-05-06 18:09:44 01847_bad_like: [ OK ] 0.44 sec.
2026-05-06 18:09:44 00931_low_cardinality_nullable_aggregate_function_type: [ OK ] 0.43 sec.
2026-05-06 18:09:44 01659_h3_buffer_overflow: [ OK ] 0.53 sec.
2026-05-06 18:09:44 00127_group_by_concat: [ OK ] 0.28 sec.
2026-05-06 18:09:44 02498_analyzer_aggregate_functions_arithmetic_operations_pass_fix: [ OK ] 0.49 sec.
2026-05-06 18:09:45 01457_order_by_limit: [ OK ] 0.44 sec.
2026-05-06 18:09:45 00702_join_with_using_dups: [ OK ] 0.49 sec.
2026-05-06 18:09:45 02558_system_processes_elapsed: [ OK ] 2.97 sec.
2026-05-06 18:09:45 01774_tuple_null_in: [ OK ] 0.28 sec.
2026-05-06 18:09:45 00555_hasSubstr: [ OK ] 0.58 sec.
2026-05-06 18:09:45 02030_quantiles_underflow: [ OK ] 0.23 sec.
2026-05-06 18:09:45 02711_trim_aliases: [ OK ] 0.28 sec.
2026-05-06 18:09:45 00516_is_inf_nan: [ OK ] 0.28 sec.
2026-05-06 18:09:45 00386_has_column_in_table: [ OK ] 0.53 sec.
2026-05-06 18:09:46 01513_ilike_like_cache: [ OK ] 0.28 sec.
2026-05-06 18:09:46 00351_select_distinct_arrays_tuples: [ OK ] 0.28 sec.
2026-05-06 18:09:46 03171_hashed_dictionary_short_circuit_bug_fix: [ OK ] 0.33 sec.
2026-05-06 18:09:46 02482_value_block_parsing: [ OK ] 0.88 sec.
2026-05-06 18:09:47 02949_ttl_group_by_bug: [ OK ] 0.33 sec.
2026-05-06 18:09:47 02931_file_cluster: [ OK ] 0.83 sec.
2026-05-06 18:09:47 01359_codeql: [ OK ] 0.22 sec.
2026-05-06 18:09:47 02344_distinct_limit_distiributed: [ OK ] 0.98 sec.
2026-05-06 18:09:48 01528_play: [ OK ] 0.68 sec.
2026-05-06 18:09:49 01532_clickhouse_local_tmp_folder: [ OK ] 0.84 sec.
2026-05-06 18:09:49 02661_read_from_archive_tarxz: [ OK ] 10.00 sec.
2026-05-06 18:09:49 00502_string_concat_with_array: [ OK ] 0.28 sec.
2026-05-06 18:09:50 01890_cross_join_explain_crash: [ OK ] 0.28 sec.
2026-05-06 18:09:50 00988_parallel_parts_removal: [ OK ] 3.25 sec.
2026-05-06 18:09:50 02485_zero_copy_commit_error: [ OK ] 5.17 sec.
2026-05-06 18:09:50 02524_fuzz_and_fuss: [ OK ] 0.28 sec.
2026-05-06 18:09:51 02555_davengers_rename_chain: [ OK ] 42.45 sec.
2026-05-06 18:09:51 00999_full_join_dup_keys_crash: [ OK ] 0.69 sec.
2026-05-06 18:09:51 02387_analyzer_cte: [ OK ] 0.33 sec.
2026-05-06 18:09:51 03217_filtering_in_system_tables: [ OK ] 0.73 sec.
2026-05-06 18:09:51 01544_file_engine_settings: [ OK ] 1.31 sec.
2026-05-06 18:09:51 02532_analyzer_aggregation_with_rollup: [ OK ] 0.28 sec.
2026-05-06 18:09:51 02122_parallel_formatting_TSKV: [ OK ] 2.60 sec.
2026-05-06 18:09:52 03023_group_by_use_nulls_analyzer_crashes: [ OK ] 0.53 sec.
2026-05-06 18:09:52 00480_mac_addresses: [ OK ] 0.28 sec.
2026-05-06 18:09:52 01710_projection_with_ast_rewrite_settings: [ OK ] 0.38 sec.
2026-05-06 18:09:53 01599_mutation_query_params: [ OK ] 1.80 sec.
2026-05-06 18:09:53 02870_per_column_settings: [ OK ] 0.73 sec.
2026-05-06 18:09:53 00671_max_intersections: [ OK ] 0.33 sec.
2026-05-06 18:09:54 01137_order_by_func: [ OK ] 2.60 sec.
2026-05-06 18:09:55 03274_udf_in_join: [ OK ] 1.14 sec.
2026-05-06 18:09:56 01509_parallel_quorum_and_merge_long: [ OK ] 5.34 sec.
2026-05-06 18:09:57 01614_with_fill_with_limit: [ OK ] 0.28 sec.
2026-05-06 18:09:57 02122_parallel_formatting_Pretty: [ OK ] 5.26 sec.
2026-05-06 18:09:57 00136_duplicate_order_by_elems: [ OK ] 0.28 sec.
2026-05-06 18:09:57 02712_bool_better_exception_message: [ OK ] 1.96 sec.
2026-05-06 18:09:57 02782_values_null_to_lc_nullable: [ OK ] 0.23 sec.
2026-05-06 18:09:57 02044_exists_operator: [ OK ] 0.33 sec.
2026-05-06 18:09:58 00137_in_constants: [ OK ] 0.53 sec.
2026-05-06 18:09:58 01470_explain: [ OK ] 0.23 sec.
2026-05-06 18:09:59 02989_mysql_transaction_test: [ OK ] 0.77 sec.
2026-05-06 18:09:59 02243_in_ip_address: [ OK ] 0.28 sec.
2026-05-06 18:10:00 01050_engine_join_view_crash: [ OK ] 0.38 sec.
2026-05-06 18:10:00 02863_interpolate_subquery: [ OK ] 0.29 sec.
2026-05-06 18:10:01 01119_optimize_trivial_insert_select: [ OK ] 0.46 sec.
2026-05-06 18:10:01 01553_settings_early_apply: [ OK ] 0.57 sec.
2026-05-06 18:10:04 02024_storage_filelog_mv: [ OK ] 6.65 sec.
2026-05-06 18:10:04 00534_functions_bad_arguments7: [ OK ] 11.12 sec.
2026-05-06 18:10:04 00504_insert_miss_columns: [ OK ] 3.11 sec.
2026-05-06 18:10:05 02270_client_name: [ OK ] 0.67 sec.
2026-05-06 18:10:05 00483_cast_syntax: [ OK ] 0.39 sec.
2026-05-06 18:10:05 02844_max_backup_bandwidth_s3: [ OK ] 30.11 sec.
2026-05-06 18:10:05 01016_null_part_minmax: [ OK ] 0.38 sec.
2026-05-06 18:10:06 02006_h3_to_geo_boundary: [ OK ] 0.67 sec.
2026-05-06 18:10:06 02474_extract_fixedstring_from_json: [ OK ] 0.70 sec.
2026-05-06 18:10:06 01882_scalar_subquery_exception: [ OK ] 0.61 sec.
2026-05-06 18:10:07 02875_final_invalid_read_ranges_bug: [ OK ] 0.81 sec.
2026-05-06 18:10:07 02995_index_4: [ OK ] 13.37 sec.
2026-05-06 18:10:07 01016_simhash_minhash: [ OK ] 2.17 sec.
2026-05-06 18:10:07 02500_prevent_drop_nested_if_empty_part: [ OK ] 0.73 sec.
2026-05-06 18:10:08 02502_analyzer_insert_select_crash_fix: [ OK ] 0.46 sec.
2026-05-06 18:10:08 02013_zlib_read_after_eof: [ OK ] 4.29 sec.
2026-05-06 18:10:08 01557_max_parallel_replicas_no_sample: [ OK ] 0.60 sec.
2026-05-06 18:10:09 01015_array_split: [ OK ] 0.38 sec.
2026-05-06 18:10:09 02001_join_on_const_bs_long: [ OK ] 0.83 sec.
2026-05-06 18:10:09 03036_udf_user_defined_directory_in_client: [ OK ] 1.78 sec.
2026-05-06 18:10:09 00846_join_using_tuple_crash: [ OK ] 0.35 sec.
2026-05-06 18:10:09 01781_map_op_ubsan: [ OK ] 0.34 sec.
2026-05-06 18:10:09 02582_async_reading_with_small_limit: [ OK ] 0.44 sec.
2026-05-06 18:10:09 02670_constant_skip_index: [ OK ] 0.44 sec.
2026-05-06 18:10:10 01060_avro: [ OK ] 12.56 sec.
2026-05-06 18:10:10 00520_tuple_values_interpreter: [ OK ] 0.52 sec.
2026-05-06 18:10:10 00900_entropy_shard: [ OK ] 0.39 sec.
2026-05-06 18:10:10 02430_initialize_aggregation_with_combinators: [ OK ] 0.39 sec.
2026-05-06 18:10:11 01510_format_regexp_raw_low_cardinality: [ OK ] 1.97 sec.
2026-05-06 18:10:11 02513_analyzer_duplicate_alias_crash_fix: [ OK ] 0.40 sec.
2026-05-06 18:10:11 02685_bson2: [ OK ] 0.28 sec.
2026-05-06 18:10:12 01124_view_bad_types: [ OK ] 0.50 sec.
2026-05-06 18:10:12 01758_optimize_skip_unused_shards_once: [ OK ] 1.58 sec.
2026-05-06 18:10:13 01012_reset_running_accumulate: [ OK ] 0.40 sec.
2026-05-06 18:10:13 02511_complex_literals_as_aggregate_function_parameters: [ OK ] 0.34 sec.
2026-05-06 18:10:13 03202_dynamic_null_map_subcolumn: [ OK ] 2.87 sec.
2026-05-06 18:10:14 03129_low_cardinality_nullable_non_first_primary_key: [ OK ] 0.51 sec.
2026-05-06 18:10:14 01653_tuple_hamming_distance_2: [ OK ] 0.73 sec.
2026-05-06 18:10:14 00113_shard_group_array: [ OK ] 6.00 sec.
2026-05-06 18:10:14 02423_insert_stats_behaviour: [ OK ] 4.84 sec.
2026-05-06 18:10:15 01883_subcolumns_distributed: [ OK ] 0.59 sec.
2026-05-06 18:10:15 00015_totals_having_constants: [ OK ] 0.34 sec.
2026-05-06 18:10:15 00626_replace_partition_from_table_zookeeper: [ OK ] 28.23 sec.
2026-05-06 18:10:15 01055_compact_parts_granularity: [ OK ] 3.26 sec.
2026-05-06 18:10:15 03019_numbers_pretty: [ OK ] 0.41 sec.
2026-05-06 18:10:16 01710_projection_materialize_with_missing_columns: [ OK ] 0.44 sec.
2026-05-06 18:10:16 00597_push_down_predicate_long: [ OK ] 1.80 sec.
2026-05-06 18:10:16 01016_index_tuple_field_type: [ OK ] 0.55 sec.
2026-05-06 18:10:16 01798_uniq_theta_sketch: [ OK ] 1.74 sec.
2026-05-06 18:10:16 03001_bad_error_message_higher_order_functions: [ OK ] 1.22 sec.
2026-05-06 18:10:17 03151_redundant_distinct_with_window: [ OK ] 0.56 sec.
2026-05-06 18:10:18 01746_forbid_drop_column_referenced_by_mv: [ OK ] 1.21 sec.
2026-05-06 18:10:18 02361_fsync_profile_events: [ OK ] 2.31 sec.
2026-05-06 18:10:18 02891_empty_tuple: [ OK ] 0.71 sec.
2026-05-06 18:10:18 00096_aggregation_min_if: [ OK ] 4.54 sec.
2026-05-06 18:10:18 01800_log_nested: [ OK ] 0.56 sec.
2026-05-06 18:10:18 02030_tuple_filter: [ OK ] 0.75 sec.
2026-05-06 18:10:19 02225_hints_for_indeices: [ OK ] 2.72 sec.
2026-05-06 18:10:19 03071_analyzer_array_join_forbid_non_existing_columns: [ OK ] 0.29 sec.
2026-05-06 18:10:19 01420_format_row: [ OK ] 1.06 sec.
2026-05-06 18:10:19 00324_hashing_enums: [ OK ] 0.34 sec.
2026-05-06 18:10:19 02831_regexp_analyze_recursion: [ OK ] 0.46 sec.
2026-05-06 18:10:19 01497_mutation_support_for_storage_memory: [ OK ] 0.45 sec.
2026-05-06 18:10:20 02179_range_hashed_dictionary_invalid_interval: [ OK ] 0.50 sec.
2026-05-06 18:10:21 02316_cast_to_ip_address_default_column: [ OK ] 0.58 sec.
2026-05-06 18:10:21 02900_limit_by_query_stage: [ OK ] 1.84 sec.
2026-05-06 18:10:21 02705_projection_and_ast_optimizations_bug: [ OK ] 0.39 sec.
2026-05-06 18:10:21 00078_string_concat: [ OK ] 2.76 sec.
2026-05-06 18:10:21 01050_engine_join_crash: [ OK ] 0.69 sec.
2026-05-06 18:10:22 00336_shard_stack_trace: [ OK ] 2.22 sec.
2026-05-06 18:10:22 02367_join_pushdown_column_not_found: [ OK ] 0.40 sec.
2026-05-06 18:10:22 02994_inconsistent_formatting: [ OK ] 0.40 sec.
2026-05-06 18:10:22 00937_test_use_header_tsv: [ OK ] 5.57 sec.
2026-05-06 18:10:22 00495_reading_const_zero_column: [ OK ] 0.46 sec.
2026-05-06 18:10:22 02895_npy_format: [ OK ] 15.95 sec.
2026-05-06 18:10:22 01343_min_bytes_to_use_mmap_io: [ OK ] 0.76 sec.
2026-05-06 18:10:23 02874_parse_json_as_json_each_row_on_no_metadata: [ OK ] 0.35 sec.
2026-05-06 18:10:23 03575_modify_column_null_to_default: [ OK ] 0.75 sec.
2026-05-06 18:10:23 02833_window_func_range_offset: [ OK ] 0.35 sec.
2026-05-06 18:10:23 01763_filter_push_down_bugs: [ OK ] 0.75 sec.
2026-05-06 18:10:24 02974_backup_query_format_null: [ OK ] 2.26 sec.
2026-05-06 18:10:24 01194_http_query_id: [ OK ] 1.90 sec.
2026-05-06 18:10:24 01353_low_cardinality_join_types: [ OK ] 0.94 sec.
2026-05-06 18:10:25 01852_map_combinator: [ OK ] 1.16 sec.
2026-05-06 18:10:25 01683_codec_encrypted: [ OK ] 0.49 sec.
2026-05-06 18:10:25 02161_addressToLineWithInlines: [ OK ] 108.48 sec.
2026-05-06 18:10:25 01085_simdjson_uint64: [ OK ] 0.31 sec.
2026-05-06 18:10:25 03170_float_schema_inference_small_block: [ OK ] 3.31 sec.
2026-05-06 18:10:25 01710_projection_mutation: [ OK ] 0.50 sec.
2026-05-06 18:10:25 00950_bad_alloc_when_truncate_join_storage: [ OK ] 0.30 sec.
2026-05-06 18:10:25 02843_backup_use_same_s3_credentials_for_base_backup: [ OK ] 6.80 sec.
2026-05-06 18:10:25 02124_comparison_betwwen_decimal_and_float: [ OK ] 0.75 sec.
2026-05-06 18:10:26 01265_datetime_string_comparison_felix_mueller: [ OK ] 0.49 sec.
2026-05-06 18:10:26 01936_quantiles_cannot_return_null: [ OK ] 0.39 sec.
2026-05-06 18:10:26 01136_multiple_sets: [ OK ] 0.55 sec.
2026-05-06 18:10:26 01566_negate_formatting: [ OK ] 0.39 sec.
2026-05-06 18:10:26 01455_shard_leaf_max_rows_bytes_to_read: [ OK ] 1.05 sec.
2026-05-06 18:10:26 02908_filesystem_cache_as_collection: [ OK ] 0.39 sec.
2026-05-06 18:10:26 00071_insert_fewer_columns: [ OK ] 0.44 sec.
2026-05-06 18:10:26 01328_bad_peephole_optimization: [ OK ] 0.33 sec.
2026-05-06 18:10:26 02154_parser_backtracking: [ OK ] 4.32 sec.
2026-05-06 18:10:26 01560_merge_distributed_join: [ OK ] 0.52 sec.
2026-05-06 18:10:27 01913_names_of_tuple_literal: [ OK ] 0.39 sec.
2026-05-06 18:10:27 03167_empty_tuple_concat: [ OK ] 0.47 sec.
2026-05-06 18:10:27 00473_output_format_json_quote_denormals: [ OK ] 2.56 sec.
2026-05-06 18:10:27 02662_sparse_columns_mutations_2: [ OK ] 0.76 sec.
2026-05-06 18:10:27 02918_sqlite_path_check: [ OK ] 1.58 sec.
2026-05-06 18:10:27 01009_global_array_join_names: [ OK ] 0.57 sec.
2026-05-06 18:10:27 03305_compressed_memory_eng_crash_reading_subcolumn: [ OK ] 0.47 sec.
2026-05-06 18:10:27 01658_test_base64Encode_mysql_compatibility: [ OK ] 0.30 sec.
2026-05-06 18:10:27 02375_pretty_formats: [ OK ] 0.56 sec.
2026-05-06 18:10:28 03105_table_aliases_in_mv: [ OK ] 0.65 sec.
2026-05-06 18:10:28 02366_direct_dictionary_dict_has: [ OK ] 0.56 sec.
2026-05-06 18:10:28 00098_c_union_all: [ OK ] 0.32 sec.
2026-05-06 18:10:28 02541_analyzer_grouping_sets_crash_fix: [ OK ] 0.36 sec.
2026-05-06 18:10:28 03262_filter_push_down_view: [ OK ] 0.60 sec.
2026-05-06 18:10:28 02131_remove_columns_in_subquery: [ OK ] 0.35 sec.
2026-05-06 18:10:28 03171_direct_dict_short_circuit_bug: [ OK ] 0.66 sec.
2026-05-06 18:10:28 00384_column_aggregate_function_insert_from: [ OK ] 0.43 sec.
2026-05-06 18:10:29 01710_aggregate_projection_with_monotonic_key_expr: [ OK ] 0.39 sec.
2026-05-06 18:10:29 01746_convert_type_with_default: [ OK ] 0.86 sec.
2026-05-06 18:10:29 03152_analyzer_columns_list: [ OK ] 0.35 sec.
2026-05-06 18:10:29 03034_recursive_cte_tree_fuzz_crash_fix: [ OK ] 0.78 sec.
2026-05-06 18:10:29 00988_expansion_aliases_limit: [ OK ] 0.23 sec.
2026-05-06 18:10:29 01670_test_repeat_mysql_dialect: [ OK ] 0.28 sec.
2026-05-06 18:10:29 00614_array_nullable: [ OK ] 0.39 sec.
2026-05-06 18:10:29 02792_alter_table_modify_comment: [ OK ] 3.38 sec.
2026-05-06 18:10:30 01270_optimize_skip_unused_shards_low_cardinality: [ OK ] 0.44 sec.
2026-05-06 18:10:30 03051_many_ctes: [ OK ] 0.29 sec.
2026-05-06 18:10:30 01120_join_constants: [ OK ] 0.34 sec.
2026-05-06 18:10:30 02131_mv_many_chunks_bug: [ OK ] 0.39 sec.
2026-05-06 18:10:30 02207_subseconds_intervals: [ OK ] 1.00 sec.
2026-05-06 18:10:30 01507_transform_null_in: [ OK ] 0.38 sec.
2026-05-06 18:10:30 02539_generate_random_ip: [ OK ] 0.33 sec.
2026-05-06 18:10:31 01420_logical_functions_materialized_null: [ OK ] 0.40 sec.
2026-05-06 18:10:31 02405_pmj_issue_40335: [ OK ] 0.57 sec.
2026-05-06 18:10:31 02504_bar_fractions: [ OK ] 0.38 sec.
2026-05-06 18:10:31 00540_bad_data_types: [ OK ] 5.51 sec.
2026-05-06 18:10:32 02812_from_to_utc_timestamp: [ OK ] 2.81 sec.
2026-05-06 18:10:32 02353_simdjson_buffer_overflow: [ OK ] 3.25 sec.
2026-05-06 18:10:32 02835_parallel_replicas_over_distributed: [ OK ] 1.26 sec.
2026-05-06 18:10:32 01457_int256_hashing: [ OK ] 0.82 sec.
2026-05-06 18:10:32 02315_grouping_constant_folding: [ OK ] 0.48 sec.
2026-05-06 18:10:32 02515_generate_ulid: [ OK ] 0.35 sec.
2026-05-06 18:10:32 02913_sum_map_state: [ OK ] 0.36 sec.
2026-05-06 18:10:32 00350_count_distinct: [ OK ] 0.47 sec.
2026-05-06 18:10:32 02313_cross_join_dup_col_names: [ OK ] 0.29 sec.
2026-05-06 18:10:32 01212_empty_join_and_totals: [ OK ] 0.34 sec.
2026-05-06 18:10:32 02551_ipv4_implicit_uint64: [ OK ] 0.44 sec.
2026-05-06 18:10:33 02025_nested_func_for_if_combinator: [ OK ] 0.52 sec.
2026-05-06 18:10:33 00392_enum_nested_alter: [ OK ] 1.18 sec.
2026-05-06 18:10:33 01050_group_array_sample: [ OK ] 0.33 sec.
2026-05-06 18:10:33 02982_minmax_nan_null_order: [ OK ] 0.75 sec.
2026-05-06 18:10:34 00674_join_on_syntax: [ OK ] 1.87 sec.
2026-05-06 18:10:34 03033_dynamic_text_serialization: [ OK ] 0.65 sec.
2026-05-06 18:10:35 01698_map_populate_overflow: [ OK ] 0.55 sec.
2026-05-06 18:10:35 02808_custom_disk_with_user_defined_name: [ OK ] 2.48 sec.
2026-05-06 18:10:35 02304_grouping_set_order_by: [ OK ] 0.35 sec.
2026-05-06 18:10:36 02493_max_streams_for_merge_tree_reading: [ OK ] 3.53 sec.
2026-05-06 18:10:36 00935_to_iso_week_first_year: [ OK ] 0.45 sec.
2026-05-06 18:10:37 00804_test_deflate_qpl_codec_compression: [ OK ] 0.81 sec.
2026-05-06 18:10:38 02907_backup_restore_default_nullable: [ OK ] 3.52 sec.
2026-05-06 18:10:38 01009_insert_select_data_loss: [ OK ] 0.62 sec.
2026-05-06 18:10:39 01710_aggregate_projections: [ OK ] 6.69 sec.
2026-05-06 18:10:40 02553_type_object_analyzer: [ OK ] 0.88 sec.
2026-05-06 18:10:41 00578_merge_table_shadow_virtual_column: [ OK ] 0.67 sec.
2026-05-06 18:10:41 01272_suspicious_codecs: [ OK ] 2.22 sec.
2026-05-06 18:10:41 01338_long_select_and_alter: [ OK ] 14.60 sec.
2026-05-06 18:10:42 02688_long_aggregate_function_names: [ OK ] 0.43 sec.
2026-05-06 18:10:42 02270_errors_in_files: [ OK ] 6.93 sec.
2026-05-06 18:10:42 01922_sum_null_for_remote: [ OK ] 0.66 sec.
2026-05-06 18:10:44 01801_nullable_low_cardinality_tsv: [ OK ] 2.91 sec.
2026-05-06 18:10:44 02446_parent_zero_copy_locks: [ OK ] 7.57 sec.
2026-05-06 18:10:45 02902_topKGeneric_deserialization_memory: [ OK ] 0.67 sec.
2026-05-06 18:10:45 01448_json_compact_strings_each_row: [ OK ] 2.02 sec.
2026-05-06 18:10:45 02352_lightweight_delete: [ OK ] 11.32 sec.
2026-05-06 18:10:45 02522_different_types_in_storage_merge: [ OK ] 0.55 sec.
2026-05-06 18:10:46 00808_not_optimize_predicate: [ OK ] 1.03 sec.
2026-05-06 18:10:46 01712_no_adaptive_granularity_vertical_merge: [ OK ] 0.85 sec.
2026-05-06 18:10:47 02053_INSERT_SELECT_MATERIALIZED: [ OK ] 0.64 sec.
2026-05-06 18:10:47 01198_plus_inf: [ OK ] 0.34 sec.
2026-05-06 18:10:47 02151_client_option_echo: [ OK ] 2.94 sec.
2026-05-06 18:10:48 00515_shard_desc_table_functions_and_subqueries: [ OK ] 1.24 sec.
2026-05-06 18:10:49 03203_multiif_and_where_2_conditions_old_analyzer_bug: [ OK ] 0.71 sec.
2026-05-06 18:10:49 00715_json_each_row_input_nested: [ OK ] 7.44 sec.
2026-05-06 18:10:49 02495_analyzer_storage_join: [ OK ] 2.63 sec.
2026-05-06 18:10:50 00541_to_start_of_fifteen_minutes: [ OK ] 0.71 sec.
2026-05-06 18:10:50 02016_agg_empty_result_bug_28880: [ OK ] 0.64 sec.
2026-05-06 18:10:51 02174_cte_scalar_cache_mv: [ OK ] 6.03 sec.
2026-05-06 18:10:51 02911_join_on_nullsafe_optimization: [ OK ] 1.53 sec.
2026-05-06 18:10:51 01532_tuple_with_name_type: [ OK ] 0.99 sec.
2026-05-06 18:10:52 03146_bug47862: [ OK ] 0.48 sec.
2026-05-06 18:10:52 02020_cast_integer_overflow: [ OK ] 0.56 sec.
2026-05-06 18:10:52 02233_set_enable_with_statement_cte_perf: [ OK ] 2.01 sec.
2026-05-06 18:10:52 01639_distributed_sync_insert_zero_rows: [ OK ] 0.97 sec.
2026-05-06 18:10:53 00703_join_crash: [ OK ] 0.80 sec.
2026-05-06 18:10:53 02499_escaped_quote_schema_inference: [ OK ] 0.57 sec.
2026-05-06 18:10:53 00564_initial_column_values_with_default_expression: [ OK ] 0.84 sec.
2026-05-06 18:10:54 02097_polygon_dictionary_store_key: [ OK ] 0.80 sec.
2026-05-06 18:10:54 01332_join_type_syntax_position: [ OK ] 1.01 sec.
2026-05-06 18:10:54 03130_nested_type: [ OK ] 1.43 sec.
2026-05-06 18:10:54 02122_parallel_formatting_PrettySpaceNoEscapes: [ OK ] 7.17 sec.
2026-05-06 18:10:54 00950_test_gorilla_codec: [ OK ] 0.78 sec.
2026-05-06 18:10:55 00229_prewhere_column_missing: [ OK ] 0.85 sec.
2026-05-06 18:10:55 01052_compression_buffer_overrun: [ OK ] 1.18 sec.
2026-05-06 18:10:56 02479_mysql_connect_to_self: [ OK ] 1.33 sec.
2026-05-06 18:10:56 01072_json_each_row_data_in_square_brackets: [ OK ] 0.42 sec.
2026-05-06 18:10:56 00429_point_in_ellipses: [ OK ] 0.42 sec.
2026-05-06 18:10:56 02523_range_const_start: [ OK ] 0.39 sec.
2026-05-06 18:10:57 02703_keeper_map_concurrent_create_drop: [ OK ] 27.41 sec.
2026-05-06 18:10:58 03166_skip_indexes_vertical_merge_2: [ OK ] 1.38 sec.
2026-05-06 18:10:58 01240_join_get_or_null: [ OK ] 0.60 sec.
2026-05-06 18:10:58 02514_analyzer_drop_join_on: [ OK ] 0.55 sec.
2026-05-06 18:10:59 01786_nullable_string_tsv_at_eof: [ OK ] 3.42 sec.
2026-05-06 18:10:59 02030_client_unknown_database: [ OK ] 1.18 sec.
2026-05-06 18:10:59 02125_dict_get_type_nullable_fix: [ OK ] 0.54 sec.
2026-05-06 18:10:59 01070_template_empty_file: [ OK ] 0.41 sec.
2026-05-06 18:11:00 02562_with_fill_nullable: [ OK ] 0.58 sec.
2026-05-06 18:11:00 01851_s2_to_geo: [ OK ] 0.64 sec.
2026-05-06 18:11:01 03215_varian_as_common_type_tuple_map: [ OK ] 1.02 sec.
2026-05-06 18:11:01 01654_bar_nan: [ OK ] 0.65 sec.
2026-05-06 18:11:02 02543_alter_update_rename_stuck: [ OK ] 7.40 sec.
2026-05-06 18:11:02 02867_nullable_primary_key_final: [ OK ] 1.48 sec.
2026-05-06 18:11:02 00707_float_csv_delimiter: [ OK ] 0.79 sec.
2026-05-06 18:11:03 01940_custom_tld_sharding_key: [ OK ] 0.69 sec.
2026-05-06 18:11:04 01142_merge_join_lc_and_nullable_in_key: [ OK ] 1.39 sec.
2026-05-06 18:11:04 02294_nothing_arguments_in_functions_errors: [ OK ] 4.52 sec.
2026-05-06 18:11:04 00637_sessions_in_http_interface_and_settings: [ OK ] 1.75 sec.
2026-05-06 18:11:05 00957_neighbor: [ OK ] 1.48 sec.
2026-05-06 18:11:06 01076_json_each_row_array: [ OK ] 2.89 sec.
2026-05-06 18:11:06 03001_data_version_column: [ OK ] 0.74 sec.
2026-05-06 18:11:07 01765_move_to_table_overlapping_block_number: [ OK ] 0.51 sec.
2026-05-06 18:11:07 01550_type_map_formats: [ OK ] 0.58 sec.
2026-05-06 18:11:07 00938_test_retention_function: [ OK ] 0.49 sec.
2026-05-06 18:11:08 01635_sum_map_fuzz: [ OK ] 0.51 sec.
2026-05-06 18:11:09 00433_ifnull: [ OK ] 0.56 sec.
2026-05-06 18:11:09 01429_join_on_error_messages: [ OK ] 0.46 sec.
2026-05-06 18:11:10 02961_read_bool_as_string_json: [ OK ] 0.57 sec.
2026-05-06 18:11:15 01624_soft_constraints: [ FAIL ] 11.08 sec.
2026-05-06 18:11:15 Reason: result differs with reference:
2026-05-06 18:11:15 --- /usr/share/clickhouse-test/queries/0_stateless/01624_soft_constraints.reference 2026-05-06 17:59:54.818113313 +1200
2026-05-06 18:11:15 +++ /tmp/clickhouse-test/0_stateless/01624_soft_constraints.stdout 2026-05-06 18:11:15.892779349 +1200
2026-05-06 18:11:15 @@ -1,16 +1,16 @@
2026-05-06 18:11:15 "rows_read": 4,
2026-05-06 18:11:15 - "rows_read": 2,
2026-05-06 18:11:15 "rows_read": 4,
2026-05-06 18:11:15 - "rows_read": 2,
2026-05-06 18:11:15 - "rows_read": 2,
2026-05-06 18:11:15 - "rows_read": 2,
2026-05-06 18:11:15 "rows_read": 4,
2026-05-06 18:11:15 - "rows_read": 2,
2026-05-06 18:11:15 "rows_read": 4,
2026-05-06 18:11:15 "rows_read": 4,
2026-05-06 18:11:15 - "rows_read": 1,
2026-05-06 18:11:15 "rows_read": 4,
2026-05-06 18:11:15 - "rows_read": 3,
2026-05-06 18:11:15 "rows_read": 4,
2026-05-06 18:11:15 "rows_read": 4,
2026-05-06 18:11:15 - "rows_read": 3,
2026-05-06 18:11:15 + "rows_read": 4,
2026-05-06 18:11:15 + "rows_read": 4,
2026-05-06 18:11:15 + "rows_read": 4,
2026-05-06 18:11:15 + "rows_read": 4,
2026-05-06 18:11:15 + "rows_read": 4,
2026-05-06 18:11:15 + "rows_read": 4,
2026-05-06 18:11:15 + "rows_read": 4,
2026-05-06 18:11:15 + "rows_read": 4,
2026-05-06 18:11:15
2026-05-06 18:11:15
2026-05-06 18:11:15 Settings used in the test: --max_insert_threads 3 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 39732344 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 5301149 --max_read_buffer_size 677551 --prefer_localhost_replica 1 --max_block_size 79136 --max_joined_block_size_rows 57929 --max_threads 3 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 0 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 55 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 12680481 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 1 --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 1 --remote_filesystem_read_prefetch 1 --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 8Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 27 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 8210429080 --max_bytes_before_remerge_sort 1921325196 --min_compress_block_size 1196882 --max_compress_block_size 139712 --merge_tree_compact_parts_min_granules_to_multibuffer_read 6 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 1973595 --http_wait_end_of_query True --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 America/Hermosillo --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.95 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 100000000 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 0 --max_parsing_threads 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1
2026-05-06 18:11:15
2026-05-06 18:11:15 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 60 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 6176074449 --index_granularity_bytes 22663163 --merge_max_block_size 1872 --index_granularity 28236 --min_bytes_for_wide_part 0 --marks_compress_block_size 69541 --primary_key_compress_block_size 40872 --replace_long_file_name_to_hash 0 --max_file_name_length 118 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 325126218 --compact_parts_max_granules_to_buffer 256 --compact_parts_merge_max_bytes_to_prefetch_part 16955737 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 0 --old_parts_lifetime 480
2026-05-06 18:11:15
2026-05-06 18:11:15 Database: test_8b9d9qlk
2026-05-06 18:11:16 03134_positional_arguments: [ OK ] 5.63 sec.
2026-05-06 18:11:16 02006_use_constants_in_with_and_select: [ OK ] 0.39 sec.
2026-05-06 18:11:16 02676_distinct_reading_in_order_analyzer: [ OK ] 0.39 sec.
2026-05-06 18:11:16 01907_multiple_aliases: [ OK ] 0.44 sec.
2026-05-06 18:11:17 00344_row_number_in_all_blocks: [ OK ] 0.48 sec.
2026-05-06 18:11:17 00534_functions_bad_arguments4_long: [ OK ] 13.90 sec.
2026-05-06 18:11:18 02343_aggregation_pipeline: [ OK ] 0.96 sec.
2026-05-06 18:11:18 01179_insert_values_semicolon: [ OK ] 1.57 sec.
2026-05-06 18:11:19 00270_views_query_processing_stage: [ OK ] 0.43 sec.
2026-05-06 18:11:19 01651_map_functions: [ OK ] 1.40 sec.
2026-05-06 18:11:19 03046_column_in_block_array_join: [ OK ] 0.55 sec.
2026-05-06 18:11:20 01156_pcg_deserialization: [ OK ] 12.77 sec.
2026-05-06 18:11:20 00818_inner_join_bug_3567: [ OK ] 0.44 sec.
2026-05-06 18:11:20 01037_polygon_dicts_correctness_fast: [ OK ] 23.44 sec.
2026-05-06 18:11:20 01246_extractAllGroupsVertical: [ OK ] 0.66 sec.
2026-05-06 18:11:20 02516_projections_and_context: [ OK ] 0.45 sec.
2026-05-06 18:11:20 02916_csv_infer_numbers_from_strings: [ OK ] 0.34 sec.
2026-05-06 18:11:20 03215_view_with_recursive: [ OK ] 0.54 sec.
2026-05-06 18:11:20 03108_describe_union_all: [ OK ] 0.28 sec.
2026-05-06 18:11:21 01305_buffer_final_bug: [ OK ] 0.43 sec.
2026-05-06 18:11:21 00589_removal_unused_columns_aggregation: [ OK ] 0.89 sec.
2026-05-06 18:11:22 01732_alters_bad_conversions: [ OK ] 0.56 sec.
2026-05-06 18:11:22 00959_format_with_different_aliases: [ OK ] 1.05 sec.
2026-05-06 18:11:22 01554_interpreter_integer_float: [ OK ] 0.41 sec.
2026-05-06 18:11:22 01436_storage_merge_with_join_push_down: [ OK ] 0.55 sec.
2026-05-06 18:11:23 01938_joins_identifiers: [ OK ] 0.55 sec.
2026-05-06 18:11:23 00834_kill_mutation_replicated_zookeeper: [ OK ] 42.28 sec.
2026-05-06 18:11:23 02901_parallel_replicas_rollup: [ OK ] 5.61 sec.
2026-05-06 18:11:23 02343_group_by_use_nulls: [ OK ] 0.45 sec.
2026-05-06 18:11:24 00568_empty_function_with_fixed_string: [ OK ] 0.39 sec.
2026-05-06 18:11:24 02267_type_inference_for_insert_into_function_null: [ OK ] 0.39 sec.
2026-05-06 18:11:24 03145_non_loaded_projection_backup: [ OK ] 3.50 sec.
2026-05-06 18:11:24 01068_parens: [ OK ] 0.29 sec.
2026-05-06 18:11:24 01754_cluster_all_replicas_shard_num: [ OK ] 0.63 sec.
2026-05-06 18:11:24 01418_query_scope_constants_and_remote: [ OK ] 0.44 sec.
2026-05-06 18:11:25 02771_skip_empty_files: [ OK ] 4.04 sec.
2026-05-06 18:11:25 00522_multidimensional: [ OK ] 1.61 sec.
2026-05-06 18:11:25 01355_ilike: [ OK ] 0.55 sec.
2026-05-06 18:11:25 01616_untuple_access_field: [ OK ] 0.33 sec.
2026-05-06 18:11:26 03214_parsing_archive_name_file: [ OK ] 3.92 sec.
2026-05-06 18:11:27 01646_rewrite_sum_if: [ OK ] 1.60 sec.
2026-05-06 18:11:27 00732_quorum_insert_have_data_before_quorum_zookeeper_long: [ OK ] 1.90 sec.
2026-05-06 18:11:27 00857_global_joinsavel_table_alias: [ OK ] 1.77 sec.
2026-05-06 18:11:27 02874_json_merge_patch_function_test: [ OK ] 0.66 sec.
2026-05-06 18:11:27 03022_alter_materialized_view_query_has_inner_table: [ OK ] 0.45 sec.
2026-05-06 18:11:28 01034_unknown_qualified_column_in_join: [ OK ] 0.45 sec.
2026-05-06 18:11:28 01718_subtract_seconds_date: [ OK ] 0.45 sec.
2026-05-06 18:11:28 00754_alter_modify_column_partitions: [ OK ] 1.80 sec.
2026-05-06 18:11:28 02313_displayname: [ OK ] 0.45 sec.
2026-05-06 18:11:29 01581_deduplicate_by_columns_replicated_long: [ OK ] 1.71 sec.
2026-05-06 18:11:29 01020_function_char: [ OK ] 0.41 sec.
2026-05-06 18:11:29 02813_starting_in_text_log: [ OK ] 1.09 sec.
2026-05-06 18:11:29 00342_escape_sequences: [ OK ] 0.30 sec.
2026-05-06 18:11:29 02307_join_get_array_null: [ OK ] 0.41 sec.
2026-05-06 18:11:30 03213_deep_json: [ OK ] 0.56 sec.
2026-05-06 18:11:30 02515_analyzer_null_for_empty: [ OK ] 0.52 sec.
2026-05-06 18:11:30 00746_compile_non_deterministic_function: [ OK ] 6.51 sec.
2026-05-06 18:11:31 02881_system_detached_parts_modification_time: [ OK ] 0.59 sec.
2026-05-06 18:11:31 02317_functions_with_nothing: [ OK ] 0.61 sec.
2026-05-06 18:11:31 02310_clickhouse_local_INSERT_progress_profile_events: [ OK ] 2.24 sec.
2026-05-06 18:11:31 00646_weird_mmx: [ OK ] 0.35 sec.
2026-05-06 18:11:32 02518_merge_engine_nullable_43324: [ OK ] 0.52 sec.
2026-05-06 18:11:32 00054_join_string: [ OK ] 0.37 sec.
2026-05-06 18:11:32 02456_summing_mt_lc: [ OK ] 0.81 sec.
2026-05-06 18:11:32 02152_short_circuit_throw_if: [ OK ] 0.36 sec.
2026-05-06 18:11:33 00936_crc_functions: [ OK ] 1.03 sec.
2026-05-06 18:11:33 00661_array_has_silviucpp: [ OK ] 0.63 sec.
2026-05-06 18:11:34 02343_analyzer_lambdas_issue_36677: [ OK ] 0.58 sec.
2026-05-06 18:11:34 01101_prewhere_after_alter: [ OK ] 0.83 sec.
2026-05-06 18:11:35 02789_set_index_nullable_condition_bug: [ OK ] 0.50 sec.
2026-05-06 18:11:35 00498_array_functions_concat_slice_push_pop: [ OK ] 7.22 sec.
2026-05-06 18:11:35 01814_distributed_push_down_limit: [ OK ] 6.02 sec.
2026-05-06 18:11:36 00623_truncate_table: [ OK ] 1.69 sec.
2026-05-06 18:11:36 02539_generate_random_low_cardinality: [ OK ] 0.62 sec.
2026-05-06 18:11:36 01085_datetime_arithmetic_preserve_timezone: [ OK ] 0.50 sec.
2026-05-06 18:11:36 01811_datename: [ OK ] 0.66 sec.
2026-05-06 18:11:36 02891_functions_over_sparse_columns: [ OK ] 0.57 sec.
2026-05-06 18:11:37 02016_bit_shift_right_for_string_integer: [ OK ] 2.05 sec.
2026-05-06 18:11:37 00314_sample_factor_virtual_column: [ OK ] 5.04 sec.
2026-05-06 18:11:37 01032_cityHash64_for_decimal: [ OK ] 0.61 sec.
2026-05-06 18:11:37 02832_transform_fixed_string_no_default: [ OK ] 0.51 sec.
2026-05-06 18:11:38 03097_query_log_join_processes: [ OK ] 0.81 sec.
2026-05-06 18:11:38 01852_cast_operator_4: [ OK ] 0.56 sec.
2026-05-06 18:11:38 01399_http_request_headers: [ OK ] 2.09 sec.
2026-05-06 18:11:40 00458_merge_type_cast: [ OK ] 2.00 sec.
2026-05-06 18:11:41 02457_morton_coding_with_mask: [ OK ] 3.20 sec.
2026-05-06 18:11:41 01143_trivial_count_with_join: [ OK ] 0.74 sec.
2026-05-06 18:11:43 01756_optimize_skip_unused_shards_rewrite_in: [ OK ] 5.48 sec.
2026-05-06 18:11:44 00976_asof_join_on: [ OK ] 2.27 sec.
2026-05-06 18:11:44 01114_alter_modify_compact_parts: [ OK ] 1.00 sec.
2026-05-06 18:11:45 02810_convert_uuid_to_uint128: [ OK ] 0.83 sec.
2026-05-06 18:11:45 00926_adaptive_index_granularity_collapsing_merge_tree: [ OK ] 1.11 sec.
2026-05-06 18:11:45 01337_mysql_global_variables: [ OK ] 0.52 sec.
2026-05-06 18:11:46 03023_analyzer_optimize_group_by_function_keys_with_nulls: [ OK ] 0.35 sec.
2026-05-06 18:11:46 02025_subcolumns_compact_parts: [ OK ] 0.61 sec.
2026-05-06 18:11:46 00164_not_chain: [ OK ] 0.39 sec.
2026-05-06 18:11:46 01428_hash_set_nan_key: [ OK ] 0.43 sec.
2026-05-06 18:11:47 02294_system_certificates: [ OK ] 0.30 sec.
2026-05-06 18:11:47 01311_comparison_with_constant_string: [ OK ] 0.73 sec.
2026-05-06 18:11:48 01497_alias_on_default_array: [ OK ] 0.56 sec.
2026-05-06 18:11:48 03037_dynamic_merges_1_vertical_wide_merge_tree: [ OK ] 11.48 sec.
2026-05-06 18:11:48 03068_analyzer_distributed_join: [ OK ] 0.60 sec.
2026-05-06 18:11:49 02366_kql_extend: [ OK ] 0.58 sec.
2026-05-06 18:11:49 00411_long_accurate_number_comparison_int1: [ OK ] 24.74 sec.
2026-05-06 18:11:50 02481_async_insert_race_long: [ OK ] 11.72 sec.
2026-05-06 18:11:50 01781_merge_tree_deduplication: [ OK ] 2.63 sec.
2026-05-06 18:11:51 01514_empty_buffer_different_types: [ OK ] 0.44 sec.
2026-05-06 18:11:51 02514_database_replicated_no_arguments_for_rmt: [ OK ] 4.06 sec.
2026-05-06 18:11:51 02016_summing_mt_aggregating_column: [ OK ] 0.39 sec.
2026-05-06 18:11:51 00937_template_output_format: [ OK ] 2.09 sec.
2026-05-06 18:11:51 02162_array_first_last_index: [ OK ] 0.44 sec.
2026-05-06 18:11:51 02043_query_obfuscator_embedded_dictionaries: [ OK ] 1.01 sec.
2026-05-06 18:11:52 02475_positive_modulo: [ OK ] 0.36 sec.
2026-05-06 18:11:52 00753_with_with_single_alias: [ OK ] 0.30 sec.
2026-05-06 18:11:52 03015_peder1001: [ OK ] 0.35 sec.
2026-05-06 18:11:53 02499_monotonicity_toUnixTimestamp64: [ OK ] 2.08 sec.
2026-05-06 18:11:54 02801_transform_nullable: [ OK ] 0.44 sec.
2026-05-06 18:11:54 02122_parallel_formatting_JSONStrings: [ OK ] 4.71 sec.
2026-05-06 18:11:54 01423_if_nullable_cond: [ OK ] 0.33 sec.
2026-05-06 18:11:54 02429_offset_pipeline_stuck_bug: [ OK ] 0.35 sec.
2026-05-06 18:11:55 02845_table_function_hdfs_filter_by_virtual_columns: [ OK ] 3.34 sec.
2026-05-06 18:11:55 02403_ttl_column_multiple_times: [ OK ] 0.43 sec.
2026-05-06 18:11:55 01293_external_sorting_limit_bug: [ OK ] 0.49 sec.
2026-05-06 18:11:55 02982_parallel_replicas_unexpected_cluster: [ OK ] 0.49 sec.
2026-05-06 18:11:56 02174_cte_scalar_cache: [ OK ] 0.80 sec.
2026-05-06 18:11:56 01138_join_on_distributed_and_tmp: [ OK ] 0.49 sec.
2026-05-06 18:11:56 02882_replicated_fetch_checksums_doesnt_match: [ OK ] 1.46 sec.
2026-05-06 18:11:56 01100_split_by_string: [ OK ] 0.29 sec.
2026-05-06 18:11:56 00972_desc_table_virtual_columns: [ OK ] 0.34 sec.
2026-05-06 18:11:57 03203_fill_missed_subcolumns: [ OK ] 0.58 sec.
2026-05-06 18:11:57 02096_date_time_1970_saturation: [ OK ] 0.70 sec.
2026-05-06 18:11:57 01596_setting_limit_offset: [ OK ] 0.59 sec.
2026-05-06 18:11:57 01296_codecs_bad_arguments: [ OK ] 0.45 sec.
2026-05-06 18:11:57 03014_analyzer_groupby_fuzz_60317: [ OK ] 0.34 sec.
2026-05-06 18:11:57 02967_analyzer_fuzz: [ OK ] 0.38 sec.
2026-05-06 18:11:58 01532_min_max_with_modifiers: [ OK ] 0.49 sec.
2026-05-06 18:11:58 00956_sensitive_data_masking: [ OK ] 5.77 sec.
2026-05-06 18:11:58 01008_materialized_view_henyihanwobushi: [ OK ] 0.48 sec.
2026-05-06 18:11:58 02475_precise_decimal_arithmetics: [ OK ] 0.68 sec.
2026-05-06 18:11:59 02932_lwd_and_mutations: [ OK ] 0.86 sec.
2026-05-06 18:11:59 02026_accurate_cast_or_default: [ OK ] 1.02 sec.
2026-05-06 18:11:59 02556_local_with_totals_and_extremes: [ OK ] 1.12 sec.
2026-05-06 18:12:00 00559_filter_array_generic: [ OK ] 0.35 sec.
2026-05-06 18:12:00 00921_datetime64_basic: [ OK ] 1.00 sec.
2026-05-06 18:12:00 00511_get_size_of_enum: [ OK ] 0.40 sec.
2026-05-06 18:12:00 02898_parallel_replicas_progress_bar: [ OK ] 2.28 sec.
2026-05-06 18:12:00 02987_logical_optimizer_pass_lowcardinality: [ OK ] 0.44 sec.
2026-05-06 18:12:01 00047_stored_aggregates_complex: [ OK ] 0.73 sec.
2026-05-06 18:12:02 01951_distributed_push_down_limit: [ OK ] 0.51 sec.
2026-05-06 18:12:02 03009_format_show_database: [ OK ] 2.01 sec.
2026-05-06 18:12:02 02970_visible_width_behavior: [ OK ] 0.69 sec.
2026-05-06 18:12:03 02503_bad_compatibility_setting: [ OK ] 0.74 sec.
2026-05-06 18:12:03 00150_with_totals_and_join: [ OK ] 0.73 sec.
2026-05-06 18:12:05 02373_progress_contain_result: [ OK ] 1.23 sec.
2026-05-06 18:12:05 02721_parquet_field_not_found: [ OK ] 1.82 sec.
2026-05-06 18:12:05 02889_datetime64_from_string: [ OK ] 0.45 sec.
2026-05-06 18:12:06 02494_zero_copy_and_projection_and_mutation_work_together: [ OK ] 6.63 sec.
2026-05-06 18:12:06 02320_mapped_array_witn_const_nullable: [ OK ] 0.40 sec.
2026-05-06 18:12:07 01418_custom_settings: [ OK ] 0.96 sec.
2026-05-06 18:12:07 02113_format_row_bug: [ OK ] 0.30 sec.
2026-05-06 18:12:07 02969_archive_seek: [ OK ] 1.25 sec.
2026-05-06 18:12:08 01352_generate_random_overflow: [ OK ] 0.30 sec.
2026-05-06 18:12:09 00952_insert_into_distributed_with_materialized_column: [ OK ] 1.80 sec.
2026-05-06 18:12:09 01801_s3_cluster: [ OK ] 4.49 sec.
2026-05-06 18:12:10 02494_zero_copy_projection_cancel_fetch: [ OK ] 29.10 sec.
2026-05-06 18:12:10 02577_keepermap_delete_update: [ OK ] 0.85 sec.
2026-05-06 18:12:10 02923_explain_expired_context: [ OK ] 0.34 sec.
2026-05-06 18:12:10 02179_bool_type: [ OK ] 0.89 sec.
2026-05-06 18:12:11 02286_vertical_merges_missed_column: [ OK ] 0.47 sec.
2026-05-06 18:12:11 02483_cuturlparameter_with_arrays: [ OK ] 0.33 sec.
2026-05-06 18:12:12 00961_check_table: [ OK ] 0.59 sec.
2026-05-06 18:12:13 02002_row_level_filter_bug: [ OK ] 5.01 sec.
2026-05-06 18:12:13 00626_replace_partition_from_table: [ OK ] 1.11 sec.
2026-05-06 18:12:13 02902_add_scalar_in_all_case: [ OK ] 0.34 sec.
2026-05-06 18:12:14 00712_prewhere_with_alias_bug_2: [ OK ] 0.33 sec.
2026-05-06 18:12:14 02517_avro_bool_type: [ OK ] 1.14 sec.
2026-05-06 18:12:14 02237_lzma_bug: [ OK ] 4.78 sec.
2026-05-06 18:12:14 02129_window_functions_disable_optimizations: [ OK ] 0.34 sec.
2026-05-06 18:12:14 01715_table_function_view_fix: [ OK ] 0.23 sec.
2026-05-06 18:12:15 02206_clickhouse_local_use_database: [ OK ] 1.01 sec.
2026-05-06 18:12:15 01933_client_replxx_convert_history: [ OK ] 1.13 sec.
2026-05-06 18:12:16 01948_group_bitmap_and_or_xor_fix: [ OK ] 0.28 sec.
2026-05-06 18:12:16 01520_client_print_query_id: [ OK ] 0.98 sec.
2026-05-06 18:12:16 02117_show_create_table_system: [ OK ] 0.58 sec.
2026-05-06 18:12:16 01475_read_subcolumns_2: [ OK ] 0.43 sec.
2026-05-06 18:12:17 01670_neighbor_lc_bug: [ OK ] 0.33 sec.
2026-05-06 18:12:17 02366_kql_func_math: [ OK ] 0.38 sec.
2026-05-06 18:12:18 00950_default_prewhere: [ OK ] 0.38 sec.
2026-05-06 18:12:18 01825_type_json_1: [ OK ] 0.53 sec.
2026-05-06 18:12:19 02890_named_tuple_functions: [ OK ] 0.43 sec.
2026-05-06 18:12:19 02229_client_stop_multiquery_in_SIGINT: [ OK ] 8.25 sec.
2026-05-06 18:12:20 02876_formats_with_names_dont_use_header: [ OK ] 0.96 sec.
2026-05-06 18:12:20 00948_to_valid_utf8: [ OK ] 1.44 sec.
2026-05-06 18:12:20 01923_different_expression_name_alias: [ OK ] 0.37 sec.
2026-05-06 18:12:20 01041_h3_is_valid: [ OK ] 0.34 sec.
2026-05-06 18:12:21 01701_if_tuple_segfault: [ OK ] 0.66 sec.
2026-05-06 18:12:21 02337_join_analyze_stuck: [ OK ] 0.67 sec.
2026-05-06 18:12:21 02371_create_temporary_table_as_with_columns_list: [ OK ] 0.46 sec.
2026-05-06 18:12:22 00612_union_query_with_subquery: [ OK ] 0.32 sec.
2026-05-06 18:12:22 02999_scalar_subqueries_bug_1: [ OK ] 0.38 sec.
2026-05-06 18:12:23 02470_mutation_sync_race: [ OK ] 31.20 sec.
2026-05-06 18:12:23 02124_insert_deduplication_token_replica: [ OK ] 1.37 sec.
2026-05-06 18:12:24 02962_parallel_window_functions_different_partitioning: [ OK ] 0.33 sec.
2026-05-06 18:12:24 00719_parallel_ddl_table: [ OK ] 23.14 sec.
2026-05-06 18:12:24 00046_stored_aggregates_simple: [ OK ] 0.46 sec.
2026-05-06 18:12:25 00957_format_with_clashed_aliases: [ OK ] 0.96 sec.
2026-05-06 18:12:27 02932_parallel_replicas_fuzzer: [ OK ] 1.26 sec.
2026-05-06 18:12:29 00578_merge_table_and_table_virtual_column: [ OK ] 1.71 sec.
2026-05-06 18:12:29 01683_text_log_deadlock: [ OK ] 5.33 sec.
2026-05-06 18:12:29 01710_projection_part_check: [ OK ] 0.76 sec.
2026-05-06 18:12:30 03161_create_table_as_mv: [ OK ] 0.33 sec.
2026-05-06 18:12:30 02470_suspicious_low_cardinality_msan: [ OK ] 0.49 sec.
2026-05-06 18:12:31 00377_shard_group_uniq_array_of_string_array: [ OK ] 14.78 sec.
2026-05-06 18:12:31 01280_unicode_whitespaces_lexer: [ OK ] 0.36 sec.
2026-05-06 18:12:32 02918_analyzer_to_ast_crash: [ OK ] 0.31 sec.
2026-05-06 18:12:32 01548_uncomparable_columns_in_keys: [ OK ] 0.30 sec.
2026-05-06 18:12:32 01451_dist_logs: [ OK ] 3.41 sec.
2026-05-06 18:12:33 02668_column_block_number_with_projections: [ OK ] 0.60 sec.
2026-05-06 18:12:34 01183_custom_separated_format_http: [ OK ] 10.14 sec.
2026-05-06 18:12:34 00014_select_from_table_with_nested: [ OK ] 0.50 sec.
2026-05-06 18:12:34 01490_nullable_string_to_enum: [ OK ] 0.45 sec.
2026-05-06 18:12:35 02517_wrong_total_structure_crash: [ OK ] 0.58 sec.
2026-05-06 18:12:35 02815_join_algorithm_setting: [ OK ] 2.55 sec.
2026-05-06 18:12:36 01767_timezoneOf: [ OK ] 1.11 sec.
2026-05-06 18:12:36 03207_json_read_subcolumns_2_wide_merge_tree: [ OK ] 119.50 sec.
2026-05-06 18:12:36 02908_Npy_files_caching: [ OK ] 2.84 sec.
2026-05-06 18:12:37 02810_system_jemalloc_bins: [ OK ] 0.39 sec.
2026-05-06 18:12:37 02886_binary_like: [ OK ] 0.53 sec.
2026-05-06 18:12:38 00107_totals_after_having: [ OK ] 2.89 sec.
2026-05-06 18:12:38 02575_merge_prewhere_materialized: [ OK ] 0.51 sec.
2026-05-06 18:12:38 02845_parquet_odd_decimals: [ OK ] 1.81 sec.
2026-05-06 18:12:39 02377_modify_column_from_lc: [ OK ] 0.80 sec.
2026-05-06 18:12:39 02370_analyzer_in_function: [ OK ] 0.49 sec.
2026-05-06 18:12:39 03203_drop_detached_partition_all: [ OK ] 0.45 sec.
2026-05-06 18:12:40 03150_url_hash_non_constant_level: [ OK ] 0.30 sec.
2026-05-06 18:12:40 03093_virtual_column_override_group_by: [ OK ] 0.29 sec.
2026-05-06 18:12:40 02378_analyzer_projection_names: [ OK ] 3.87 sec.
2026-05-06 18:12:40 02423_ddl_for_opentelemetry: [ OK ] 9.90 sec.
2026-05-06 18:12:40 02001_shard_num_shard_count: [ OK ] 0.49 sec.
2026-05-06 18:12:40 00794_materialized_view_with_column_defaults: [ OK ] 0.49 sec.
2026-05-06 18:12:41 00712_prewhere_with_alias_and_virtual_column: [ OK ] 0.46 sec.
2026-05-06 18:12:41 01668_avg_weighted_ubsan: [ OK ] 0.44 sec.
2026-05-06 18:12:41 01939_type_map_json: [ OK ] 0.56 sec.
2026-05-06 18:12:42 01780_column_sparse_tuple: [ OK ] 0.59 sec.
2026-05-06 18:12:42 01452_normalized_query_hash: [ OK ] 0.45 sec.
2026-05-06 18:12:42 01064_window_view_event_hop_to_bounded: [ OK ] 2.88 sec.
2026-05-06 18:12:42 02949_parallel_replicas_scalar_subquery_big_integer: [ OK ] 0.39 sec.
2026-05-06 18:12:42 03107_ill_formed_select_in_materialized_view: [ OK ] 0.29 sec.
2026-05-06 18:12:43 01715_tuple_insert_null_as_default: [ OK ] 1.06 sec.
2026-05-06 18:12:43 02326_settings_changes_system_table: [ OK ] 0.39 sec.
2026-05-06 18:12:43 01582_distinct_optimization: [ OK ] 1.88 sec.
2026-05-06 18:12:44 03094_recursive_type_proto: [ OK ] 1.35 sec.
2026-05-06 18:12:45 03172_bcrypt_validation: [ OK ] 0.33 sec.
2026-05-06 18:12:45 02136_kill_scalar_queries: [ OK ] 1.59 sec.
2026-05-06 18:12:47 02305_schema_inference_with_globs: [ OK ] 3.75 sec.
2026-05-06 18:12:47 01047_window_view_parser_inner_table: [ OK ] 2.14 sec.
2026-05-06 18:12:47 01376_null_logical: [ OK ] 0.42 sec.
2026-05-06 18:12:48 02312_parquet_orc_arrow_names_tuples: [ OK ] 0.87 sec.
2026-05-06 18:12:48 01770_add_months_ubsan: [ OK ] 0.40 sec.
2026-05-06 18:12:49 02800_clickhouse_local_default_settings: [ OK ] 1.27 sec.
2026-05-06 18:12:50 01273_arrow_load: [ OK ] 2.65 sec.
2026-05-06 18:12:50 03010_virtual_memory_mappings_asynchronous_metrics: [ OK ] 0.33 sec.
2026-05-06 18:12:51 03033_with_fill_interpolate: [ OK ] 0.45 sec.
2026-05-06 18:12:51 01175_distributed_ddl_output_mode_long: [ OK ] 12.94 sec.
2026-05-06 18:12:51 02204_fractional_progress_bar_long: [ OK ] 9.68 sec.
2026-05-06 18:12:51 00982_array_enumerate_uniq_ranked: [ OK ] 0.34 sec.
2026-05-06 18:12:52 03284_json_object_as_tuple_duplicate_keys: [ OK ] 0.55 sec.
2026-05-06 18:12:52 00616_final_single_part: [ OK ] 0.68 sec.
2026-05-06 18:12:52 01080_engine_merge_prewhere_tupleelement_error: [ OK ] 0.56 sec.
2026-05-06 18:12:53 01744_tuple_cast_to_map_bugfix: [ OK ] 0.48 sec.
2026-05-06 18:12:53 03262_column_sizes_with_dynamic_structure: [ OK ] 3.52 sec.
2026-05-06 18:12:53 02813_seriesOutliersDetectTukey: [ OK ] 0.80 sec.
2026-05-06 18:12:54 03031_distinguish_bool_and_int_in_settings: [ OK ] 0.69 sec.
2026-05-06 18:12:54 00328_long_case_construction: [ OK ] 40.11 sec.
2026-05-06 18:12:55 00718_format_datetime_1: [ OK ] 0.59 sec.
2026-05-06 18:12:57 03020_output_format_client: [ OK ] 3.53 sec.
2026-05-06 18:12:57 00375_shard_group_uniq_array_of_string: [ OK ] 3.98 sec.
2026-05-06 18:12:58 02292_nested_not_flattened_detach: [ OK ] 0.45 sec.
2026-05-06 18:12:58 02476_query_parameters_without_serialisation: [ OK ] 0.50 sec.
2026-05-06 18:12:58 00553_buff_exists_materlized_column: [ OK ] 0.51 sec.
2026-05-06 18:12:59 02540_input_format_json_ignore_unknown_keys_in_named_tuple: [ OK ] 3.57 sec.
2026-05-06 18:12:59 00962_enumNotExect: [ OK ] 0.53 sec.
2026-05-06 18:12:59 01825_new_type_json_partitions: [ OK ] 0.46 sec.
2026-05-06 18:13:00 00360_to_date_from_string_with_datetime: [ OK ] 0.45 sec.
2026-05-06 18:13:00 01637_nullable_fuzz3: [ OK ] 0.64 sec.
2026-05-06 18:13:00 02020_exponential_smoothing_cross_block: [ OK ] 0.42 sec.
2026-05-06 18:13:01 03013_test_part_level_is_reset_attach_from_disk_mt: [ OK ] 0.78 sec.
2026-05-06 18:13:01 02481_analyzer_optimize_aggregation_arithmetics: [ OK ] 0.89 sec.
2026-05-06 18:13:02 01104_distributed_numbers_test: [ OK ] 0.90 sec.
2026-05-06 18:13:02 00097_long_storage_buffer_race_condition_mt: [ OK ] 40.74 sec.
2026-05-06 18:13:03 00266_shard_global_subquery_and_aliases: [ OK ] 0.91 sec.
2026-05-06 18:13:03 02713_sequence_match_serialization_fix: [ OK ] 0.75 sec.
2026-05-06 18:13:04 02973_parse_crlf_with_tsv_files: [ OK ] 2.54 sec.
2026-05-06 18:13:05 03156_analyzer_array_join_distributed: [ OK ] 1.05 sec.
2026-05-06 18:13:05 02814_currentDatabase_for_table_functions: [ OK ] 1.62 sec.
2026-05-06 18:13:05 01070_h3_get_base_cell: [ OK ] 0.40 sec.
2026-05-06 18:13:06 01825_type_json_wide_parts_merge: [ OK ] 0.49 sec.
2026-05-06 18:13:06 02880_indexHint__partition_id: [ OK ] 0.39 sec.
2026-05-06 18:13:06 02718_parquet_metadata_format: [ OK ] 3.41 sec.
2026-05-06 18:13:07 00535_parse_float_scientific: [ OK ] 0.43 sec.
2026-05-06 18:13:07 01029_early_constant_folding: [ OK ] 0.39 sec.
2026-05-06 18:13:07 00544_agg_foreach_of_two_arg: [ OK ] 0.36 sec.
2026-05-06 18:13:08 00937_format_schema_rows_template: [ OK ] 3.47 sec.
2026-05-06 18:13:08 02500_remove_redundant_distinct: [ OK ] 15.53 sec.
2026-05-06 18:13:09 01833_test_collation_alvarotuso: [ OK ] 0.55 sec.
2026-05-06 18:13:09 01415_sticking_mutations: [ OK ] 24.35 sec.
2026-05-06 18:13:09 01554_bloom_filter_index_big_integer_uuid: [ OK ] 0.72 sec.
2026-05-06 18:13:10 02235_add_part_offset_virtual_column: [ OK ] 2.04 sec.
2026-05-06 18:13:10 02932_refreshable_materialized_views_2: [ OK ] 18.62 sec.
2026-05-06 18:13:10 02125_constant_if_condition_and_not_existing_column: [ OK ] 0.54 sec.
2026-05-06 18:13:11 01198_client_quota_key: [ OK ] 1.70 sec.
2026-05-06 18:13:11 00155_long_merges: [ OK ] 139.08 sec.
2026-05-06 18:13:11 02452_json_utf8_validation: [ OK ] 0.92 sec.
2026-05-06 18:13:11 02427_mutate_and_zero_copy_replication_zookeeper: [ OK ] 1.43 sec.
2026-05-06 18:13:11 03198_settings_in_csv_tsv_schema_cache: [ OK ] 2.45 sec.
2026-05-06 18:13:12 02481_default_value_used_in_row_level_filter: [ OK ] 0.48 sec.
2026-05-06 18:13:12 02013_bloom_filter_hasAll: [ OK ] 0.70 sec.
2026-05-06 18:13:12 00702_join_on_dups: [ OK ] 1.09 sec.
2026-05-06 18:13:12 02534_s3_heap_use_after_free: [ OK ] 0.33 sec.
2026-05-06 18:13:13 01523_interval_operator_support_string_literal: [ OK ] 0.49 sec.
2026-05-06 18:13:13 01702_bitmap_native_integers: [ OK ] 0.55 sec.
2026-05-06 18:13:13 03150_trace_log_add_build_id: [ OK ] 1.62 sec.
2026-05-06 18:13:13 01646_fix_window_funnel_inconistency: [ OK ] 0.66 sec.
2026-05-06 18:13:13 00160_merge_and_index_in_in: [ OK ] 4.39 sec.
2026-05-06 18:13:14 01273_extractGroups: [ OK ] 0.79 sec.
2026-05-06 18:13:14 03224_json_merges_new_type_in_shared_data: [ OK ] 0.61 sec.
2026-05-06 18:13:14 02947_parallel_replicas_remote: [ OK ] 0.44 sec.
2026-05-06 18:13:15 02916_set_formatting: [ OK ] 0.34 sec.
2026-05-06 18:13:15 01825_new_type_json_7: [ OK ] 2.81 sec.
2026-05-06 18:13:15 02810_row_binary_with_defaults: [ OK ] 0.28 sec.
2026-05-06 18:13:15 02047_log_family_complex_structs_data_file_dumps: [ OK ] 8.36 sec.
2026-05-06 18:13:16 03037_dynamic_merges_1_horizontal_compact_merge_tree: [ OK ] 4.73 sec.
2026-05-06 18:13:16 01104_fixed_string_like: [ OK ] 0.70 sec.
2026-05-06 18:13:16 01638_div_mod_ambiguities: [ OK ] 0.39 sec.
2026-05-06 18:13:16 01870_modulo_partition_key: [ OK ] 2.00 sec.
2026-05-06 18:13:16 01882_total_rows_approx: [ OK ] 2.96 sec.
2026-05-06 18:13:16 01359_geodistance_loop: [ OK ] 0.23 sec.
2026-05-06 18:13:16 03032_variant_bool_number_not_suspicious: [ OK ] 0.29 sec.
2026-05-06 18:13:16 02941_variant_type_3: [ OK ] 18.51 sec.
2026-05-06 18:13:17 01440_big_int_exotic_casts: [ OK ] 0.70 sec.
2026-05-06 18:13:17 02473_prewhere_with_bigint: [ OK ] 0.48 sec.
2026-05-06 18:13:17 02147_arrow_duplicate_columns: [ OK ] 1.67 sec.
2026-05-06 18:13:17 02325_dates_schema_inference: [ OK ] 0.63 sec.
2026-05-06 18:13:17 02095_function_get_os_kernel_version: [ OK ] 0.23 sec.
2026-05-06 18:13:17 01071_prohibition_secondary_index_with_old_format_merge_tree: [ OK ] 0.34 sec.
2026-05-06 18:13:17 03148_mutations_virtual_columns: [ OK ] 0.44 sec.
2026-05-06 18:13:18 03035_argMinMax_numeric_non_extreme_bug: [ OK ] 0.34 sec.
2026-05-06 18:13:18 00601_kill_running_query: [ OK ] 0.85 sec.
2026-05-06 18:13:19 02772_s3_crash: [ OK ] 0.29 sec.
2026-05-06 18:13:19 00825_protobuf_format_map: [ OK ] 2.20 sec.
2026-05-06 18:13:19 01592_long_window_functions1: [ OK ] 1.56 sec.
2026-05-06 18:13:20 02383_arrow_dict_special_cases: [ OK ] 3.39 sec.
2026-05-06 18:13:20 02122_parallel_formatting_CustomSeparated: [ OK ] 2.97 sec.
2026-05-06 18:13:20 02581_parquet_arrow_orc_compressions: [ OK ] 5.21 sec.
2026-05-06 18:13:20 02919_ddsketch_quantile: [ OK ] 0.65 sec.
2026-05-06 18:13:20 03032_rmt_create_columns_from_replica: [ OK ] 0.45 sec.
2026-05-06 18:13:20 02029_orc_low_cardinality: [ OK ] 1.72 sec.
2026-05-06 18:13:20 01214_test_storage_merge_aliases_with_where: [ OK ] 0.59 sec.
2026-05-06 18:13:21 01354_tuple_low_cardinality_array_mapped_bug: [ OK ] 0.35 sec.
2026-05-06 18:13:21 01732_bigint_ubsan: [ OK ] 0.39 sec.
2026-05-06 18:13:21 00608_uniq_array: [ OK ] 0.39 sec.
2026-05-06 18:13:21 02898_parallel_replicas_custom_key_final: [ OK ] 0.55 sec.
2026-05-06 18:13:21 00763_create_query_as_table_engine_bug: [ OK ] 0.34 sec.
2026-05-06 18:13:21 01134_set_overflow_mode: [ OK ] 0.44 sec.
2026-05-06 18:13:21 01852_s2_get_neighbours: [ OK ] 0.23 sec.
2026-05-06 18:13:21 00448_replicate_nullable_tuple_generic: [ OK ] 0.33 sec.
2026-05-06 18:13:21 00516_deduplication_after_drop_partition_zookeeper: [ OK ] 0.94 sec.
2026-05-06 18:13:21 01514_distributed_cancel_query_on_error: [ OK ] 2.78 sec.
2026-05-06 18:13:22 02986_leftpad_fixedstring: [ OK ] 0.40 sec.
2026-05-06 18:13:22 02002_sampling_and_unknown_column_bug: [ OK ] 0.38 sec.
2026-05-06 18:13:22 01580_column_const_comparision: [ OK ] 0.28 sec.
2026-05-06 18:13:22 00695_pretty_max_column_pad_width: [ OK ] 0.34 sec.
2026-05-06 18:13:22 03013_repeat_with_nonnative_integers: [ OK ] 0.35 sec.
2026-05-06 18:13:22 00260_like_and_curly_braces: [ OK ] 0.60 sec.
2026-05-06 18:13:22 01318_alter_add_constraint_format: [ OK ] 0.90 sec.
2026-05-06 18:13:22 00222_sequence_aggregate_function_family: [ OK ] 1.07 sec.
2026-05-06 18:13:22 02677_analyzer_bitmap_has_any: [ OK ] 0.40 sec.
2026-05-06 18:13:23 01560_mann_whitney: [ OK ] 0.35 sec.
2026-05-06 18:13:23 03156_group_concat: [ OK ] 0.69 sec.
2026-05-06 18:13:23 00945_bloom_filter_index: [ OK ] 6.10 sec.
2026-05-06 18:13:23 00105_shard_collations: [ OK ] 0.59 sec.
2026-05-06 18:13:24 03140_client_subsequent_external_tables: [ OK ] 0.93 sec.
2026-05-06 18:13:24 02343_analyzer_lambdas: [ OK ] 0.79 sec.
2026-05-06 18:13:24 00825_protobuf_format_nested_optional: [ OK ] 2.02 sec.
2026-05-06 18:13:24 02454_disable_mergetree_with_lightweight_delete_column: [ OK ] 0.49 sec.
2026-05-06 18:13:25 00539_functions_for_working_with_json: [ OK ] 0.34 sec.
2026-05-06 18:13:25 01355_alter_column_with_order: [ OK ] 0.38 sec.
2026-05-06 18:13:25 01889_clickhouse_client_config_format: [ OK ] 2.36 sec.
2026-05-06 18:13:25 00974_fix_join_on: [ OK ] 0.68 sec.
2026-05-06 18:13:25 03073_analyzer_alias_as_column_name: [ OK ] 0.39 sec.
2026-05-06 18:13:25 00548_slice_of_nested: [ OK ] 0.33 sec.
2026-05-06 18:13:25 02813_create_index_noop: [ OK ] 4.46 sec.
2026-05-06 18:13:26 00966_invalid_json_must_not_parse: [ OK ] 0.40 sec.
2026-05-06 18:13:26 01172_transaction_counters: [ OK ] 1.24 sec.
2026-05-06 18:13:26 02358_file_default_value: [ OK ] 1.24 sec.
2026-05-06 18:13:26 00933_reserved_word: [ OK ] 0.28 sec.
2026-05-06 18:13:26 00271_agg_state_and_totals: [ OK ] 0.28 sec.
2026-05-06 18:13:27 02784_projections_read_in_order_bug: [ OK ] 0.44 sec.
2026-05-06 18:13:27 03036_dynamic_read_subcolumns_compact_merge_tree: [ OK ] 3.64 sec.
2026-05-06 18:13:27 02564_analyzer_cross_to_inner: [ OK ] 0.45 sec.
2026-05-06 18:13:28 02908_table_ttl_dependency: [ OK ] 1.35 sec.
2026-05-06 18:13:29 02905_csv_unquoted_string_with_cr: [ OK ] 2.06 sec.
2026-05-06 18:13:29 02473_functions_in_readonly_mode: [ OK ] 2.01 sec.
2026-05-06 18:13:29 01117_chain_finalize_bug: [ OK ] 0.49 sec.
2026-05-06 18:13:30 00258_materializing_tuples: [ OK ] 0.31 sec.
2026-05-06 18:13:31 02423_insert_summary_behaviour: [ OK ] 2.68 sec.
2026-05-06 18:13:31 01284_escape_sequences_php_mysql_style: [ OK ] 0.34 sec.
2026-05-06 18:13:32 01731_async_task_queue_wait: [ OK ] 3.10 sec.
2026-05-06 18:13:33 01030_limit_by_with_ties_error: [ OK ] 1.79 sec.
2026-05-06 18:13:33 00801_daylight_saving_time_hour_underflow: [ OK ] 0.29 sec.
2026-05-06 18:13:34 03077_analyzer_multi_scalar_subquery_aliases: [ OK ] 0.33 sec.
2026-05-06 18:13:34 00309_formats: [ OK ] 0.49 sec.
2026-05-06 18:13:34 02874_array_random_sample: [ OK ] 9.10 sec.
2026-05-06 18:13:35 00752_low_cardinality_permute: [ OK ] 0.28 sec.
2026-05-06 18:13:35 00295_global_in_one_shard_rows_before_limit: [ OK ] 0.33 sec.
2026-05-06 18:13:35 00983_summing_merge_tree_not_an_identifier: [ OK ] 0.23 sec.
2026-05-06 18:13:35 01825_new_type_json_ephemeral: [ OK ] 0.38 sec.
2026-05-06 18:13:35 02715_bit_operations_float: [ OK ] 0.34 sec.
2026-05-06 18:13:35 02661_read_from_archive_tzst: [ OK ] 10.21 sec.
2026-05-06 18:13:36 00145_empty_likes: [ OK ] 0.55 sec.
2026-05-06 18:13:36 03035_materialized_primary_key: [ OK ] 0.41 sec.
2026-05-06 18:13:36 00097_long_storage_buffer_race_condition: [ OK ] 22.59 sec.
2026-05-06 18:13:36 02896_illegal_sampling: [ OK ] 0.28 sec.
2026-05-06 18:13:36 01197_summing_enum: [ OK ] 0.33 sec.
2026-05-06 18:13:36 01933_invalid_date: [ OK ] 0.48 sec.
2026-05-06 18:13:36 01603_insert_select_too_many_parts: [ OK ] 4.36 sec.
2026-05-06 18:13:37 00042_set: [ OK ] 0.38 sec.
2026-05-06 18:13:37 03252_fill_missed_arrays: [ OK ] 0.48 sec.
2026-05-06 18:13:37 02767_into_outfile_extensions_msan: [ OK ] 1.01 sec.
2026-05-06 18:13:37 02241_short_circuit_short_column: [ OK ] 0.35 sec.
2026-05-06 18:13:37 00193_parallel_replicas: [ OK ] 0.69 sec.
2026-05-06 18:13:37 00587_union_all_type_conversions: [ OK ] 0.39 sec.
2026-05-06 18:13:37 00228_shard_quantiles_deterministic_merge_overflow: [ OK ] 0.44 sec.
2026-05-06 18:13:37 02319_dict_get_check_arguments_size: [ OK ] 0.59 sec.
2026-05-06 18:13:38 00168_buffer_defaults: [ OK ] 0.39 sec.
2026-05-06 18:13:38 01066_bit_count: [ OK ] 0.38 sec.
2026-05-06 18:13:38 02378_part_log_profile_events: [ OK ] 1.01 sec.
2026-05-06 18:13:38 01746_test_for_tupleElement_must_be_constant_issue: [ OK ] 0.72 sec.
2026-05-06 18:13:39 00626_in_syntax: [ OK ] 0.69 sec.
2026-05-06 18:13:39 02151_lc_prefetch: [ OK ] 3.14 sec.
2026-05-06 18:13:39 01948_heredoc: [ OK ] 0.38 sec.
2026-05-06 18:13:39 00487_if_array_fixed_string: [ OK ] 0.34 sec.
2026-05-06 18:13:39 02235_check_table_sparse_serialization: [ OK ] 0.40 sec.
2026-05-06 18:13:39 01673_test_toMinute_mysql_dialect: [ OK ] 0.33 sec.
2026-05-06 18:13:40 00907_set_index_with_nullable_and_low_cardinality: [ OK ] 1.06 sec.
2026-05-06 18:13:40 01866_bit_positions_to_array: [ OK ] 0.90 sec.
2026-05-06 18:13:41 00196_float32_formatting: [ OK ] 0.34 sec.
2026-05-06 18:13:41 02041_openssl_hash_functions_test: [ OK ] 0.38 sec.
2026-05-06 18:13:41 02401_merge_tree_old_tmp_dirs_cleanup: [ OK ] 1.34 sec.
2026-05-06 18:13:41 02564_read_in_order_final_desc: [ OK ] 0.39 sec.
2026-05-06 18:13:41 03147_datetime64_constant_index_analysis: [ OK ] 0.43 sec.
2026-05-06 18:13:42 02680_mysql_ast_logical_err: [ OK ] 0.33 sec.
2026-05-06 18:13:42 01413_alter_update_supertype: [ OK ] 0.33 sec.
2026-05-06 18:13:42 01338_sha256_fixedstring: [ OK ] 0.33 sec.
2026-05-06 18:13:43 02021_map_bloom_filter_index: [ OK ] 0.89 sec.
2026-05-06 18:13:43 03040_recursive_cte_postgres_6: [ OK ] 0.86 sec.
2026-05-06 18:13:44 02488_zero_copy_detached_parts_drop_table: [ OK ] 4.01 sec.
2026-05-06 18:13:44 02871_clickhouse_client_restart_pager: [ OK ] 1.08 sec.
2026-05-06 18:13:44 01041_create_dictionary_if_not_exists: [ OK ] 0.38 sec.
2026-05-06 18:13:44 01098_msgpack_format: [ OK ] 14.57 sec.
2026-05-06 18:13:44 01070_h3_indexes_are_neighbors: [ OK ] 0.31 sec.
2026-05-06 18:13:44 00700_decimal_defaults: [ OK ] 0.33 sec.
2026-05-06 18:13:45 00285_not_all_data_in_totals: [ OK ] 0.33 sec.
2026-05-06 18:13:45 01511_alter_version_versioned_collapsing_merge_tree: [ OK ] 0.53 sec.
2026-05-06 18:13:46 01050_window_view_parser_tumble: [ OK ] 0.58 sec.
2026-05-06 18:13:46 01502_jemalloc_percpu_arena: [ OK ] 1.45 sec.
2026-05-06 18:13:47 03030_system_flush_distributed_settings: [ OK ] 1.94 sec.
2026-05-06 18:13:47 02009_mysql_client_empty_result: [ OK ] 1.08 sec.
2026-05-06 18:13:47 02725_memory-for-merges: [ OK ] 9.21 sec.
2026-05-06 18:13:47 02449_check_dependencies_and_table_shutdown: [ OK ] 0.98 sec.
2026-05-06 18:13:47 03149_analyzer_window_redefinition: [ OK ] 0.33 sec.
2026-05-06 18:13:47 00453_top_k: [ OK ] 0.33 sec.
2026-05-06 18:13:48 00753_distributed_system_columns_and_system_tables: [ OK ] 0.37 sec.
2026-05-06 18:13:48 01318_encrypt: [ OK ] 1.13 sec.
2026-05-06 18:13:48 02004_intersect_except_distinct_operators: [ OK ] 1.18 sec.
2026-05-06 18:13:48 01518_filtering_aliased_materialized_column: [ OK ] 0.27 sec.
2026-05-06 18:13:48 02354_read_in_order_prewhere: [ OK ] 1.39 sec.
2026-05-06 18:13:48 00355_array_of_non_const_convertible_types: [ OK ] 0.27 sec.
2026-05-06 18:13:49 01660_second_extremes_bug: [ OK ] 0.32 sec.
2026-05-06 18:13:49 03041_analyzer_gigachad_join: [ OK ] 0.33 sec.
2026-05-06 18:13:49 02911_add_index_and_materialize_index: [ OK ] 0.22 sec.
2026-05-06 18:13:49 02426_create_suspicious_fixed_string: [ OK ] 0.22 sec.
2026-05-06 18:13:49 02915_analyzer_fuzz_6: [ OK ] 0.33 sec.
2026-05-06 18:13:49 01522_validate_alter_default: [ OK ] 0.27 sec.
2026-05-06 18:13:49 01149_zookeeper_mutation_stuck_after_replace_partition: [ OK ] 1.58 sec.
2026-05-06 18:13:50 02233_with_total_empty_chunk: [ OK ] 0.28 sec.
2026-05-06 18:13:50 02382_query_parameters_post: [ OK ] 0.78 sec.
2026-05-06 18:13:50 02152_invalid_setting_with_hints_in_http_request: [ OK ] 0.74 sec.
2026-05-06 18:13:51 01083_functional_index_in_mergetree: [ OK ] 0.43 sec.
2026-05-06 18:13:51 01319_manual_write_to_replicas_long: [ OK ] 0.68 sec.
2026-05-06 18:13:51 02122_parallel_formatting_XML: [ OK ] 2.89 sec.
2026-05-06 18:13:51 02456_datetime_schema_inference: [ OK ] 0.43 sec.
2026-05-06 18:13:51 01320_optimize_skip_unused_shards_no_non_deterministic: [ OK ] 0.34 sec.
2026-05-06 18:13:52 00940_order_by_read_in_order: [ OK ] 0.79 sec.
2026-05-06 18:13:53 01710_projection_drop_if_exists: [ OK ] 0.74 sec.
2026-05-06 18:13:53 01834_alias_columns_laziness_filimonov: [ OK ] 2.29 sec.
2026-05-06 18:13:53 02575_merge_prewhere_ephemeral: [ OK ] 0.38 sec.
2026-05-06 18:13:54 02351_Map_combinator_dist: [ OK ] 1.15 sec.
2026-05-06 18:13:54 01475_mutation_with_if: [ OK ] 1.23 sec.
2026-05-06 18:13:56 01890_state_of_state: [ OK ] 1.18 sec.
2026-05-06 18:13:56 03161_decimal_binary_math: [ OK ] 0.63 sec.
2026-05-06 18:13:57 02891_input_csv_cr_end_of_line: [ OK ] 2.34 sec.
2026-05-06 18:13:57 00625_query_in_form_data: [ OK ] 0.73 sec.
2026-05-06 18:13:57 01019_alter_materialized_view_consistent: [ OK ] 6.03 sec.
2026-05-06 18:13:57 03084_analyzer_join_column_alias: [ OK ] 0.27 sec.
2026-05-06 18:13:57 03290_final_sample: [ OK ] 0.38 sec.
2026-05-06 18:13:58 02901_predicate_pushdown_cte_stateful: [ OK ] 0.27 sec.
2026-05-06 18:13:59 00909_kill_not_initialized_query: [ OK ] 8.82 sec.
2026-05-06 18:14:00 00746_sql_fuzzy: [ OK ] 33.78 sec.
2026-05-06 18:14:01 01549_low_cardinality_mv_fuzz: [ OK ] 0.51 sec.
2026-05-06 18:14:01 02584_compressor_codecs: [ OK ] 2.14 sec.
2026-05-06 18:14:01 03023_remove_unused_column_distinct: [ OK ] 0.50 sec.
2026-05-06 18:14:01 01064_array_auc: [ OK ] 0.54 sec.
2026-05-06 18:14:02 02184_ipv6_cast_test: [ OK ] 0.57 sec.
2026-05-06 18:14:03 02953_slow_create_view: [ OK ] 0.52 sec.
2026-05-06 18:14:03 02477_exists_fuzz_43478: [ OK ] 0.51 sec.
2026-05-06 18:14:04 00216_bit_test_function_family: [ OK ] 0.49 sec.
2026-05-06 18:14:05 02285_hex_bin_support_more_types: [ OK ] 0.86 sec.
2026-05-06 18:14:05 02807_math_unary_crash: [ OK ] 0.39 sec.
2026-05-06 18:14:06 01018_optimize_read_in_order_with_in_subquery: [ OK ] 0.47 sec.
2026-05-06 18:14:06 02151_hash_table_sizes_stats: [ OK ] 27.34 sec.
2026-05-06 18:14:06 00020_sorting_arrays: [ OK ] 0.34 sec.
2026-05-06 18:14:06 00545_weird_aggregate_functions: [ OK ] 0.23 sec.
2026-05-06 18:14:07 02292_hash_array_tuples: [ OK ] 0.48 sec.
2026-05-06 18:14:07 02784_parallel_replicas_automatic_decision: [ OK ] 9.52 sec.
2026-05-06 18:14:07 02922_respect_nulls_parser: [ OK ] 0.53 sec.
2026-05-06 18:14:07 02169_fix_view_offset_limit_setting: [ OK ] 0.39 sec.
2026-05-06 18:14:08 03013_fuzz_arrayPartialReverseSort: [ OK ] 0.28 sec.
2026-05-06 18:14:08 01034_prewhere_max_parallel_replicas_distributed: [ OK ] 0.55 sec.
2026-05-06 18:14:09 02676_optimize_old_parts_replicated: [ OK ] 46.90 sec.
2026-05-06 18:14:09 02521_aggregation_by_partitions: [ OK ] 11.61 sec.
2026-05-06 18:14:09 01545_url_file_format_settings: [ OK ] 0.89 sec.
2026-05-06 18:14:10 00098_l_union_all: [ OK ] 0.79 sec.
2026-05-06 18:14:12 00910_zookeeper_test_alter_compression_codecs_long: [ OK ] 1.64 sec.
2026-05-06 18:14:16 01442_merge_detach_attach_long: [ OK ] 32.40 sec.
2026-05-06 18:14:19 02661_read_from_archive_zip: [ OK ] 17.34 sec.
2026-05-06 18:14:19 00840_top_k_weighted: [ OK ] 0.54 sec.
2026-05-06 18:14:20 03172_dynamic_binary_serialization: [ OK ] 23.30 sec.
2026-05-06 18:14:21 01330_array_join_in_higher_order_function: [ OK ] 0.71 sec.
2026-05-06 18:14:22 00235_create_temporary_table_as: [ OK ] 0.79 sec.
2026-05-06 18:14:24 00974_query_profiler: [ OK ] 12.45 sec.
2026-05-06 18:14:25 01040_dictionary_invalidate_query_switchover_long: [ OK ] 15.07 sec.
2026-05-06 18:14:25 02155_create_table_w_timezone: [ OK ] 0.80 sec.
2026-05-06 18:14:27 00335_bom: [ OK ] 2.24 sec.
2026-05-06 18:14:28 03008_groupSortedArray_field: [ OK ] 0.76 sec.
2026-05-06 18:14:29 03044_array_join_columns_in_nested_table: [ OK ] 0.75 sec.
2026-05-06 18:14:30 01002_alter_nullable_adaptive_granularity_long: [ OK ] 14.03 sec.
2026-05-06 18:14:31 03033_tupleIntXYZ_and_tupleModulo: [ OK ] 2.05 sec.
2026-05-06 18:14:31 03103_positional_arguments: [ OK ] 0.99 sec.
2026-05-06 18:14:31 01035_avg: [ OK ] 9.22 sec.
2026-05-06 18:14:32 00876_wrong_arraj_join_column: [ OK ] 0.64 sec.
2026-05-06 18:14:32 02364_window_case: [ OK ] 0.74 sec.
2026-05-06 18:14:33 01774_case_sensitive_connection_id: [ OK ] 0.99 sec.
2026-05-06 18:14:33 01713_table_ttl_old_syntax_zookeeper: [ OK ] 1.10 sec.
2026-05-06 18:14:34 01300_svg: [ OK ] 1.51 sec.
2026-05-06 18:14:34 03011_adaptative_timeout_compatibility: [ OK ] 0.78 sec.
2026-05-06 18:14:34 01268_DateTime64_in_WHERE: [ OK ] 1.63 sec.
2026-05-06 18:14:35 00813_parse_date_time_best_effort_more: [ OK ] 0.90 sec.
2026-05-06 18:14:36 01086_modulo_or_zero: [ OK ] 0.72 sec.
2026-05-06 18:14:37 01045_dictionaries_restrictions: [ OK ] 1.22 sec.
2026-05-06 18:14:38 02517_executable_pool_bad_input_query: [ OK ] 0.51 sec.
2026-05-06 18:14:39 02461_cancel_finish_race: [ OK ] 31.01 sec.
2026-05-06 18:14:39 01163_search_case_insensetive_utf8: [ OK ] 0.61 sec.
2026-05-06 18:14:39 03214_bitslice_argument_evaluation: [ OK ] 0.44 sec.
2026-05-06 18:14:39 02884_parallel_window_functions: [ OK ] 5.52 sec.
2026-05-06 18:14:40 02559_multiple_read_steps_in_prewhere_reuse_computation: [ OK ] 0.65 sec.
2026-05-06 18:14:40 01538_fuzz_aggregate: [ OK ] 0.30 sec.
2026-05-06 18:14:42 02124_insert_deduplication_token_multiple_blocks_replica: [ OK ] 7.66 sec.
2026-05-06 18:14:43 01921_with_fill_with_totals: [ OK ] 0.48 sec.
2026-05-06 18:14:44 00714_create_temporary_table_with_in_clause: [ OK ] 0.50 sec.
2026-05-06 18:14:44 02932_set_ttl_where: [ OK ] 5.09 sec.
2026-05-06 18:14:44 01082_bit_test_out_of_bound: [ OK ] 0.89 sec.
2026-05-06 18:14:45 00534_filimonov: [ OK ] 5.02 sec.
2026-05-06 18:14:45 02008_tuple_to_name_value_pairs: [ OK ] 0.60 sec.
2026-05-06 18:14:46 00640_endsWith: [ OK ] 0.64 sec.
2026-05-06 18:14:46 01070_alter_with_ttl: [ OK ] 0.51 sec.
2026-05-06 18:14:46 01016_simhash_minhash_ppc: [ SKIPPED ] 0.00 sec.
2026-05-06 18:14:46 Reason: not running for current build
2026-05-06 18:14:48 02833_concurrent_sessions: [ OK ] 22.71 sec.
2026-05-06 18:14:49 03031_filter_float64_logical_error: [ OK ] 0.42 sec.
2026-05-06 18:14:49 00525_aggregate_functions_of_nullable_that_return_non_nullable: [ OK ] 0.39 sec.
2026-05-06 18:14:50 02427_column_nullable_ubsan: [ OK ] 0.46 sec.
2026-05-06 18:14:51 01926_bin_unbin: [ OK ] 1.27 sec.
2026-05-06 18:14:52 01127_month_partitioning_consistency_select: [ OK ] 0.77 sec.
2026-05-06 18:14:53 03006_join_on_inequal_expression_fast: [ OK ] 6.42 sec.
2026-05-06 18:14:53 00557_array_resize: [ OK ] 0.68 sec.
2026-05-06 18:14:53 00301_csv: [ OK ] 8.42 sec.
2026-05-06 18:14:54 01915_json_extract_raw_string: [ OK ] 0.58 sec.
2026-05-06 18:14:54 03205_json_cast_from_string: [ OK ] 0.86 sec.
2026-05-06 18:14:54 01410_nullable_key_and_index_negate_cond: [ OK ] 1.14 sec.
2026-05-06 18:14:55 01683_intdiv_ubsan: [ OK ] 0.45 sec.
2026-05-06 18:14:55 02703_max_local_write_bandwidth: [ OK ] 9.64 sec.
2026-05-06 18:14:55 02187_async_inserts_all_formats: [ OK ] 35.44 sec.
2026-05-06 18:14:56 03033_lightweight_deletes_sync: [ OK ] 1.05 sec.
2026-05-06 18:14:56 03205_parallel_window_finctions_and_column_sparse_bug: [ OK ] 1.02 sec.
2026-05-06 18:14:57 00531_client_ignore_error: [ OK ] 2.97 sec.
2026-05-06 18:14:57 02009_decimal_no_trailing_zeros: [ OK ] 1.01 sec.
2026-05-06 18:14:58 01508_query_obfuscator: [ OK ] 1.81 sec.
2026-05-06 18:14:58 01701_clear_projection_and_part_remove: [ OK ] 0.73 sec.
2026-05-06 18:14:58 02421_type_json_empty_parts: [ OK ] 18.69 sec.
2026-05-06 18:14:58 00557_alter_null_storage_tables: [ OK ] 0.75 sec.
2026-05-06 18:14:58 01818_case_float_value_fangyc: [ OK ] 0.42 sec.
2026-05-06 18:14:58 00698_validate_array_sizes_for_nested: [ OK ] 0.68 sec.
2026-05-06 18:14:59 01651_group_uniq_array_enum: [ OK ] 0.47 sec.
2026-05-06 18:14:59 02302_column_decl_null_before_defaul_value: [ OK ] 1.28 sec.
2026-05-06 18:15:01 02477_age_date32: [ OK ] 2.11 sec.
2026-05-06 18:15:01 02797_join_nested_lowcardinality_convert: [ OK ] 1.36 sec.
2026-05-06 18:15:02 00700_decimal_casts_2: [ OK ] 3.77 sec.
2026-05-06 18:15:02 01178_int_field_to_decimal: [ OK ] 1.09 sec.
2026-05-06 18:15:03 00253_insert_recursive_defaults: [ OK ] 1.32 sec.
2026-05-06 18:15:03 00834_date_datetime_cmp: [ OK ] 0.64 sec.
2026-05-06 18:15:03 02116_clickhouse_stderr: [ OK ] 7.84 sec.
2026-05-06 18:15:04 01319_optimize_skip_unused_shards_nesting: [ OK ] 1.19 sec.
2026-05-06 18:15:05 02983_empty_map: [ OK ] 1.69 sec.
2026-05-06 18:15:06 00729_prewhere_array_join: [ OK ] 1.24 sec.
2026-05-06 18:15:06 02479_race_condition_between_insert_and_droppin_mv: [ OK ] 56.60 sec.
2026-05-06 18:15:07 02785_summing_merge_tree_datetime64: [ OK ] 0.78 sec.
2026-05-06 18:15:08 01213_alter_rename_column: [ OK ] 0.87 sec.
2026-05-06 18:15:09 03116_analyzer_explicit_alias_as_column_name: [ OK ] 0.69 sec.
2026-05-06 18:15:10 02704_keeper_map_zk_nodes: [ OK ] 10.39 sec.
2026-05-06 18:15:10 01824_move_to_prewhere_many_columns: [ OK ] 1.35 sec.
2026-05-06 18:15:10 00751_hashing_ints: [ OK ] 0.80 sec.
2026-05-06 18:15:11 01512_create_replicate_merge_tree_one_arg: [ OK ] 0.35 sec.
2026-05-06 18:15:11 02486_truncate_and_unexpected_parts: [ OK ] 4.90 sec.
2026-05-06 18:15:12 03018_external_with_complex_data_types: [ OK ] 1.74 sec.
2026-05-06 18:15:12 01852_hints_enum_name: [ OK ] 1.70 sec.
2026-05-06 18:15:13 02540_duplicate_primary_key2: [ OK ] 0.37 sec.
2026-05-06 18:15:13 00224_shard_distributed_aggregation_memory_efficient_and_overflows: [ OK ] 1.52 sec.
2026-05-06 18:15:13 01552_alter_name_collision: [ OK ] 0.35 sec.
2026-05-06 18:15:14 01498_alter_column_storage_memory: [ OK ] 0.56 sec.
2026-05-06 18:15:15 02210_processors_profile_log_2: [ OK ] 2.83 sec.
2026-05-06 18:15:16 02345_implicit_transaction: [ OK ] 1.74 sec.
2026-05-06 18:15:16 01655_plan_optimizations_optimize_read_in_window_order_long: [ OK ] 22.27 sec.
2026-05-06 18:15:17 01797_StripeLog_rwlock_ub: [ OK ] 0.40 sec.
2026-05-06 18:15:17 01872_functions_to_subcolumns_analyzer: [ OK ] 0.75 sec.
2026-05-06 18:15:17 02149_read_in_order_fixed_prefix_negative: [ OK ] 4.49 sec.
2026-05-06 18:15:18 02375_analyzer_union: [ OK ] 1.05 sec.
2026-05-06 18:15:18 01721_join_implicit_cast_long: [ OK ] 13.26 sec.
2026-05-06 18:15:19 01860_Distributed__shard_num_GROUP_BY: [ OK ] 0.69 sec.
2026-05-06 18:15:20 00284_external_aggregation_2: [ OK ] 16.63 sec.
2026-05-06 18:15:20 00900_orc_arrays_load: [ OK ] 3.68 sec.
2026-05-06 18:15:21 00321_pk_set: [ OK ] 0.71 sec.
2026-05-06 18:15:21 03245_views_and_filter_push_down_bug: [ OK ] 0.29 sec.
2026-05-06 18:15:21 02764_index_analysis_fix: [ OK ] 0.40 sec.
2026-05-06 18:15:21 01825_type_json_4: [ OK ] 3.91 sec.
2026-05-06 18:15:22 02444_async_broken_outdated_part_loading: [ OK ] 6.84 sec.
2026-05-06 18:15:22 03112_analyzer_not_found_column_in_block: [ OK ] 0.83 sec.
2026-05-06 18:15:22 00574_empty_strings_deserialization: [ OK ] 3.12 sec.
2026-05-06 18:15:23 02943_positional_arguments_bugs: [ OK ] 0.39 sec.
2026-05-06 18:15:23 01493_alter_remove_wrong_default: [ OK ] 0.45 sec.
2026-05-06 18:15:23 03037_dynamic_merges_2_horizontal_compact_merge_tree: [ OK ] 1.26 sec.
2026-05-06 18:15:23 02941_variant_type_alters: [ OK ] 22.74 sec.
2026-05-06 18:15:23 02293_http_header_summary_contains_exception_code_with_progress: [ OK ] 2.40 sec.
2026-05-06 18:15:24 02932_non_ready_set_stuck: [ OK ] 0.39 sec.
2026-05-06 18:15:24 02532_json_missing_named_tuple_elements: [ OK ] 3.18 sec.
2026-05-06 18:15:24 00441_nulls_in: [ OK ] 0.65 sec.
2026-05-06 18:15:25 00977_join_use_nulls_denny_crane: [ OK ] 1.36 sec.
2026-05-06 18:15:25 03008_optimize_equal_ranges: [ OK ] 1.43 sec.
2026-05-06 18:15:25 00121_drop_column_zookeeper: [ OK ] 1.86 sec.
2026-05-06 18:15:26 02346_fulltext_index_detach_attach: [ OK ] 0.43 sec.
2026-05-06 18:15:26 00233_position_function_sql_comparibilty: [ OK ] 0.40 sec.
2026-05-06 18:15:26 01926_json_as_string_array: [ OK ] 1.84 sec.
2026-05-06 18:15:26 02713_ip4_uint_compare: [ OK ] 0.28 sec.
2026-05-06 18:15:27 00986_materialized_view_stack_overflow: [ OK ] 0.94 sec.
2026-05-06 18:15:27 01941_dict_get_has_complex_single_key: [ OK ] 0.50 sec.
2026-05-06 18:15:27 01869_function_modulo_legacy: [ OK ] 0.40 sec.
2026-05-06 18:15:27 00823_capnproto_input: [ OK ] 2.18 sec.
2026-05-06 18:15:27 02489_analyzer_indexes: [ OK ] 0.60 sec.
2026-05-06 18:15:27 02899_use_default_format_on_http_exception: [ OK ] 1.21 sec.
2026-05-06 18:15:28 02999_scalar_subqueries_bug_2: [ OK ] 0.29 sec.
2026-05-06 18:15:28 02681_undrop_query_uuid: [ OK ] 4.01 sec.
2026-05-06 18:15:28 01268_shard_avgweighted: [ OK ] 0.70 sec.
2026-05-06 18:15:28 00518_extract_all_and_empty_matches: [ OK ] 0.29 sec.
2026-05-06 18:15:28 03021_output_format_tty: [ OK ] 1.24 sec.
2026-05-06 18:15:29 02230_create_table_as_ignore_ttl: [ OK ] 0.49 sec.
2026-05-06 18:15:29 01621_summap_check_types: [ OK ] 0.33 sec.
2026-05-06 18:15:29 00800_function_java_hash: [ OK ] 0.49 sec.
2026-05-06 18:15:29 01521_format_readable_time_delta2: [ OK ] 0.59 sec.
2026-05-06 18:15:29 02864_filtered_url_with_globs: [ OK ] 0.41 sec.
2026-05-06 18:15:29 02790_sql_standard_fetch: [ OK ] 0.51 sec.
2026-05-06 18:15:30 00930_max_partitions_per_insert_block: [ OK ] 1.11 sec.
2026-05-06 18:15:30 02515_projections_with_totals: [ OK ] 0.39 sec.
2026-05-06 18:15:30 00017_in_subquery_with_empty_result: [ OK ] 0.30 sec.
2026-05-06 18:15:31 02735_system_zookeeper_connection: [ OK ] 0.66 sec.
2026-05-06 18:15:31 01291_unsupported_conversion_from_decimal: [ OK ] 0.42 sec.
2026-05-06 18:15:31 02550_client_connections_credentials: [ OK ] 13.47 sec.
2026-05-06 18:15:32 02428_combinators_with_over_statement: [ OK ] 0.39 sec.
2026-05-06 18:15:32 02234_cast_to_ip_address: [ OK ] 2.87 sec.
2026-05-06 18:15:32 02935_format_with_arbitrary_types: [ OK ] 1.33 sec.
2026-05-06 18:15:33 00210_insert_select_extremes_http: [ OK ] 1.23 sec.
2026-05-06 18:15:34 02420_final_setting: [ OK ] 1.31 sec.
2026-05-06 18:15:34 02771_semi_join_use_nulls: [ OK ] 5.67 sec.
2026-05-06 18:15:34 03169_display_column_names_in_footer: [ OK ] 0.51 sec.
2026-05-06 18:15:35 01852_cast_operator_2: [ OK ] 0.34 sec.
2026-05-06 18:15:35 00497_whitespaces_in_insert: [ OK ] 4.87 sec.
2026-05-06 18:15:35 01665_merge_tree_min_for_concurrent_read: [ OK ] 0.49 sec.
2026-05-06 18:15:36 01714_alter_drop_version: [ OK ] 0.45 sec.
2026-05-06 18:15:36 02451_variadic_null_garbage_data: [ OK ] 0.55 sec.
2026-05-06 18:15:36 00731_long_merge_tree_select_opened_files: [ OK ] 8.68 sec.
2026-05-06 18:15:36 01010_pm_join_all_join_bug: [ OK ] 0.44 sec.
2026-05-06 18:15:36 02988_join_using_prewhere_pushdown: [ OK ] 0.39 sec.
2026-05-06 18:15:37 01786_group_by_pk_many_streams: [ OK ] 0.75 sec.
2026-05-06 18:15:37 00752_low_cardinality_left_array_join: [ OK ] 0.49 sec.
2026-05-06 18:15:37 03018_analyzer_distributed_query_with_positional_arguments: [ OK ] 0.45 sec.
2026-05-06 18:15:37 00575_merge_and_index_with_function_in_in: [ OK ] 0.40 sec.
2026-05-06 18:15:38 00447_foreach_modifier: [ OK ] 0.50 sec.
2026-05-06 18:15:38 02809_has_token: [ OK ] 0.28 sec.
2026-05-06 18:15:38 02731_zero_objects_in_metadata: [ OK ] 3.54 sec.
2026-05-06 18:15:38 03210_json_type_alter_add_column: [ OK ] 1.19 sec.
2026-05-06 18:15:38 03115_alias_exists_column: [ OK ] 0.28 sec.
2026-05-06 18:15:38 02716_drop_if_empty: [ OK ] 0.44 sec.
2026-05-06 18:15:39 02295_global_with_in_subquery: [ OK ] 0.29 sec.
2026-05-06 18:15:39 01101_literal_column_clash: [ OK ] 0.43 sec.
2026-05-06 18:15:39 02494_optimize_group_by_function_keys_and_alias_columns: [ OK ] 0.39 sec.
2026-05-06 18:15:39 02250_hints_for_projections: [ OK ] 1.50 sec.
2026-05-06 18:15:40 01801_dateDiff_DateTime64: [ OK ] 0.79 sec.
2026-05-06 18:15:40 02319_quantile_interpolated_weighted: [ OK ] 0.44 sec.
2026-05-06 18:15:40 03146_tpc_ds_grouping: [ OK ] 0.34 sec.
2026-05-06 18:15:40 01247_least_greatest_filimonov: [ OK ] 0.34 sec.
2026-05-06 18:15:41 01073_blockSerializedSize: [ OK ] 1.20 sec.
2026-05-06 18:15:41 00952_basic_constraints: [ OK ] 4.27 sec.
2026-05-06 18:15:41 01067_join_null: [ OK ] 0.34 sec.
2026-05-06 18:15:42 02502_bad_values_schema_inference: [ OK ] 0.23 sec.
2026-05-06 18:15:42 01056_create_table_as: [ OK ] 0.54 sec.
2026-05-06 18:15:42 01293_client_interactive_vertical_multiline: [ OK ] 2.26 sec.
2026-05-06 18:15:42 01761_round_year_bounds: [ OK ] 0.24 sec.
2026-05-06 18:15:42 03321_functions_to_subcolumns_skip_index: [ OK ] 0.38 sec.
2026-05-06 18:15:42 01255_geo_types_livace: [ OK ] 0.38 sec.
2026-05-06 18:15:42 02154_bitmap_contains: [ OK ] 0.27 sec.
2026-05-06 18:15:42 01553_datetime64_comparison: [ OK ] 0.34 sec.
2026-05-06 18:15:43 02722_matcher_join_use_nulls: [ OK ] 1.05 sec.
2026-05-06 18:15:43 00666_uniq_complex_types: [ OK ] 0.70 sec.
2026-05-06 18:15:43 00635_shard_distinct_order_by: [ OK ] 0.33 sec.
2026-05-06 18:15:44 01895_jit_aggregation_function_avg_long: [ OK ] 1.51 sec.
2026-05-06 18:15:44 02023_transform_or_to_in: [ OK ] 0.43 sec.
2026-05-06 18:15:44 00652_replicated_mutations_zookeeper: [ OK ] 11.24 sec.
2026-05-06 18:15:44 03008_filter_projections_non_deterministoc_functions: [ OK ] 0.95 sec.
2026-05-06 18:15:44 02795_full_join_assert_cast: [ OK ] 0.28 sec.
2026-05-06 18:15:45 03197_fix_parse_mysql_iso_date: [ OK ] 0.33 sec.
2026-05-06 18:15:45 03049_analyzer_group_by_alias: [ OK ] 0.33 sec.
2026-05-06 18:15:45 02480_every_asynchronous_metric_must_have_documentation: [ OK ] 0.24 sec.
2026-05-06 18:15:45 02001_dist_on_dist_WithMergeableStateAfterAggregation: [ OK ] 0.58 sec.
2026-05-06 18:15:46 02730_with_fill_by_sorting_prefix: [ OK ] 0.91 sec.
2026-05-06 18:15:47 00410_aggregation_combinators_with_arenas: [ OK ] 2.40 sec.
2026-05-06 18:15:47 01017_uniqCombined_memory_usage: [ OK ] 1.61 sec.
2026-05-06 18:15:47 02981_translate_fixedstring: [ OK ] 0.29 sec.
2026-05-06 18:15:47 00753_comment_columns_zookeeper: [ OK ] 0.60 sec.
2026-05-06 18:15:47 02428_parameterized_view: [ OK ] 25.22 sec.
2026-05-06 18:15:48 02010_array_index_bad_cast: [ OK ] 0.29 sec.
2026-05-06 18:15:48 02934_merge_tree_max_projections: [ OK ] 0.46 sec.
2026-05-06 18:15:48 01384_bloom_filter_bad_arguments: [ OK ] 0.38 sec.
2026-05-06 18:15:48 02376_analyzer_in_function_subquery: [ OK ] 0.53 sec.
2026-05-06 18:15:48 00178_function_replicate: [ OK ] 0.28 sec.
2026-05-06 18:15:48 02845_arrayShiftRotate: [ OK ] 0.69 sec.
2026-05-06 18:15:49 00676_group_by_in: [ OK ] 0.33 sec.
2026-05-06 18:15:49 01073_window_view_event_tumble_to_asc_populate: [ OK ] 2.89 sec.
2026-05-06 18:15:49 00031_parser_number: [ OK ] 0.28 sec.
2026-05-06 18:15:49 02494_query_cache_empty_tuple: [ OK ] 0.28 sec.
2026-05-06 18:15:49 01710_aggregate_projection_with_hashing: [ OK ] 0.33 sec.
2026-05-06 18:15:50 02521_cannot_find_column_in_projection: [ OK ] 0.33 sec.
2026-05-06 18:15:51 02015_async_inserts_2: [ OK ] 1.55 sec.
2026-05-06 18:15:51 02021_create_database_with_comment: [ OK ] 3.18 sec.
2026-05-06 18:15:51 00464_sort_all_constant_columns: [ OK ] 0.29 sec.
2026-05-06 18:15:52 02493_do_not_assume_that_the_original_query_was_valid_when_transforming_joins: [ OK ] 0.34 sec.
2026-05-06 18:15:52 02785_text_with_whitespace_tab_field_delimiter: [ OK ] 2.93 sec.
2026-05-06 18:15:53 03006_join_on_inequal_expression_2: [ OK ] 1.55 sec.
2026-05-06 18:15:53 03269_partition_key_not_in_set: [ OK ] 0.74 sec.
2026-05-06 18:15:54 03261_json_hints_types_check: [ OK ] 0.38 sec.
2026-05-06 18:15:54 00061_merge_tree_alter: [ OK ] 0.80 sec.
2026-05-06 18:15:54 01292_quantile_array_bug: [ OK ] 0.29 sec.
2026-05-06 18:15:54 00086_concat_nary_const_with_nonconst_segfault: [ OK ] 0.59 sec.
2026-05-06 18:15:54 00543_null_and_prewhere: [ OK ] 0.44 sec.
2026-05-06 18:15:55 00689_join_table_function: [ OK ] 0.28 sec.
2026-05-06 18:15:55 02906_interval_comparison: [ OK ] 0.45 sec.
2026-05-06 18:15:55 00117_parsing_arrays: [ OK ] 0.28 sec.
2026-05-06 18:15:56 02133_classification: [ OK ] 0.64 sec.
2026-05-06 18:15:56 00854_multiple_join_asterisks: [ OK ] 0.28 sec.
2026-05-06 18:15:57 00721_force_by_identical_result_after_merge_zookeeper_long: [ OK ] 0.95 sec.
2026-05-06 18:15:58 02004_invalid_partition_mutation_stuck: [ OK ] 0.63 sec.
2026-05-06 18:15:58 02003_bug_from_23515: [ OK ] 0.33 sec.
2026-05-06 18:15:59 02541_tuple_element_with_null: [ OK ] 0.37 sec.
2026-05-06 18:15:59 02134_async_inserts_formats: [ OK ] 6.81 sec.
2026-05-06 18:15:59 02579_parameterized_replace: [ OK ] 0.24 sec.
2026-05-06 18:15:59 01656_test_hex_mysql_dialect: [ OK ] 0.27 sec.
2026-05-06 18:15:59 02481_i43247_ubsan_in_minmaxany: [ OK ] 0.28 sec.
2026-05-06 18:15:59 03110_unicode_alias: [ OK ] 0.23 sec.
2026-05-06 18:15:59 02377_optimize_sorting_by_input_stream_properties_explain: [ OK ] 10.95 sec.
2026-05-06 18:16:00 00272_union_all_and_in_subquery: [ OK ] 0.28 sec.
2026-05-06 18:16:00 01891_not_like_partition_prune: [ OK ] 0.33 sec.
2026-05-06 18:16:00 02343_analyzer_lambdas_issue_28083: [ OK ] 0.33 sec.
2026-05-06 18:16:00 02962_join_using_bug_57894: [ OK ] 0.49 sec.
2026-05-06 18:16:01 03071_fix_short_circuit_logic: [ OK ] 0.58 sec.
2026-05-06 18:16:01 02809_has_subsequence: [ OK ] 1.25 sec.
2026-05-06 18:16:02 00362_great_circle_distance: [ OK ] 0.51 sec.
2026-05-06 18:16:02 02191_parse_date_time_best_effort_more_cases: [ OK ] 0.55 sec.
2026-05-06 18:16:04 01119_session_log: [ OK ] 31.88 sec.
2026-05-06 18:16:04 01661_referer: [ OK ] 2.77 sec.
2026-05-06 18:16:05 03149_variant_pop_back_typo: [ OK ] 0.37 sec.
2026-05-06 18:16:05 02786_max_execution_time_leaf: [ OK ] 2.65 sec.
2026-05-06 18:16:05 00914_join_bgranvea: [ OK ] 0.45 sec.
2026-05-06 18:16:06 02975_intdiv_with_decimal: [ OK ] 0.76 sec.
2026-05-06 18:16:06 03208_array_of_json_read_subcolumns_2_wide_merge_tree: [ OK ] 120.49 sec.
2026-05-06 18:16:07 02862_uuid_reinterpret_as_numeric: [ OK ] 0.33 sec.
2026-05-06 18:16:07 01213_alter_rename_with_default_zookeeper_long: [ OK ] 0.73 sec.
2026-05-06 18:16:07 03214_backup_and_clear_old_temporary_directories: [ OK ] 7.96 sec.
2026-05-06 18:16:08 01526_alter_add_and_modify_order_zookeeper: [ OK ] 0.89 sec.
2026-05-06 18:16:09 01710_projections_optimize_aggregation_in_order: [ OK ] 5.08 sec.
2026-05-06 18:16:09 02006_test_positional_arguments_on_cluster: [ OK ] 0.99 sec.
2026-05-06 18:16:09 01083_window_view_select: [ OK ] 2.62 sec.
2026-05-06 18:16:10 01069_materialized_view_alter_target_table_with_default_expression: [ OK ] 0.40 sec.
2026-05-06 18:16:10 02563_progress_when_no_rows_from_prewhere: [ OK ] 0.86 sec.
2026-05-06 18:16:12 01357_version_collapsing_attach_detach_zookeeper: [ OK ] 1.62 sec.
2026-05-06 18:16:12 00633_materialized_view_and_too_many_parts_zookeeper: [ OK ] 6.99 sec.
2026-05-06 18:16:12 02475_analyzer_subquery_compound_expression: [ OK ] 0.29 sec.
2026-05-06 18:16:12 01891_echo: [ OK ] 0.33 sec.
2026-05-06 18:16:13 02212_cte_and_table_alias: [ OK ] 0.33 sec.
2026-05-06 18:16:13 00818_join_bug_4271: [ OK ] 0.38 sec.
2026-05-06 18:16:13 01710_normal_projection_fix1: [ OK ] 0.33 sec.
2026-05-06 18:16:13 01825_new_type_json_11: [ OK ] 4.13 sec.
2026-05-06 18:16:14 02191_nested_with_dots: [ OK ] 0.43 sec.
2026-05-06 18:16:14 00393_if_with_constant_condition: [ OK ] 0.33 sec.
2026-05-06 18:16:14 00376_shard_group_uniq_array_of_int_array: [ OK ] 7.33 sec.
2026-05-06 18:16:14 03262_udf_in_constraint: [ OK ] 0.88 sec.
2026-05-06 18:16:14 02250_lots_of_columns_in_csv_with_names: [ OK ] 1.79 sec.
2026-05-06 18:16:14 01053_drop_database_mat_view: [ OK ] 0.33 sec.
2026-05-06 18:16:14 02996_analyzer_prewhere_projection: [ OK ] 0.28 sec.
2026-05-06 18:16:15 00098_j_union_all: [ OK ] 0.28 sec.
2026-05-06 18:16:15 02206_minimum_sample_size: [ OK ] 0.43 sec.
2026-05-06 18:16:15 00520_http_nullable: [ OK ] 0.78 sec.
2026-05-06 18:16:15 02919_storage_fuzzjson: [ OK ] 0.38 sec.
2026-05-06 18:16:15 00599_create_view_with_subquery: [ OK ] 0.28 sec.
2026-05-06 18:16:15 00173_compare_date_time_with_constant_string: [ OK ] 0.78 sec.
2026-05-06 18:16:15 00902_entropy: [ OK ] 0.38 sec.
2026-05-06 18:16:16 02245_s3_virtual_columns: [ OK ] 0.38 sec.
2026-05-06 18:16:16 01796_Log_rwlock_ub: [ OK ] 0.27 sec.
2026-05-06 18:16:16 02428_partial_sort_optimization_bug: [ OK ] 0.33 sec.
2026-05-06 18:16:16 02326_numbers_from_json_strings_schema_inference: [ OK ] 0.33 sec.
2026-05-06 18:16:16 00308_write_buffer_valid_utf8: [ OK ] 0.27 sec.
2026-05-06 18:16:16 02410_to_decimal_or_default: [ OK ] 0.39 sec.
2026-05-06 18:16:16 03010_file_log_large_poll_batch_size: [ OK ] 0.29 sec.
2026-05-06 18:16:16 00490_with_select: [ OK ] 0.27 sec.
2026-05-06 18:16:16 03456_match_index_prefix_extraction: [ OK ] 0.83 sec.
2026-05-06 18:16:17 01650_expressions_merge_bug: [ OK ] 0.27 sec.
2026-05-06 18:16:17 00612_shard_count: [ OK ] 0.43 sec.
2026-05-06 18:16:17 01710_projection_optimize_aggregators_of_group_by_keys: [ OK ] 0.28 sec.
2026-05-06 18:16:17 00755_avg_value_size_hint_passing: [ OK ] 1.54 sec.
2026-05-06 18:16:17 02231_hierarchical_dictionaries_constant: [ OK ] 0.53 sec.
2026-05-06 18:16:18 00914_replicate: [ OK ] 0.28 sec.
2026-05-06 18:16:18 02375_stack_trace_no_addresses: [ OK ] 1.39 sec.
2026-05-06 18:16:18 01626_cnf_fuzz_long: [ OK ] 34.36 sec.
2026-05-06 18:16:18 01576_alias_column_rewrite: [ OK ] 0.88 sec.
2026-05-06 18:16:18 01622_byte_size: [ OK ] 1.24 sec.
2026-05-06 18:16:18 02474_unhex_in_fix_string: [ OK ] 0.28 sec.
2026-05-06 18:16:19 02036_jit_short_circuit: [ OK ] 0.33 sec.
2026-05-06 18:16:19 02592_avro_records_with_same_names: [ OK ] 0.88 sec.
2026-05-06 18:16:19 02240_get_type_serialization_streams: [ OK ] 0.28 sec.
2026-05-06 18:16:19 02661_quantile_approx: [ OK ] 0.68 sec.
2026-05-06 18:16:19 01470_columns_transformers2: [ OK ] 0.27 sec.
2026-05-06 18:16:19 01107_join_right_table_totals: [ OK ] 0.53 sec.
2026-05-06 18:16:19 00218_like_regexp_newline: [ OK ] 0.33 sec.
2026-05-06 18:16:20 02496_remove_redundant_sorting: [ OK ] 9.82 sec.
2026-05-06 18:16:20 03009_range_dict_get_or_default: [ OK ] 0.38 sec.
2026-05-06 18:16:20 00429_long_http_bufferization: [ OK ] 39.30 sec.
2026-05-06 18:16:20 01634_sum_map_nulls: [ OK ] 0.33 sec.
2026-05-06 18:16:20 03033_scalars_context_data_race: [ OK ] 0.37 sec.
2026-05-06 18:16:20 02723_param_exception_message_context: [ OK ] 0.90 sec.
2026-05-06 18:16:20 00142_parse_timestamp_as_datetime: [ OK ] 0.43 sec.
2026-05-06 18:16:20 02269_create_table_with_collation: [ OK ] 0.27 sec.
2026-05-06 18:16:20 00197_if_fixed_string: [ OK ] 0.28 sec.
2026-05-06 18:16:21 02165_h3_edge_length_km: [ OK ] 0.27 sec.
2026-05-06 18:16:21 02513_analyzer_sort_msan: [ OK ] 0.27 sec.
2026-05-06 18:16:21 02481_parquet_int_list_multiple_chunks: [ OK ] 1.83 sec.
2026-05-06 18:16:21 01451_detach_drop_part: [ OK ] 0.47 sec.
2026-05-06 18:16:21 00277_array_filter: [ OK ] 0.27 sec.
2026-05-06 18:16:21 02733_fix_distinct_in_order_bug_49622: [ OK ] 0.28 sec.
2026-05-06 18:16:21 01411_xor_itai_shirav: [ OK ] 0.28 sec.
2026-05-06 18:16:21 03034_normalized_ast: [ OK ] 0.28 sec.
2026-05-06 18:16:21 03169_modify_column_data_loss: [ OK ] 0.32 sec.
2026-05-06 18:16:21 02812_bug_with_unused_join_columns: [ OK ] 0.23 sec.
2026-05-06 18:16:21 03143_group_by_constant_secondary: [ OK ] 0.28 sec.
2026-05-06 18:16:21 01471_limit_by_format: [ OK ] 0.28 sec.
2026-05-06 18:16:21 02740_hashed_dictionary_load_factor_smoke: [ OK ] 0.73 sec.
2026-05-06 18:16:22 00735_long_conditional: [ OK ] 2.70 sec.
2026-05-06 18:16:22 01774_bar_with_illegal_value: [ OK ] 0.23 sec.
2026-05-06 18:16:22 02356_trivial_count_with_empty_set: [ OK ] 0.28 sec.
2026-05-06 18:16:22 03093_special_column_errors: [ OK ] 0.58 sec.
2026-05-06 18:16:22 02592_avro_more_types: [ OK ] 1.04 sec.
2026-05-06 18:16:22 01602_array_aggregation: [ OK ] 0.68 sec.
2026-05-06 18:16:22 01647_clickhouse_local_hung: [ OK ] 27.61 sec.
2026-05-06 18:16:22 01293_pretty_max_value_width: [ OK ] 0.38 sec.
2026-05-06 18:16:23 02961_analyzer_low_cardinality_fuzzer: [ OK ] 0.38 sec.
2026-05-06 18:16:23 00628_in_lambda_on_merge_table_bug: [ OK ] 0.43 sec.
2026-05-06 18:16:23 01649_with_alias_key_condition: [ OK ] 0.34 sec.
2026-05-06 18:16:23 00870_t64_codec: [ OK ] 1.84 sec.
2026-05-06 18:16:23 02915_fpc_overflow: [ OK ] 0.80 sec.
2026-05-06 18:16:23 00263_merge_aggregates_and_overflow: [ OK ] 0.33 sec.
2026-05-06 18:16:23 03161_ipv4_ipv6_equality: [ OK ] 0.28 sec.
2026-05-06 18:16:23 02789_functions_after_sorting_and_columns_with_same_names_bug: [ OK ] 0.28 sec.
2026-05-06 18:16:24 02160_special_functions: [ OK ] 0.43 sec.
2026-05-06 18:16:24 03095_group_by_server_constants_bug: [ OK ] 0.32 sec.
2026-05-06 18:16:24 01825_new_type_json_insert_select: [ OK ] 0.83 sec.
2026-05-06 18:16:24 02377_majority_insert_quorum_zookeeper_long: [ OK ] 6.44 sec.
2026-05-06 18:16:24 02222_allow_experimental_projection_optimization__enable_global_with_statement: [ OK ] 0.33 sec.
2026-05-06 18:16:24 02265_limit_push_down_over_window_functions_bug: [ OK ] 2.01 sec.
2026-05-06 18:16:24 02554_invalid_create_view_syntax: [ OK ] 0.18 sec.
2026-05-06 18:16:25 01585_fuzz_bits_with_bugfix: [ OK ] 0.22 sec.
2026-05-06 18:16:25 03148_async_queries_in_query_log_errors: [ OK ] 2.24 sec.
2026-05-06 18:16:25 01342_query_parameters_alias: [ OK ] 0.83 sec.
2026-05-06 18:16:25 00664_cast_from_string_to_nullable: [ OK ] 0.27 sec.
2026-05-06 18:16:25 02015_async_inserts_3: [ OK ] 1.64 sec.
2026-05-06 18:16:25 01527_bad_aggregation_in_lambda: [ OK ] 0.23 sec.
2026-05-06 18:16:25 02265_per_table_ttl_mutation_on_change: [ OK ] 0.43 sec.
2026-05-06 18:16:26 00050_any_left_join: [ OK ] 0.28 sec.
2026-05-06 18:16:26 01518_cast_nullable_virtual_system_column: [ OK ] 0.33 sec.
2026-05-06 18:16:26 02246_clickhouse_local_drop_database: [ OK ] 1.69 sec.
2026-05-06 18:16:26 02252_executable_user_defined_function_short_circuit: [ OK ] 0.53 sec.
2026-05-06 18:16:26 02885_ephemeral_columns_from_file: [ OK ] 1.99 sec.
2026-05-06 18:16:26 03144_invalid_filter: [ OK ] 0.33 sec.
2026-05-06 18:16:26 03200_memory_engine_alter_dynamic: [ OK ] 0.38 sec.
2026-05-06 18:16:26 03243_check_for_nullable_nothing_in_alter: [ OK ] 0.33 sec.
2026-05-06 18:16:26 00725_ipv4_ipv6_domains: [ OK ] 0.53 sec.
2026-05-06 18:16:27 00062_replicated_merge_tree_alter_zookeeper_long: [ OK ] 2.14 sec.
2026-05-06 18:16:27 02982_dont_infer_exponent_floats: [ OK ] 0.33 sec.
2026-05-06 18:16:27 00552_logical_functions_uint8_as_bool: [ OK ] 0.34 sec.
2026-05-06 18:16:27 00603_system_parts_nonexistent_database: [ OK ] 0.27 sec.
2026-05-06 18:16:27 00034_fixed_string_to_number: [ OK ] 0.27 sec.
2026-05-06 18:16:27 01825_type_json_nullable: [ OK ] 0.42 sec.
2026-05-06 18:16:27 03000_too_big_max_execution_time_setting: [ OK ] 0.18 sec.
2026-05-06 18:16:28 02990_format_select_from_explain: [ OK ] 0.68 sec.
2026-05-06 18:16:28 01033_function_substring: [ OK ] 0.93 sec.
2026-05-06 18:16:28 01679_incorrect_data_on_insert_collapsing: [ OK ] 1.45 sec.
2026-05-06 18:16:28 00502_custom_partitioning_replicated_zookeeper_long: [ OK ] 2.41 sec.
2026-05-06 18:16:28 02255_broken_parts_chain_on_start: [ OK ] 4.67 sec.
2026-05-06 18:16:28 01010_partial_merge_join_const_and_lc: [ OK ] 0.38 sec.
2026-05-06 18:16:28 00740_optimize_predicate_expression: [ OK ] 0.27 sec.
2026-05-06 18:16:29 01590_countSubstrings: [ OK ] 0.93 sec.
2026-05-06 18:16:30 02931_rewrite_sum_column_and_constant: [ OK ] 1.53 sec.
2026-05-06 18:16:30 02876_yyyymmddhhmmsstodatetime: [ OK ] 1.18 sec.
2026-05-06 18:16:30 02995_new_settings_history: [ OK ] 0.88 sec.
2026-05-06 18:16:30 01946_tskv: [ OK ] 1.59 sec.
2026-05-06 18:16:30 02383_schema_inference_hints: [ OK ] 0.38 sec.
2026-05-06 18:16:30 01680_predicate_pushdown_union_distinct_subquery: [ OK ] 0.28 sec.
2026-05-06 18:16:30 00347_has_tuple: [ OK ] 0.43 sec.
2026-05-06 18:16:30 01942_create_table_with_sample: [ OK ] 0.23 sec.
2026-05-06 18:16:30 03232_json_uniq_group_by: [ OK ] 0.49 sec.
2026-05-06 18:16:31 02474_fix_function_parser_bug: [ OK ] 0.18 sec.
2026-05-06 18:16:31 00841_temporary_table_database: [ OK ] 0.28 sec.
2026-05-06 18:16:31 01818_move_partition_simple: [ OK ] 0.43 sec.
2026-05-06 18:16:31 00975_values_list: [ OK ] 0.38 sec.
2026-05-06 18:16:31 02534_default_granularity: [ OK ] 0.33 sec.
2026-05-06 18:16:31 01458_count_digits: [ OK ] 0.33 sec.
2026-05-06 18:16:32 01560_monotonicity_check_multiple_args_bug: [ OK ] 0.30 sec.
2026-05-06 18:16:32 00933_alter_ttl: [ OK ] 0.54 sec.
2026-05-06 18:16:32 02478_factorial: [ OK ] 0.44 sec.
2026-05-06 18:16:32 02327_try_infer_integers_schema_inference: [ OK ] 0.49 sec.
2026-05-06 18:16:32 01086_window_view_cleanup: [ OK ] 5.13 sec.
2026-05-06 18:16:33 02131_materialize_column_cast: [ OK ] 0.58 sec.
2026-05-06 18:16:33 03131_deprecated_functions: [ OK ] 0.50 sec.
2026-05-06 18:16:33 03001_insert_threads_deduplication: [ OK ] 0.69 sec.
2026-05-06 18:16:33 01060_defaults_all_columns: [ OK ] 0.41 sec.
2026-05-06 18:16:33 00425_count_nullable: [ OK ] 0.39 sec.
2026-05-06 18:16:34 01528_to_uuid_or_null_or_zero: [ OK ] 0.55 sec.
2026-05-06 18:16:34 02955_sparkBar_alias_sparkbar: [ OK ] 0.49 sec.
2026-05-06 18:16:34 01474_decimal_scale_bug: [ OK ] 0.66 sec.
2026-05-06 18:16:34 02456_alter-nullable-column-bag: [ OK ] 0.49 sec.
2026-05-06 18:16:35 02674_date_int_string_json_inference: [ OK ] 0.29 sec.
2026-05-06 18:16:35 03166_optimize_row_order_during_insert: [ OK ] 0.60 sec.
2026-05-06 18:16:35 02995_index_7: [ OK ] 14.09 sec.
2026-05-06 18:16:35 01030_storage_set_supports_read: [ OK ] 0.44 sec.
2026-05-06 18:16:35 00649_quantile_tdigest_negative: [ OK ] 0.29 sec.
2026-05-06 18:16:35 01117_greatest_least_case: [ OK ] 0.34 sec.
2026-05-06 18:16:36 01926_union_all_schmak: [ OK ] 0.29 sec.
2026-05-06 18:16:36 03079_analyzer_numeric_literals_as_column_names: [ OK ] 0.34 sec.
2026-05-06 18:16:36 03072_analyzer_missing_columns_from_subquery: [ OK ] 0.29 sec.
2026-05-06 18:16:36 02476_query_parameters_insert: [ OK ] 0.34 sec.
2026-05-06 18:16:36 01414_freeze_does_not_prevent_alters: [ OK ] 0.53 sec.
2026-05-06 18:16:37 01755_client_highlight_multi_line_comment_regression: [ OK ] 1.05 sec.
2026-05-06 18:16:37 01345_array_join_LittleMaverick: [ OK ] 0.39 sec.
2026-05-06 18:16:37 01073_attach_if_not_exists: [ OK ] 0.38 sec.
2026-05-06 18:16:37 01433_hex_float: [ OK ] 0.33 sec.
2026-05-06 18:16:37 00098_shard_i_union_all: [ OK ] 0.49 sec.
2026-05-06 18:16:37 03226_alter_update_dynamic_json_not_supported: [ OK ] 0.32 sec.
2026-05-06 18:16:37 03217_fliter_pushdown_no_keys: [ OK ] 0.50 sec.
2026-05-06 18:16:38 01318_parallel_final_stuck: [ OK ] 0.39 sec.
2026-05-06 18:16:38 02998_system_dns_cache_table: [ OK ] 0.34 sec.
2026-05-06 18:16:38 00639_startsWith: [ OK ] 0.43 sec.
2026-05-06 18:16:38 02044_url_glob_parallel_connection_refused: [ OK ] 12.34 sec.
2026-05-06 18:16:38 00715_bounding_ratio_merge_empty: [ OK ] 0.34 sec.
2026-05-06 18:16:38 01277_fromUnixTimestamp64: [ OK ] 0.49 sec.
2026-05-06 18:16:38 02234_column_function_short_circuit: [ OK ] 0.49 sec.
2026-05-06 18:16:39 02537_system_formats: [ OK ] 0.29 sec.
2026-05-06 18:16:39 01515_mv_and_array_join_optimisation_bag: [ OK ] 0.34 sec.
2026-05-06 18:16:39 02189_join_type_conversion: [ OK ] 0.31 sec.
2026-05-06 18:16:40 02366_kql_datatype: [ OK ] 1.21 sec.
2026-05-06 18:16:40 02273_full_sort_join: [ OK ] 11.84 sec.
2026-05-06 18:16:40 01690_quantilesTiming_ubsan: [ OK ] 0.47 sec.
2026-05-06 18:16:41 02364_dictionary_datetime_64_attribute_crash: [ OK ] 0.70 sec.
2026-05-06 18:16:41 03035_dynamic_sorting: [ OK ] 1.03 sec.
2026-05-06 18:16:42 00278_insert_already_sorted: [ OK ] 1.04 sec.
2026-05-06 18:16:42 03033_analyzer_resolve_from_parent_scope: [ OK ] 0.70 sec.
2026-05-06 18:16:43 02525_analyzer_function_in_crash_fix: [ OK ] 0.43 sec.
2026-05-06 18:16:43 00045_sorting_by_fixed_string_descending: [ OK ] 0.44 sec.
2026-05-06 18:16:44 00282_merging: [ OK ] 2.36 sec.
2026-05-06 18:16:45 02943_use_full_text_skip_index_with_has_any: [ OK ] 1.30 sec.
2026-05-06 18:16:45 00131_set_hashed: [ OK ] 0.50 sec.
2026-05-06 18:16:46 02554_fix_grouping_sets_predicate_push_down: [ OK ] 0.74 sec.
2026-05-06 18:16:47 00504_mergetree_arrays_rw: [ OK ] 1.17 sec.
2026-05-06 18:16:47 03032_multi_search_const_low_cardinality: [ OK ] 0.44 sec.
2026-05-06 18:16:48 00726_modulo_for_date: [ OK ] 0.65 sec.
2026-05-06 18:16:49 03038_nested_dynamic_merges_compact_horizontal: [ OK ] 18.80 sec.
2026-05-06 18:16:49 02815_empty_subquery_nullable_bug: [ OK ] 0.55 sec.
2026-05-06 18:16:49 01259_combinator_distinct: [ OK ] 0.84 sec.
2026-05-06 18:16:50 01716_drop_rename_sign_column: [ OK ] 0.52 sec.
2026-05-06 18:16:50 02867_storage_set_tsan: [ OK ] 11.52 sec.
2026-05-06 18:16:51 02310_uuid_v7: [ OK ] 0.43 sec.
2026-05-06 18:16:51 02293_part_log_has_merge_reason: [ OK ] 5.42 sec.
2026-05-06 18:16:51 00098_6_union_all: [ OK ] 0.42 sec.
2026-05-06 18:16:51 00032_fixed_string_to_string: [ OK ] 0.37 sec.
2026-05-06 18:16:51 01732_more_consistent_datetime64_parsing: [ OK ] 0.53 sec.
2026-05-06 18:16:51 02499_read_json_objects_as_strings: [ OK ] 0.46 sec.
2026-05-06 18:16:52 02113_base64encode_trailing_bytes: [ OK ] 1.09 sec.
2026-05-06 18:16:53 00980_merge_alter_settings: [ OK ] 1.42 sec.
2026-05-06 18:16:53 02752_is_null_priority: [ OK ] 0.35 sec.
2026-05-06 18:16:54 03153_format_regexp_usability: [ OK ] 2.50 sec.
2026-05-06 18:16:54 02534_parquet_fixed_binary_array: [ OK ] 5.56 sec.
2026-05-06 18:16:55 00700_decimal_formats: [ OK ] 0.76 sec.
2026-05-06 18:16:55 01837_cast_to_array_from_empty_array: [ OK ] 0.64 sec.
2026-05-06 18:16:56 01710_projection_query_plan_optimization_misc: [ OK ] 0.57 sec.
2026-05-06 18:16:56 01558_ttest: [ OK ] 1.62 sec.
2026-05-06 18:16:57 03209_json_type_vertical_merges: [ OK ] 23.42 sec.
2026-05-06 18:16:58 02315_readonly_create_function: [ OK ] 2.09 sec.
2026-05-06 18:16:58 00803_xxhash: [ OK ] 1.96 sec.
2026-05-06 18:16:59 03128_argMin_combinator_projection: [ OK ] 1.40 sec.
2026-05-06 18:16:59 00353_join_by_tuple: [ OK ] 0.54 sec.
2026-05-06 18:17:00 03641_analyzer_issue_85834: [ OK ] 0.70 sec.
2026-05-06 18:17:00 03006_mv_deduplication_throw_if_async_insert: [ OK ] 1.07 sec.
2026-05-06 18:17:01 02443_detach_attach_partition: [ OK ] 23.22 sec.
2026-05-06 18:17:03 02691_drop_column_with_projections_replicated: [ OK ] 1.79 sec.
2026-05-06 18:17:04 01358_lc_parquet: [ OK ] 11.90 sec.
2026-05-06 18:17:05 02568_and_consistency: [ OK ] 1.63 sec.
2026-05-06 18:17:05 01030_storage_url_syntax: [ OK ] 34.27 sec.
2026-05-06 18:17:06 03157_dynamic_type_json: [ OK ] 1.47 sec.
2026-05-06 18:17:09 03036_dynamic_read_shared_subcolumns_small: [ OK ] 8.58 sec.
2026-05-06 18:17:10 02029_test_implemented_methods: [ OK ] 4.34 sec.
2026-05-06 18:17:11 00576_nested_and_prewhere: [ OK ] 4.70 sec.
2026-05-06 18:17:12 01358_mutation_delete_null_rows: [ OK ] 2.26 sec.
2026-05-06 18:17:12 00102_insert_into_temporary_table: [ OK ] 0.76 sec.
2026-05-06 18:17:13 01025_array_compact_generic: [ OK ] 0.82 sec.
2026-05-06 18:17:14 02352_lightweight_delete_on_replicated_merge_tree: [ OK ] 9.60 sec.
2026-05-06 18:17:15 02817_structure_to_schema: [ OK ] 35.17 sec.
2026-05-06 18:17:15 02233_optimize_aggregation_in_order_prefix: [ OK ] 1.70 sec.
2026-05-06 18:17:15 02521_lightweight_delete_and_ttl: [ OK ] 2.78 sec.
2026-05-06 18:17:16 03100_analyzer_constants_in_multiif: [ OK ] 0.91 sec.
2026-05-06 18:17:19 00298_enum_width_and_cast: [ OK ] 2.61 sec.
2026-05-06 18:17:19 01417_query_time_in_system_events: [ OK ] 8.97 sec.
2026-05-06 18:17:19 00965_send_logs_level_concurrent_queries: [ OK ] 5.15 sec.
2026-05-06 18:17:20 02366_cancel_write_into_file: [ OK ] 19.65 sec.
2026-05-06 18:17:20 00836_numbers_table_function_zero: [ OK ] 5.19 sec.
2026-05-06 18:17:20 02901_remove_nullable_crash_analyzer: [ OK ] 0.94 sec.
2026-05-06 18:17:21 01220_scalar_optimization_in_alter: [ OK ] 0.83 sec.
2026-05-06 18:17:21 02723_jit_aggregation_bug_48120: [ OK ] 6.01 sec.
2026-05-06 18:17:21 00106_totals_after_having: [ OK ] 1.08 sec.
2026-05-06 18:17:21 03145_asof_join_ddb_inequalities: [ OK ] 1.76 sec.
2026-05-06 18:17:21 00647_select_numbers_with_offset: [ OK ] 0.46 sec.
2026-05-06 18:17:21 02967_index_hint_crash: [ OK ] 0.63 sec.
2026-05-06 18:17:22 01674_htm_xml_coarse_parse: [ OK ] 0.64 sec.
2026-05-06 18:17:22 02418_tautological_if_index: [ OK ] 1.05 sec.
2026-05-06 18:17:23 01925_jit_aggregation_function_count_long: [ OK ] 0.96 sec.
2026-05-06 18:17:23 01550_mutation_subquery: [ OK ] 0.96 sec.
2026-05-06 18:17:23 00717_default_join_type: [ OK ] 0.79 sec.
2026-05-06 18:17:23 01881_create_as_tuple: [ OK ] 0.68 sec.
2026-05-06 18:17:25 01281_join_with_prewhere_fix: [ OK ] 1.04 sec.
2026-05-06 18:17:25 02900_add_subtract_interval_with_string_date: [ OK ] 4.85 sec.
2026-05-06 18:17:25 00761_lower_utf8_bug: [ OK ] 0.60 sec.
2026-05-06 18:17:26 02894_ast_depth_check: [ OK ] 3.10 sec.
2026-05-06 18:17:26 02345_filesystem_local: [ OK ] 2.43 sec.
2026-05-06 18:17:26 03173_forbid_qualify: [ OK ] 0.99 sec.
2026-05-06 18:17:26 01825_type_json_10: [ OK ] 0.82 sec.
2026-05-06 18:17:26 01455_nullable_type_with_if_agg_combinator: [ OK ] 0.66 sec.
2026-05-06 18:17:27 03033_cte_numbers_memory: [ OK ] 0.63 sec.
2026-05-06 18:17:27 01017_bithamming_distance: [ OK ] 0.90 sec.
2026-05-06 18:17:28 01710_aggregate_projection_with_normalized_states: [ OK ] 1.38 sec.
2026-05-06 18:17:28 01070_h3_hex_area_m2: [ OK ] 0.49 sec.
2026-05-06 18:17:28 03003_arrayEnumerate_crash: [ OK ] 0.68 sec.
2026-05-06 18:17:28 02521_analyzer_array_join_crash: [ OK ] 0.74 sec.
2026-05-06 18:17:29 00060_date_lut: [ OK ] 0.51 sec.
2026-05-06 18:17:29 00597_with_totals_on_empty_set: [ OK ] 0.84 sec.
2026-05-06 18:17:31 02520_group_array_last: [ OK ] 3.09 sec.
2026-05-06 18:17:32 01055_compact_parts: [ OK ] 2.60 sec.
2026-05-06 18:17:32 00804_test_delta_codec_no_type_alter: [ OK ] 0.73 sec.
2026-05-06 18:17:33 01070_h3_to_string: [ OK ] 0.57 sec.
2026-05-06 18:17:34 02518_qualified_asterisks_alias_table_name: [ OK ] 0.91 sec.
2026-05-06 18:17:34 02968_file_log_multiple_read: [ OK ] 7.18 sec.
2026-05-06 18:17:34 02210_append_to_dev_dull: [ OK ] 0.46 sec.
2026-05-06 18:17:35 02466_distributed_query_profiler: [ OK ] 2.49 sec.
2026-05-06 18:17:35 01853_s2_cells_intersect: [ OK ] 0.47 sec.
2026-05-06 18:17:36 00562_rewrite_select_expression_with_union: [ OK ] 0.61 sec.
2026-05-06 18:17:36 01451_normalize_query: [ OK ] 0.98 sec.
2026-05-06 18:17:36 02995_index_2: [ OK ] 42.83 sec.
2026-05-06 18:17:36 03002_filter_skip_virtual_columns_with_non_deterministic_functions: [ OK ] 7.25 sec.
2026-05-06 18:17:36 01347_partition_date_vs_datetime: [ OK ] 0.55 sec.
2026-05-06 18:17:36 01710_projection_with_column_transformers: [ OK ] 0.43 sec.
2026-05-06 18:17:37 02559_multiple_read_steps_in_prewhere_fuzz: [ OK ] 0.56 sec.
2026-05-06 18:17:37 01390_remove_injective_in_uniq: [ OK ] 0.67 sec.
2026-05-06 18:17:37 01380_nullable_state: [ OK ] 1.39 sec.
2026-05-06 18:17:38 02151_hash_table_sizes_stats_joins: [ OK ] 17.40 sec.
2026-05-06 18:17:38 01293_client_interactive_vertical_singleline: [ OK ] 1.66 sec.
2026-05-06 18:17:38 00614_shard_same_header_for_local_and_remote_node_in_distributed_query: [ OK ] 0.61 sec.
2026-05-06 18:17:38 01710_projection_in_index: [ OK ] 0.67 sec.
2026-05-06 18:17:39 02017_order_by_with_fill_redundant_functions: [ OK ] 0.43 sec.
2026-05-06 18:17:40 02158_ztest_cmp: [ OK ] 6.67 sec.
2026-05-06 18:17:42 01031_mutations_interpreter_and_context: [ OK ] 3.46 sec.
2026-05-06 18:17:42 02783_date_predicate_optimizations: [ OK ] 3.57 sec.
2026-05-06 18:17:42 01659_test_base64Decode_mysql_compatibility: [ OK ] 0.41 sec.
2026-05-06 18:17:43 01427_pk_and_expression_with_different_type: [ OK ] 0.51 sec.
2026-05-06 18:17:43 01070_string_to_h3: [ OK ] 0.44 sec.
2026-05-06 18:17:44 02697_stop_reading_on_first_cancel: [ OK ] 2.00 sec.
2026-05-06 18:17:44 02366_kql_func_string: [ OK ] 6.58 sec.
2026-05-06 18:17:44 03142_skip_ANSI_in_UTF8_compute_width: [ OK ] 0.36 sec.
2026-05-06 18:17:44 02807_lower_utf8_msan: [ OK ] 0.34 sec.
2026-05-06 18:17:44 01533_distinct_nullable_uuid: [ OK ] 0.59 sec.
2026-05-06 18:17:44 01329_compare_tuple_string_constant: [ OK ] 0.39 sec.
2026-05-06 18:17:44 02421_truncate_isolation_no_merges: [ OK ] 46.05 sec.
2026-05-06 18:17:45 01293_show_settings: [ OK ] 0.30 sec.
2026-05-06 18:17:45 01055_compact_parts_1: [ OK ] 0.55 sec.
2026-05-06 18:17:45 01922_array_join_with_index: [ OK ] 0.48 sec.
2026-05-06 18:17:45 02676_kafka_murmur_hash: [ OK ] 0.41 sec.
2026-05-06 18:17:45 02481_merge_array_join_sample_by: [ OK ] 0.66 sec.
2026-05-06 18:17:45 00266_read_overflow_mode: [ OK ] 0.32 sec.
2026-05-06 18:17:46 02201_use_skip_indexes_if_final: [ OK ] 0.60 sec.
2026-05-06 18:17:46 01246_least_greatest_generic: [ OK ] 0.66 sec.
2026-05-06 18:17:47 02781_data_skipping_index_merge_tree_min_for_seek: [ OK ] 0.86 sec.
2026-05-06 18:17:47 01778_where_with_column_name: [ OK ] 1.13 sec.
2026-05-06 18:17:48 01417_update_permutation_crash: [ OK ] 0.40 sec.
2026-05-06 18:17:48 00944_ml_test: [ OK ] 0.48 sec.
2026-05-06 18:17:48 02101_empty_as_default_and_omitted_fields: [ OK ] 7.58 sec.
2026-05-06 18:17:48 00254_tuple_extremes: [ OK ] 0.28 sec.
2026-05-06 18:17:48 03213_denseRank_percentRank_alias: [ OK ] 0.49 sec.
2026-05-06 18:17:48 02184_hash_functions_and_ip_types: [ OK ] 0.35 sec.
2026-05-06 18:17:49 02469_fix_aliases_parser: [ OK ] 0.29 sec.
2026-05-06 18:17:49 02008_aliased_column_distributed_bug: [ OK ] 0.44 sec.
2026-05-06 18:17:49 02384_analyzer_dict_get_join_get: [ OK ] 0.60 sec.
2026-05-06 18:17:49 00372_cors_header: [ OK ] 0.89 sec.
2026-05-06 18:17:49 00075_shard_formatting_negate_of_negative_literal: [ OK ] 0.33 sec.
2026-05-06 18:17:50 00132_sets: [ OK ] 0.44 sec.
2026-05-06 18:17:50 03003_functions_to_subcolumns_final: [ OK ] 0.45 sec.
2026-05-06 18:17:50 00374_any_last_if_merge: [ OK ] 0.30 sec.
2026-05-06 18:17:50 02386_set_columns_order: [ OK ] 0.43 sec.
2026-05-06 18:17:50 00089_group_by_arrays_of_fixed: [ OK ] 0.33 sec.
2026-05-06 18:17:51 02483_elapsed_time: [ OK ] 5.59 sec.
2026-05-06 18:17:52 00910_buffer_prewhere_different_types: [ OK ] 0.50 sec.
2026-05-06 18:17:52 02535_json_bson_each_row_curl: [ OK ] 2.35 sec.
2026-05-06 18:17:52 02019_multiple_weird_with_fill: [ OK ] 0.33 sec.
2026-05-06 18:17:53 02155_nested_lc_defalut_bug: [ OK ] 0.39 sec.
2026-05-06 18:17:53 02595_orc_arrow_parquet_more_types: [ OK ] 2.63 sec.
2026-05-06 18:17:53 01412_optimize_deduplicate_bug: [ OK ] 0.40 sec.
2026-05-06 18:17:54 01599_multiline_input_and_singleline_comments: [ OK ] 1.26 sec.
2026-05-06 18:17:54 02763_row_policy_storage_merge: [ OK ] 3.27 sec.
2026-05-06 18:17:54 03098_prefer_column_to_alias_subquery: [ OK ] 0.52 sec.
2026-05-06 18:17:54 01666_great_circle_distance_ubsan: [ OK ] 0.36 sec.
2026-05-06 18:17:54 00920_multiply_aggregate_states_constants: [ OK ] 0.41 sec.
2026-05-06 18:17:55 03236_squashing_high_memory: [ OK ] 18.47 sec.
2026-05-06 18:17:55 01470_columns_transformers: [ OK ] 1.26 sec.
2026-05-06 18:17:55 03167_boom_filter_index_with_map: [ OK ] 1.62 sec.
2026-05-06 18:17:56 02711_server_uuid_macro: [ OK ] 0.64 sec.
2026-05-06 18:17:57 01019_Buffer_and_max_memory_usage: [ OK ] 1.68 sec.
2026-05-06 18:17:58 01307_orc_output_format: [ OK ] 2.96 sec.
2026-05-06 18:17:58 00719_insert_block_without_column: [ OK ] 2.17 sec.
2026-05-06 18:17:59 01655_plan_optimizations: [ OK ] 14.27 sec.
2026-05-06 18:17:59 03127_system_unload_primary_key_table: [ OK ] 6.20 sec.
2026-05-06 18:17:59 02714_read_bytes_aggregateFunction: [ OK ] 0.54 sec.
2026-05-06 18:17:59 00800_low_cardinality_empty_array: [ OK ] 0.35 sec.
2026-05-06 18:17:59 02226_low_cardinality_text_bloom_filter_index: [ OK ] 0.99 sec.
2026-05-06 18:17:59 02834_apache_arrow_abort: [ OK ] 20.28 sec.
2026-05-06 18:17:59 02998_ipv6_hashing: [ OK ] 0.34 sec.
2026-05-06 18:18:00 02931_ubsan_error_arena_aligned_alloc: [ OK ] 0.29 sec.
2026-05-06 18:18:00 02943_tokenbf_and_ngrambf_indexes_support_match_function: [ OK ] 0.60 sec.
2026-05-06 18:18:00 01170_alter_partition_isolation: [ OK ] 5.94 sec.
2026-05-06 18:18:00 02868_select_support_from_keywords: [ OK ] 0.40 sec.
2026-05-06 18:18:00 00430_https_server: [ OK ] 0.95 sec.
2026-05-06 18:18:00 00763_lock_buffer_long: [ OK ] 39.18 sec.
2026-05-06 18:18:01 02379_analyzer_subquery_depth: [ OK ] 0.44 sec.
2026-05-06 18:18:01 03165_storage_merge_view_prewhere: [ OK ] 0.60 sec.
2026-05-06 18:18:01 03001_block_offset_column_2: [ OK ] 0.51 sec.
2026-05-06 18:18:01 02492_clickhouse_local_context_uaf: [ OK ] 1.22 sec.
2026-05-06 18:18:01 01515_logtrace_function: [ OK ] 1.24 sec.
2026-05-06 18:18:02 01961_roaring_memory_tracking: [ OK ] 2.70 sec.
2026-05-06 18:18:02 02861_interpolate_alias_precedence: [ OK ] 0.65 sec.
2026-05-06 18:18:02 02887_mutations_subcolumns: [ OK ] 1.61 sec.
2026-05-06 18:18:03 03156_tuple_map_low_cardinality: [ OK ] 5.72 sec.
2026-05-06 18:18:03 03013_addDays_with_timezone: [ OK ] 0.45 sec.
2026-05-06 18:18:03 00396_uuid: [ OK ] 0.49 sec.
2026-05-06 18:18:03 03045_unknown_identifier_alias_substitution: [ OK ] 0.55 sec.
2026-05-06 18:18:04 01636_nullable_fuzz2: [ OK ] 0.87 sec.
2026-05-06 18:18:04 02861_alter_replace_partition_do_not_wait_mutations_on_unrelated_partitions: [ OK ] 4.47 sec.
2026-05-06 18:18:04 02674_and_consistency: [ OK ] 0.34 sec.
2026-05-06 18:18:04 00558_parse_floats: [ OK ] 0.39 sec.
2026-05-06 18:18:04 01914_index_bgranvea: [ OK ] 0.44 sec.
2026-05-06 18:18:05 02372_now_in_block: [ OK ] 0.55 sec.
2026-05-06 18:18:05 02940_variant_text_deserialization: [ OK ] 3.64 sec.
2026-05-06 18:18:05 01014_count_of_merges_metrics: [ OK ] 0.38 sec.
2026-05-06 18:18:05 02675_is_ipv6_function_fix: [ OK ] 0.29 sec.
2026-05-06 18:18:06 02360_send_logs_level_colors: [ OK ] 1.61 sec.
2026-05-06 18:18:06 01533_quantile_deterministic_assert: [ OK ] 0.27 sec.
2026-05-06 18:18:06 03170_ecs_crash: [ OK ] 1.19 sec.
2026-05-06 18:18:06 02242_case_insensitive_nested: [ OK ] 3.69 sec.
2026-05-06 18:18:07 00621_regression_for_in_operator: [ OK ] 0.48 sec.
2026-05-06 18:18:07 01560_ttl_remove_empty_parts: [ OK ] 6.45 sec.
2026-05-06 18:18:07 02499_analyzer_set_index: [ OK ] 0.28 sec.
2026-05-06 18:18:07 00098_1_union_all: [ OK ] 0.38 sec.
2026-05-06 18:18:08 02584_range_ipv4: [ OK ] 0.22 sec.
2026-05-06 18:18:08 02481_prewhere_filtered_rows_div_by_zero: [ OK ] 0.43 sec.
2026-05-06 18:18:08 02921_fuzzbits_with_array_join: [ OK ] 0.23 sec.
2026-05-06 18:18:08 03038_nested_dynamic_merges_wide_horizontal: [ OK ] 6.75 sec.
2026-05-06 18:18:08 03237_create_table_select_as_with_recursive: [ OK ] 0.23 sec.
2026-05-06 18:18:08 02096_join_unusual_identifier_begin: [ OK ] 0.33 sec.
2026-05-06 18:18:08 00675_shard_remote_with_table_function: [ OK ] 0.33 sec.
2026-05-06 18:18:09 01783_merge_engine_join_key_condition: [ OK ] 0.43 sec.
2026-05-06 18:18:09 02988_ordinary_database_warning: [ OK ] 0.28 sec.
2026-05-06 18:18:09 01720_country_perimeter_and_area: [ OK ] 4.26 sec.
2026-05-06 18:18:09 02510_group_by_prewhere_null: [ OK ] 0.33 sec.
2026-05-06 18:18:09 03224_nested_json_merges_new_type_in_shared_data: [ OK ] 0.88 sec.
2026-05-06 18:18:09 02903_parameterized_view_explain_ast: [ OK ] 0.28 sec.
2026-05-06 18:18:09 00900_orc_arrow_parquet_tuples: [ OK ] 4.11 sec.
2026-05-06 18:18:09 01305_array_join_prewhere_in_subquery: [ OK ] 0.22 sec.
2026-05-06 18:18:09 03101_analyzer_invalid_join_on: [ OK ] 0.33 sec.
2026-05-06 18:18:11 00431_if_nulls: [ OK ] 1.49 sec.
2026-05-06 18:18:11 01551_mergetree_read_in_order_spread: [ OK ] 0.44 sec.
2026-05-06 18:18:11 02560_vertical_merge_memory_usage: [ OK ] 2.06 sec.
2026-05-06 18:18:11 01277_random_fixed_string: [ OK ] 2.30 sec.
2026-05-06 18:18:11 02247_read_bools_as_numbers_json: [ OK ] 5.44 sec.
2026-05-06 18:18:12 02155_read_in_order_max_rows_to_read: [ OK ] 0.39 sec.
2026-05-06 18:18:12 02017_create_distributed_table_coredump: [ OK ] 0.28 sec.
2026-05-06 18:18:12 02456_progress_tty: [ OK ] 10.29 sec.
2026-05-06 18:18:12 01802_toDateTime64_large_values: [ OK ] 0.33 sec.
2026-05-06 18:18:12 02455_improve_feedback_when_replacing_partition_with_different_primary_key: [ OK ] 0.33 sec.
2026-05-06 18:18:12 02149_read_in_order_fixed_prefix: [ OK ] 0.89 sec.
2026-05-06 18:18:12 01700_point_in_polygon_ubsan: [ OK ] 0.23 sec.
2026-05-06 18:18:12 03168_fuzz_multiIf_short_circuit: [ OK ] 0.29 sec.
2026-05-06 18:18:13 02018_multiple_with_fill_for_the_same_column: [ OK ] 0.33 sec.
2026-05-06 18:18:13 03021_get_client_http_header: [ OK ] 1.56 sec.
2026-05-06 18:18:13 03218_materialize_msan: [ OK ] 0.45 sec.
2026-05-06 18:18:13 01042_h3_k_ring: [ OK ] 0.64 sec.
2026-05-06 18:18:13 01635_nullable_fuzz: [ OK ] 0.28 sec.
2026-05-06 18:18:13 03210_empty_tuple_lhs_of_in: [ OK ] 0.23 sec.
2026-05-06 18:18:13 01660_sum_ubsan: [ OK ] 0.38 sec.
2026-05-06 18:18:14 01783_parallel_formatting_memory: [ OK ] 0.89 sec.
2026-05-06 18:18:14 02354_vector_search_queries: [ OK ] 0.48 sec.
2026-05-06 18:18:14 00814_replicated_minimalistic_part_header_zookeeper: [ OK ] 4.23 sec.
2026-05-06 18:18:14 01838_system_dictionaries_virtual_key_column: [ OK ] 0.43 sec.
2026-05-06 18:18:14 02497_storage_file_reader_selection: [ OK ] 1.76 sec.
2026-05-06 18:18:14 03033_parts_splitter_bug_and_index_loading: [ OK ] 0.33 sec.
2026-05-06 18:18:14 03201_sumIf_to_countIf_return_type: [ OK ] 0.28 sec.
2026-05-06 18:18:14 00831_quantile_weighted_parameter_check: [ OK ] 0.33 sec.
2026-05-06 18:18:14 02021_map_has: [ OK ] 0.38 sec.
2026-05-06 18:18:15 03101_analyzer_identifiers_1: [ OK ] 0.38 sec.
2026-05-06 18:18:15 01764_collapsing_merge_adaptive_granularity: [ OK ] 0.53 sec.
2026-05-06 18:18:15 00943_mv_rename_without_inner_table: [ OK ] 0.38 sec.
2026-05-06 18:18:15 02771_resolve_compound_identifier: [ OK ] 0.28 sec.
2026-05-06 18:18:15 03246_json_simd_rapid_parsers: [ OK ] 1.34 sec.
2026-05-06 18:18:16 02050_clickhouse_client_local_exception: [ OK ] 0.84 sec.
2026-05-06 18:18:16 01651_lc_insert_tiny_log_3: [ OK ] 6.23 sec.
2026-05-06 18:18:16 02892_SummingMergeTree_Nested: [ OK ] 0.33 sec.
2026-05-06 18:18:16 03215_toStartOfWeek_with_dateTime64_fix: [ OK ] 0.23 sec.
2026-05-06 18:18:16 02725_null_group_key_with_rollup: [ OK ] 0.39 sec.
2026-05-06 18:18:16 02021_prewhere_column_optimization: [ OK ] 0.33 sec.
2026-05-06 18:18:16 02932_materialized_view_with_dropped_target_table_no_exception: [ OK ] 0.38 sec.
2026-05-06 18:18:16 01278_format_multiple_queries: [ OK ] 0.73 sec.
2026-05-06 18:18:16 00334_column_aggregate_function_limit: [ OK ] 0.28 sec.
2026-05-06 18:18:17 01030_storage_hdfs_syntax: [ OK ] 0.23 sec.
2026-05-06 18:18:17 02513_validate_data_types: [ OK ] 0.43 sec.
2026-05-06 18:18:17 00011_array_join_alias: [ OK ] 0.27 sec.
2026-05-06 18:18:17 01109_inflating_cross_join: [ OK ] 0.38 sec.
2026-05-06 18:18:17 02365_multisearch_random_tests: [ OK ] 3.36 sec.
2026-05-06 18:18:18 00736_disjunction_optimisation: [ OK ] 0.47 sec.
2026-05-06 18:18:18 01010_partial_merge_join: [ OK ] 1.59 sec.
2026-05-06 18:18:18 02716_int256_arrayfunc: [ OK ] 0.34 sec.
2026-05-06 18:18:18 01905_to_json_string: [ OK ] 0.27 sec.
2026-05-06 18:18:19 03291_json_big_structure_deserialization: [ OK ] 12.73 sec.
2026-05-06 18:18:19 00910_client_window_size_detection: [ OK ] 0.88 sec.
2026-05-06 18:18:19 01326_hostname_alias: [ OK ] 0.28 sec.
2026-05-06 18:18:19 02122_parallel_formatting_JSONEachRow: [ OK ] 2.94 sec.
2026-05-06 18:18:19 01630_simple_aggregate_all_functions_in_aggregating_merge_tree: [ OK ] 6.44 sec.
2026-05-06 18:18:19 01556_accurate_cast_or_null: [ OK ] 0.68 sec.
2026-05-06 18:18:19 02224_parallel_distributed_insert_select_cluster: [ OK ] 0.43 sec.
2026-05-06 18:18:20 01276_alter_rename_column_materialized_expr: [ OK ] 0.58 sec.
2026-05-06 18:18:20 00719_format_datetime_rand: [ OK ] 1.70 sec.
2026-05-06 18:18:20 02032_short_circuit_least_greatest_bug: [ OK ] 0.29 sec.
2026-05-06 18:18:20 02715_or_null: [ OK ] 0.33 sec.
2026-05-06 18:18:20 00053_all_inner_join: [ OK ] 0.29 sec.
2026-05-06 18:18:20 02482_value_block_assert: [ OK ] 0.34 sec.
2026-05-06 18:18:20 02206_information_schema_show_database: [ OK ] 0.22 sec.
2026-05-06 18:18:20 00552_logical_functions_ternary: [ OK ] 0.33 sec.
2026-05-06 18:18:20 02904_arrow_dictionary_indexes: [ OK ] 2.90 sec.
2026-05-06 18:18:20 03094_analyzer_fiddle_multiif: [ OK ] 0.33 sec.
2026-05-06 18:18:21 02136_scalar_subquery_metrics: [ OK ] 0.48 sec.
2026-05-06 18:18:21 01540_verbatim_partition_pruning: [ OK ] 0.58 sec.
2026-05-06 18:18:21 02921_database_filesystem_path_check: [ OK ] 0.23 sec.
2026-05-06 18:18:21 03262_test_parquet_native_reader_int_logical_type: [ OK ] 1.39 sec.
2026-05-06 18:18:21 01825_new_type_json_missed_values: [ OK ] 1.09 sec.
2026-05-06 18:18:21 02345_analyzer_subqueries: [ OK ] 0.68 sec.
2026-05-06 18:18:21 00226_zookeeper_deduplication_and_unexpected_parts_long: [ OK ] 0.83 sec.
2026-05-06 18:18:21 02481_fix_parameters_parsing: [ OK ] 0.28 sec.
2026-05-06 18:18:21 01676_clickhouse_client_autocomplete: [ OK ] 7.08 sec.
2026-05-06 18:18:21 01084_regexp_empty: [ OK ] 0.28 sec.
2026-05-06 18:18:22 02982_create_mv_inner_extra: [ OK ] 0.38 sec.
2026-05-06 18:18:22 01118_is_constant: [ OK ] 0.32 sec.
2026-05-06 18:18:22 00178_query_datetime64_index: [ OK ] 0.33 sec.
2026-05-06 18:18:22 00176_if_string_arrays: [ OK ] 0.33 sec.
2026-05-06 18:18:22 02165_insert_from_infile: [ OK ] 0.28 sec.
2026-05-06 18:18:22 00593_union_all_assert_columns_removed: [ OK ] 0.33 sec.
2026-05-06 18:18:22 02680_illegal_type_of_filter_projection: [ OK ] 0.33 sec.
2026-05-06 18:18:22 03035_recursive_cte_postgres_1: [ OK ] 0.54 sec.
2026-05-06 18:18:22 03214_join_on_tuple_comparison_elimination_bug: [ OK ] 0.33 sec.
2026-05-06 18:18:22 02420_stracktrace_debug_symbols: [ OK ] 1.09 sec.
2026-05-06 18:18:23 00450_higher_order_and_nullable: [ OK ] 0.28 sec.
2026-05-06 18:18:23 02681_aggregation_by_partitions_bug: [ OK ] 0.53 sec.
2026-05-06 18:18:23 02812_pointwise_array_operations: [ OK ] 0.58 sec.
2026-05-06 18:18:23 00472_create_view_if_not_exists: [ OK ] 0.28 sec.
2026-05-06 18:18:23 02452_check_low_cardinality: [ OK ] 0.59 sec.
2026-05-06 18:18:23 00858_issue_4756: [ OK ] 0.48 sec.
2026-05-06 18:18:23 00108_shard_totals_after_having: [ OK ] 0.43 sec.
2026-05-06 18:18:24 02579_fill_empty_chunk: [ OK ] 0.33 sec.
2026-05-06 18:18:24 01091_insert_with_default_json: [ OK ] 0.53 sec.
2026-05-06 18:18:24 03032_save_bad_json_escape_sequences: [ OK ] 0.33 sec.
2026-05-06 18:18:24 01078_merge_tree_read_one_thread: [ OK ] 1.60 sec.
2026-05-06 18:18:24 00910_zookeeper_custom_compression_codecs_replicated_long: [ OK ] 2.06 sec.
2026-05-06 18:18:25 03272_partition_pruning_monotonic_func_bug: [ OK ] 0.39 sec.
2026-05-06 18:18:25 02125_lz4_compression_bug_Native: [ OK ] 5.09 sec.
2026-05-06 18:18:25 02590_bson_duplicate_column: [ OK ] 0.23 sec.
2026-05-06 18:18:25 00408_http_keep_alive: [ OK ] 1.11 sec.
2026-05-06 18:18:25 02149_issue_32487: [ OK ] 0.34 sec.
2026-05-06 18:18:26 02968_full_sorting_join_fuzz: [ OK ] 7.92 sec.
2026-05-06 18:18:26 02899_indexing_by_space_filling_curves: [ OK ] 0.89 sec.
2026-05-06 18:18:26 01825_new_type_json_distributed: [ OK ] 0.43 sec.
2026-05-06 18:18:26 02834_array_exists_segfault: [ OK ] 0.34 sec.
2026-05-06 18:18:27 00538_datediff_plural_units: [ OK ] 0.44 sec.
2026-05-06 18:18:27 02122_parallel_formatting_JSONCompactEachRowWithNames: [ OK ] 3.02 sec.
2026-05-06 18:18:27 01825_new_type_json_3: [ OK ] 0.85 sec.
2026-05-06 18:18:27 02887_tuple_element_distributed: [ OK ] 0.30 sec.
2026-05-06 18:18:27 02158_interval_length_sum: [ OK ] 0.28 sec.
2026-05-06 18:18:27 02503_join_switch_alias_fuzz: [ OK ] 0.33 sec.
2026-05-06 18:18:27 02044_url_glob_parallel: [ OK ] 3.50 sec.
2026-05-06 18:18:27 02883_read_in_reverse_order_virtual_column: [ OK ] 1.95 sec.
2026-05-06 18:18:28 02456_aggregate_state_conversion: [ OK ] 0.28 sec.
2026-05-06 18:18:28 01549_low_cardinality_materialized_view: [ OK ] 0.44 sec.
2026-05-06 18:18:28 00185_array_literals: [ OK ] 0.69 sec.
2026-05-06 18:18:28 02597_projection_materialize_and_replication: [ OK ] 1.49 sec.
2026-05-06 18:18:28 01648_normalize_query_keep_names: [ OK ] 0.42 sec.
2026-05-06 18:18:28 02815_alias_to_length: [ OK ] 0.28 sec.
2026-05-06 18:18:28 01634_uuid_fuzz: [ OK ] 0.44 sec.
2026-05-06 18:18:29 01916_low_cardinality_interval: [ OK ] 0.53 sec.
2026-05-06 18:18:29 02347_rank_corr_nan: [ OK ] 0.38 sec.
2026-05-06 18:18:29 01920_not_chain_format: [ OK ] 0.24 sec.
2026-05-06 18:18:29 03002_sample_factor_where: [ OK ] 0.39 sec.
2026-05-06 18:18:29 01042_system_reload_dictionary_reloads_completely: [ OK ] 5.03 sec.
2026-05-06 18:18:29 01319_query_formatting_in_server_log: [ OK ] 0.83 sec.
2026-05-06 18:18:29 01576_if_null_external_aggregation: [ OK ] 3.72 sec.
2026-05-06 18:18:30 03447_grouping_sets_analyzer_const_columns: [ OK ] 0.43 sec.
2026-05-06 18:18:30 02325_compatibility_setting_2: [ OK ] 0.54 sec.
2026-05-06 18:18:30 01271_http_code_parse_error: [ OK ] 1.69 sec.
2026-05-06 18:18:30 02751_match_constant_needle: [ OK ] 0.38 sec.
2026-05-06 18:18:30 01911_logical_error_minus: [ OK ] 0.83 sec.
2026-05-06 18:18:30 01592_toUnixTimestamp_Date: [ OK ] 0.34 sec.
2026-05-06 18:18:30 02769_parallel_replicas_unavailable_shards: [ OK ] 1.05 sec.
2026-05-06 18:18:31 01902_self_aliases_in_columns: [ OK ] 0.33 sec.
2026-05-06 18:18:31 01486_json_array_output: [ OK ] 0.38 sec.
2026-05-06 18:18:31 01275_extract_groups_check: [ OK ] 0.65 sec.
2026-05-06 18:18:31 01508_explain_header: [ OK ] 0.29 sec.
2026-05-06 18:18:31 02706_keeper_map_insert_strict: [ OK ] 0.45 sec.
2026-05-06 18:18:31 01815_with_mergeable_state_after_aggregation_and_limit: [ OK ] 1.47 sec.
2026-05-06 18:18:31 02503_mysql_compat_utc_timestamp: [ OK ] 0.39 sec.
2026-05-06 18:18:32 02012_sha512_fixedstring: [ OK ] 0.50 sec.
2026-05-06 18:18:32 00302_http_compression: [ OK ] 2.74 sec.
2026-05-06 18:18:33 01413_rows_events: [ OK ] 1.54 sec.
2026-05-06 18:18:34 02900_union_schema_inference_mode: [ OK ] 3.73 sec.
2026-05-06 18:21:15 02513_broken_datetime64_init_on_mac: [ FAIL ] 160.21 sec.
2026-05-06 18:21:15 Reason: Timeout!
2026-05-06 18:21:15 TimeoutError
2026-05-06 18:21:15 timed out
2026-05-06 18:21:15 File "/usr/bin/clickhouse-test", line 1758, in run
2026-05-06 18:21:15 self.testcase_args = self.configure_testcase_args(
2026-05-06 18:21:15
2026-05-06 18:21:15 File "/usr/bin/clickhouse-test", line 1067, in configure_testcase_args
2026-05-06 18:21:15 clickhouse_execute(
2026-05-06 18:21:15
2026-05-06 18:21:15 File "/usr/bin/clickhouse-test", line 330, in clickhouse_execute
2026-05-06 18:21:15 return clickhouse_execute_http(
2026-05-06 18:21:15
2026-05-06 18:21:15 File "/usr/bin/clickhouse-test", line 311, in clickhouse_execute_http
2026-05-06 18:21:15 raise ex
2026-05-06 18:21:15
2026-05-06 18:21:15 File "/usr/bin/clickhouse-test", line 305, in clickhouse_execute_http
2026-05-06 18:21:15 res = client.getresponse()
2026-05-06 18:21:15
2026-05-06 18:21:15 File "/usr/lib/python3.10/http/client.py", line 1375, in getresponse
2026-05-06 18:21:15 response.begin()
2026-05-06 18:21:15
2026-05-06 18:21:15 File "/usr/lib/python3.10/http/client.py", line 318, in begin
2026-05-06 18:21:15 version, status, reason = self._read_status()
2026-05-06 18:21:15
2026-05-06 18:21:15 File "/usr/lib/python3.10/http/client.py", line 279, in _read_status
2026-05-06 18:21:15 line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
2026-05-06 18:21:15
2026-05-06 18:21:15 File "/usr/lib/python3.10/socket.py", line 705, in readinto
2026-05-06 18:21:15 return self._sock.recv_into(b)
2026-05-06 18:21:15
2026-05-06 18:21:15 Settings used in the test: --max_insert_threads 1 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 40795453 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 14776899 --max_read_buffer_size 648900 --prefer_localhost_replica 1 --max_block_size 22644 --max_joined_block_size_rows 52595 --max_threads 1 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 78 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 18484927 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 4056867000 --local_filesystem_read_method io_uring --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 32Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 0 --merge_tree_coarse_index_granularity 2 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 221544357 --min_compress_block_size 264070 --max_compress_block_size 1328633 --merge_tree_compact_parts_min_granules_to_multibuffer_read 109 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 8731104 --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 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.03 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 1 --min_external_table_block_size_bytes 1 --max_parsing_threads 1 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 1
2026-05-06 18:21:15
2026-05-06 18:21:15 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.20904354970353034 --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 0 --min_merge_bytes_to_use_direct_io 7655402690 --index_granularity_bytes 21942090 --merge_max_block_size 1523 --index_granularity 49693 --min_bytes_for_wide_part 0 --marks_compress_block_size 54512 --primary_key_compress_block_size 19575 --replace_long_file_name_to_hash 1 --max_file_name_length 2 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 514071011 --compact_parts_max_granules_to_buffer 1 --compact_parts_merge_max_bytes_to_prefetch_part 15608952 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 374
2026-05-06 18:21:15
2026-05-06 18:21:49 1404
2026-05-06 18:23:55 02896_union_distinct_http_format: [ FAIL ] 0.00 sec.
2026-05-06 18:23:55 Reason: server died
2026-05-06 18:23:55 Server does not respond to health check
2026-05-06 18:23:55
2026-05-06 18:23:56 Process Process-5:
2026-05-06 18:23:56 Traceback (most recent call last):
2026-05-06 18:23:56 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
2026-05-06 18:23:56 self.run()
2026-05-06 18:23:56 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
2026-05-06 18:23:56 self._target(*self._args, **self._kwargs)
2026-05-06 18:23:56 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process
2026-05-06 18:23:56 return run_tests_array(*args, **kwargs)
2026-05-06 18:23:56 File "/usr/bin/clickhouse-test", line 2309, in run_tests_array
2026-05-06 18:23:56 stop_tests()
2026-05-06 18:23:56 File "/usr/bin/clickhouse-test", line 442, in stop_tests
2026-05-06 18:23:56 cleanup_child_processes(os.getpid())
2026-05-06 18:23:56 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes
2026-05-06 18:23:56 child_pgid = os.getpgid(child)
2026-05-06 18:23:56 ProcessLookupError: [Errno 3] No such process
2026-05-06 18:23:56 Child processes of 1540:
2026-05-06 18:23:56 102126 /bin/sh -c pgrep --parent 1540 -a
2026-05-06 18:31:00 Killing process group 95803
2026-05-06 18:31:00 Processes in process group 95803:
2026-05-06 18:31:00 95803 /bin/sh -c /usr/share/clickhouse-test/queries/0_stateless/02015_shard_crash_clang_12_build.sh > /tmp/clickhouse-test/0_stateless/02015_shard_crash_clang_12_build.stdout 2> /tmp/clickhouse-test/0_stateless/02015_shard_crash_clang_12_build.stderr
2026-05-06 18:31:00 95806 bash /usr/share/clickhouse-test/queries/0_stateless/02015_shard_crash_clang_12_build.sh
2026-05-06 18:31:00 102090 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_m060atrn --log_comment 02015_shard_crash_clang_12_build.sh --max_insert_threads 1 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 46094003 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 7583332 --max_read_buffer_size 600528 --prefer_localhost_replica 0 --max_block_size 24144 --max_joined_block_size_rows 23481 --max_threads 3 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 43 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 36774270 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 9537745298 --local_filesystem_read_method pread --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 50 --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 64Mi --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 14 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 291180090 --min_compress_block_size 1487838 --max_compress_block_size 2617558 --merge_tree_compact_parts_min_granules_to_multibuffer_read 74 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 6472893 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone America/Mazatlan --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.78 --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 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.02102028707652559 --prefer_fetch_merged_part_size_threshold 1 --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 2888133107 --index_granularity_bytes 11647011 --merge_max_block_size 14215 --index_granularity 33639 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 96137 --primary_key_compress_block_size 43393 --replace_long_file_name_to_hash 0 --max_file_name_length 93 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 326454786 --compact_parts_max_granules_to_buffer 1 --compact_parts_merge_max_bytes_to_prefetch_part 76551 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 97 --old_parts_lifetime 277 --allow_repeated_settings --client_logs_file=./client.fatal.log --query SELECT 1
2026-05-06 18:31:00 Process group 95803 should be killed
2026-05-06 18:31:00 02015_shard_crash_clang_12_build: [ FAIL ] 600.03 sec.
2026-05-06 18:31:00 Reason: Timeout! ########## Short fault info ############
2026-05-06 18:31:00 (version 24.8.14.10546.altinitytest (altinity build), build id: , git hash: ) (from thread 102090) Received signal 20
2026-05-06 18:31:00 Signal description: Stopped
2026-05-06 18:31:00 This is a signal used for debugging purposes by the user.
2026-05-06 18:31:00 Stack trace: 0x000000000d4d927c 0x00007f7890d4d520 0x00007f7890e23bd0 0x00000000153b6fe2 0x00000000153b7110 0x000000000d34e504 0x000000001249b860 0x0000000012498ef6 0x00000000124a3d71 0x00000000124a5250 0x00000000124aa17b 0x000000000d41c497 0x00000000153d9cc6 0x000000000d42ba82 0x0000000007e0fb0e 0x00007f7890d34d90 0x00007f7890d34e40 0x00000000061ed02e
2026-05-06 18:31:00 ########################################
2026-05-06 18:31:00 (version 24.8.14.10546.altinitytest (altinity build), build id: , git hash: ) (from thread 102090) (no query) Received signal Stopped (20)
2026-05-06 18:31:00 This is a signal used for debugging purposes by the user.
2026-05-06 18:31:00 Stack trace: 0x000000000d4d927c 0x00007f7890d4d520 0x00007f7890e23bd0 0x00000000153b6fe2 0x00000000153b7110 0x000000000d34e504 0x000000001249b860 0x0000000012498ef6 0x00000000124a3d71 0x00000000124a5250 0x00000000124aa17b 0x000000000d41c497 0x00000000153d9cc6 0x000000000d42ba82 0x0000000007e0fb0e 0x00007f7890d34d90 0x00007f7890d34e40 0x00000000061ed02e
2026-05-06 18:31:00 0. ./build_docker/./src/Common/SignalHandlers.cpp:98: signalHandler(int, siginfo_t*, void*) @ 0x000000000d4d927c
2026-05-06 18:31:00 1. ? @ 0x00007f7890d4d520
2026-05-06 18:31:00 2. ? @ 0x00007f7890e23bd0
2026-05-06 18:31:00 3. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:0: Poco::Net::SocketImpl::pollImpl(Poco::Timespan&, int) @ 0x00000000153b6fe2
2026-05-06 18:31:00 4. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:506: Poco::Net::SocketImpl::poll(Poco::Timespan const&, int) @ 0x00000000153b7110
2026-05-06 18:31:00 5. ./build_docker/./src/IO/ReadBufferFromPocoSocket.cpp:144: DB::ReadBufferFromPocoSocketBase::poll(unsigned long) const @ 0x000000000d34e504
2026-05-06 18:31:00
2026-05-06 18:31:00 Settings used in the test: --max_insert_threads 1 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 46094003 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 7583332 --max_read_buffer_size 600528 --prefer_localhost_replica 0 --max_block_size 24144 --max_joined_block_size_rows 23481 --max_threads 3 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 43 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 36774270 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 9537745298 --local_filesystem_read_method pread --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 50 --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 64Mi --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 14 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 291180090 --min_compress_block_size 1487838 --max_compress_block_size 2617558 --merge_tree_compact_parts_min_granules_to_multibuffer_read 74 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 6472893 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone America/Mazatlan --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.78 --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 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0
2026-05-06 18:31:00
2026-05-06 18:31:00 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.02102028707652559 --prefer_fetch_merged_part_size_threshold 1 --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 2888133107 --index_granularity_bytes 11647011 --merge_max_block_size 14215 --index_granularity 33639 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 96137 --primary_key_compress_block_size 43393 --replace_long_file_name_to_hash 0 --max_file_name_length 93 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 326454786 --compact_parts_max_granules_to_buffer 1 --compact_parts_merge_max_bytes_to_prefetch_part 76551 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 97 --old_parts_lifetime 277
2026-05-06 18:31:00
2026-05-06 18:31:00 Database: test_m060atrn
2026-05-06 18:31:01 Process Process-7:
2026-05-06 18:31:01 Traceback (most recent call last):
2026-05-06 18:31:01 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
2026-05-06 18:31:01 self.run()
2026-05-06 18:31:01 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
2026-05-06 18:31:01 self._target(*self._args, **self._kwargs)
2026-05-06 18:31:01 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process
2026-05-06 18:31:01 return run_tests_array(*args, **kwargs)
2026-05-06 18:31:01 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array
2026-05-06 18:31:01 stop_tests()
2026-05-06 18:31:01 File "/usr/bin/clickhouse-test", line 442, in stop_tests
2026-05-06 18:31:01 cleanup_child_processes(os.getpid())
2026-05-06 18:31:01 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes
2026-05-06 18:31:01 child_pgid = os.getpgid(child)
2026-05-06 18:31:01 ProcessLookupError: [Errno 3] No such process
2026-05-06 18:31:01 Child processes of 1545:
2026-05-06 18:31:01 102208 /bin/sh -c pgrep --parent 1545 -a
2026-05-06 18:31:06 Killing process group 97955
2026-05-06 18:31:06 Processes in process group 97955:
2026-05-06 18:31:06 97955 /bin/sh -c /usr/share/clickhouse-test/queries/0_stateless/01273_arrow.sh > /tmp/clickhouse-test/0_stateless/01273_arrow.stdout 2> /tmp/clickhouse-test/0_stateless/01273_arrow.stderr
2026-05-06 18:31:06 97959 bash /usr/share/clickhouse-test/queries/0_stateless/01273_arrow.sh
2026-05-06 18:31:06 102078 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_0nwjxvia --log_comment 01273_arrow.sh --max_insert_threads 1 --group_by_two_level_threshold 556327 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 9070907 --max_read_buffer_size 984933 --prefer_localhost_replica 1 --max_block_size 52193 --max_joined_block_size_rows 96343 --max_threads 2 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --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 45 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 28739351 --use_uncompressed_cache 1 --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 1 --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 1 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 28 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 7182773904 --max_bytes_before_remerge_sort 2378984837 --min_compress_block_size 921814 --max_compress_block_size 328225 --merge_tree_compact_parts_min_granules_to_multibuffer_read 104 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 5301175 --http_wait_end_of_query False --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 America/Mazatlan --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.7 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 0 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 1 --allow_merge_tree_settings --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 2366689798 --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 6053914616 --index_granularity_bytes 4454686 --merge_max_block_size 13952 --index_granularity 48810 --min_bytes_for_wide_part 737062837 --marks_compress_block_size 96590 --primary_key_compress_block_size 34801 --replace_long_file_name_to_hash 0 --max_file_name_length 128 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 81792190 --compact_parts_max_granules_to_buffer 21 --compact_parts_merge_max_bytes_to_prefetch_part 12033946 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 62 --old_parts_lifetime 203 --allow_repeated_settings --client_logs_file=./client.fatal.log --query=SELECT * FROM arrow_numbers ORDER BY number DESC LIMIT 10
2026-05-06 18:31:06 Process group 97955 should be killed
2026-05-06 18:31:06 01273_arrow: [ FAIL ] 600.03 sec.
2026-05-06 18:31:06 Reason: Timeout! ########## Short fault info ############
2026-05-06 18:31:06 (version 24.8.14.10546.altinitytest (altinity build), build id: , git hash: ) (from thread 102078) Received signal 20
2026-05-06 18:31:06 Signal description: Stopped
2026-05-06 18:31:06 This is a signal used for debugging purposes by the user.
2026-05-06 18:31:06 Stack trace: 0x000000000d4d927c 0x00007ff24b538520 0x00007ff24b60ebd0 0x00000000153b6fe2 0x00000000153b7110 0x000000000d34e504 0x000000001249b860 0x0000000012498ef6 0x00000000124a3d71 0x00000000124a5250 0x00000000124aa17b 0x000000000d41c497 0x00000000153d9cc6 0x000000000d42ba82 0x0000000007e0fb0e 0x00007ff24b51fd90 0x00007ff24b51fe40 0x00000000061ed02e
2026-05-06 18:31:06 ########################################
2026-05-06 18:31:06 (version 24.8.14.10546.altinitytest (altinity build), build id: , git hash: ) (from thread 102078) (no query) Received signal Stopped (20)
2026-05-06 18:31:06 This is a signal used for debugging purposes by the user.
2026-05-06 18:31:06 Stack trace: 0x000000000d4d927c 0x00007ff24b538520 0x00007ff24b60ebd0 0x00000000153b6fe2 0x00000000153b7110 0x000000000d34e504 0x000000001249b860 0x0000000012498ef6 0x00000000124a3d71 0x00000000124a5250 0x00000000124aa17b 0x000000000d41c497 0x00000000153d9cc6 0x000000000d42ba82 0x0000000007e0fb0e 0x00007ff24b51fd90 0x00007ff24b51fe40 0x00000000061ed02e
2026-05-06 18:31:06
2026-05-06 18:31:06 Settings used in the test: --max_insert_threads 1 --group_by_two_level_threshold 556327 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 9070907 --max_read_buffer_size 984933 --prefer_localhost_replica 1 --max_block_size 52193 --max_joined_block_size_rows 96343 --max_threads 2 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --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 45 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 28739351 --use_uncompressed_cache 1 --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 1 --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 1 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 32Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 1Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 28 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 7182773904 --max_bytes_before_remerge_sort 2378984837 --min_compress_block_size 921814 --max_compress_block_size 328225 --merge_tree_compact_parts_min_granules_to_multibuffer_read 104 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 5301175 --http_wait_end_of_query False --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 America/Mazatlan --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.7 --prefer_external_sort_block_bytes 0 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 100000000 --max_parsing_threads 0 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 1
2026-05-06 18:31:06
2026-05-06 18:31:06 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 2366689798 --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 6053914616 --index_granularity_bytes 4454686 --merge_max_block_size 13952 --index_granularity 48810 --min_bytes_for_wide_part 737062837 --marks_compress_block_size 96590 --primary_key_compress_block_size 34801 --replace_long_file_name_to_hash 0 --max_file_name_length 128 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 81792190 --compact_parts_max_granules_to_buffer 21 --compact_parts_merge_max_bytes_to_prefetch_part 12033946 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 62 --old_parts_lifetime 203
2026-05-06 18:31:06
2026-05-06 18:31:06 Database: test_0nwjxvia
2026-05-06 18:31:07 Process Process-4:
2026-05-06 18:31:07 Traceback (most recent call last):
2026-05-06 18:31:07 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
2026-05-06 18:31:07 self.run()
2026-05-06 18:31:07 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
2026-05-06 18:31:07 self._target(*self._args, **self._kwargs)
2026-05-06 18:31:07 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process
2026-05-06 18:31:07 return run_tests_array(*args, **kwargs)
2026-05-06 18:31:07 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array
2026-05-06 18:31:07 stop_tests()
2026-05-06 18:31:07 File "/usr/bin/clickhouse-test", line 442, in stop_tests
2026-05-06 18:31:07 cleanup_child_processes(os.getpid())
2026-05-06 18:31:07 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes
2026-05-06 18:31:07 child_pgid = os.getpgid(child)
2026-05-06 18:31:07 ProcessLookupError: [Errno 3] No such process
2026-05-06 18:31:07 Child processes of 1539:
2026-05-06 18:31:07 102214 /bin/sh -c pgrep --parent 1539 -a
2026-05-06 18:31:10 Killing process group 99883
2026-05-06 18:31:10 Processes in process group 99883:
2026-05-06 18:31:10 99883 /bin/sh -c /usr/share/clickhouse-test/queries/0_stateless/01058_window_view_event_hop_to_strict_asc.sh > /tmp/clickhouse-test/0_stateless/01058_window_view_event_hop_to_strict_asc.stdout 2> /tmp/clickhouse-test/0_stateless/01058_window_view_event_hop_to_strict_asc.stderr
2026-05-06 18:31:10 99887 bash /usr/share/clickhouse-test/queries/0_stateless/01058_window_view_event_hop_to_strict_asc.sh
2026-05-06 18:31:10 102121 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_n0ydisie --log_comment 01058_window_view_event_hop_to_strict_asc.sh --max_insert_threads 2 --group_by_two_level_threshold 458517 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 5943580 --max_read_buffer_size 1022451 --prefer_localhost_replica 1 --max_block_size 26512 --max_joined_block_size_rows 21435 --max_threads 3 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 81 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 30721011 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method mmap --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --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 64Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 6 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 2285086724 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1397410463 --min_compress_block_size 1239125 --max_compress_block_size 3113856 --merge_tree_compact_parts_min_granules_to_multibuffer_read 55 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 10142492 --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 0 --session_timezone Pacific/Wake --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.44 --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 0 --max_parsing_threads 1 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 1 --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 100 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 13810959 --merge_max_block_size 8996 --index_granularity 51526 --min_bytes_for_wide_part 491900237 --marks_compress_block_size 17305 --primary_key_compress_block_size 60279 --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 61517978 --compact_parts_max_granules_to_buffer 205 --compact_parts_merge_max_bytes_to_prefetch_part 32422566 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 60 --old_parts_lifetime 38 --allow_repeated_settings --client_logs_file=./client.fatal.log --enable_analyzer=0 --query=SELECT count(*) FROM dst
2026-05-06 18:31:10 102122 grep -q 6
2026-05-06 18:31:10 Process group 99883 should be killed
2026-05-06 18:31:10 01058_window_view_event_hop_to_strict_asc: [ FAIL ] 600.03 sec.
2026-05-06 18:31:10 Reason: Timeout! Error on processing query: Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:57646, 300000 ms): while receiving packet from localhost:9000. (SOCKET_TIMEOUT) (version 24.8.14.10546.altinitytest (altinity build))
2026-05-06 18:31:10 (query: INSERT INTO mt VALUES (1, '1990/01/01 12:00:01');)
2026-05-06 18:31:10 ########## Short fault info ############
2026-05-06 18:31:10 (version 24.8.14.10546.altinitytest (altinity build), build id: , git hash: ) (from thread 102121) Received signal 20
2026-05-06 18:31:10 Signal description: Stopped
2026-05-06 18:31:10 This is a signal used for debugging purposes by the user.
2026-05-06 18:31:10 Stack trace: 0x000000000d4d927c 0x00007f5c71e18520 0x00007f5c71eeebd0 0x00000000153b6fe2 0x00000000153b7110 0x00000000153b6811 0x000000000d34d2fd 0x000000000d34e0b5 0x00000000124b88c2 0x00000000124bc3d0 0x000000000d41d824 0x000000000d41b99a 0x00000000153d9cc6 0x000000000d42ba82 0x0000000007e0fb0e 0x00007f5c71dffd90 0x00007f5c71dffe40 0x00000000061ed02e
2026-05-06 18:31:10 ########################################
2026-05-06 18:31:10 (version 24.8.14.10546.altinitytest (altinity build), build id: , git hash: ) (from thread 102121) (no query) Received signal Stopped (20)
2026-05-06 18:31:10 This is a signal used for debugging purposes by the user.
2026-05-06 18:31:10 Stack trace: 0x000000000d4d927c 0x00007f5c71e18520 0x00007f5c71eeebd0 0x00000000153b6fe2 0x00000000153b7110 0x00000000153b6811 0x000000000d34d2fd 0x000000000d34e0b5 0x00000000124b88c2 0x00000000124bc3d0 0x000000000d41d824 0x000000000d41b99a 0x00000000153d9cc6 0x000000000d42ba82 0x0000000007e0fb0e 0x00007f5c71dffd90 0x00007f5c71dffe40 0x00000000061ed02e
2026-05-06 18:31:10
2026-05-06 18:31:10 Settings used in the test: --max_insert_threads 2 --group_by_two_level_threshold 458517 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 5943580 --max_read_buffer_size 1022451 --prefer_localhost_replica 1 --max_block_size 26512 --max_joined_block_size_rows 21435 --max_threads 3 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 81 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 30721011 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method mmap --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --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 64Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 6 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 2285086724 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1397410463 --min_compress_block_size 1239125 --max_compress_block_size 3113856 --merge_tree_compact_parts_min_granules_to_multibuffer_read 55 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 10142492 --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 0 --session_timezone Pacific/Wake --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.44 --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 0 --max_parsing_threads 1 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 1
2026-05-06 18:31:10
2026-05-06 18:31:10 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 100 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 13810959 --merge_max_block_size 8996 --index_granularity 51526 --min_bytes_for_wide_part 491900237 --marks_compress_block_size 17305 --primary_key_compress_block_size 60279 --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 61517978 --compact_parts_max_granules_to_buffer 205 --compact_parts_merge_max_bytes_to_prefetch_part 32422566 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 60 --old_parts_lifetime 38
2026-05-06 18:31:10
2026-05-06 18:31:10 Database: test_n0ydisie
2026-05-06 18:31:10 Killing process group 99987
2026-05-06 18:31:10 Processes in process group 99987:
2026-05-06 18:31:10 99987 /bin/sh -c /usr/share/clickhouse-test/queries/0_stateless/01526_initial_query_id.sh > /tmp/clickhouse-test/0_stateless/01526_initial_query_id.stdout 2> /tmp/clickhouse-test/0_stateless/01526_initial_query_id.stderr
2026-05-06 18:31:10 99988 bash /usr/share/clickhouse-test/queries/0_stateless/01526_initial_query_id.sh
2026-05-06 18:31:10 101126 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_2sxfnaaa --log_comment 01526_initial_query_id.sh --max_insert_threads 3 --group_by_two_level_threshold 547156 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 9041293 --max_read_buffer_size 769385 --prefer_localhost_replica 0 --max_block_size 45670 --max_joined_block_size_rows 50237 --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 26 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 22367269 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 8661899263 --min_bytes_to_use_mmap_io 8050721644 --local_filesystem_read_method read --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 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 22 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 2704539552 --min_compress_block_size 1385379 --max_compress_block_size 412024 --merge_tree_compact_parts_min_granules_to_multibuffer_read 80 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 375666 --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 False --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.07 --prefer_external_sort_block_bytes 1 --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 1 --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 688855 --vertical_merge_algorithm_min_columns_to_activate 47 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 1690026 --merge_max_block_size 17095 --index_granularity 60908 --min_bytes_for_wide_part 0 --marks_compress_block_size 83122 --primary_key_compress_block_size 81400 --replace_long_file_name_to_hash 1 --max_file_name_length 128 --min_bytes_for_full_part_storage 195335228 --compact_parts_max_bytes_to_buffer 466562128 --compact_parts_max_granules_to_buffer 240 --compact_parts_merge_max_bytes_to_prefetch_part 21756874 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 0 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log -q select 1 format Null --query_id=9409ce70564216cef4b8852a5e7d4da3
2026-05-06 18:31:10 Process group 99987 should be killed
2026-05-06 18:31:10 01526_initial_query_id: [ FAIL ] 600.04 sec.
2026-05-06 18:31:10 Reason: Timeout! ########## Short fault info ############
2026-05-06 18:31:10 (version 24.8.14.10546.altinitytest (altinity build), build id: , git hash: ) (from thread 101126) Received signal 20
2026-05-06 18:31:10 Signal description: Stopped
2026-05-06 18:31:10 This is a signal used for debugging purposes by the user.
2026-05-06 18:31:10 Stack trace: 0x000000000d4d927c 0x00007fafa8d36520 0x00007fafa8e0cbd0 0x00000000153b6fe2 0x00000000153b7110 0x000000000d34e504 0x000000001249b860 0x0000000012498ef6 0x00000000124a3d71 0x00000000124a5250 0x00000000124aa17b 0x000000000d41c497 0x00000000153d9cc6 0x000000000d42ba82 0x0000000007e0fb0e 0x00007fafa8d1dd90 0x00007fafa8d1de40 0x00000000061ed02e
2026-05-06 18:31:10 ########################################
2026-05-06 18:31:10 (version 24.8.14.10546.altinitytest (altinity build), build id: , git hash: ) (from thread 101126) (no query) Received signal Stopped (20)
2026-05-06 18:31:10 This is a signal used for debugging purposes by the user.
2026-05-06 18:31:10 Stack trace: 0x000000000d4d927c 0x00007fafa8d36520 0x00007fafa8e0cbd0 0x00000000153b6fe2 0x00000000153b7110 0x000000000d34e504 0x000000001249b860 0x0000000012498ef6 0x00000000124a3d71 0x00000000124a5250 0x00000000124aa17b 0x000000000d41c497 0x00000000153d9cc6 0x000000000d42ba82 0x0000000007e0fb0e 0x00007fafa8d1dd90 0x00007fafa8d1de40 0x00000000061ed02e
2026-05-06 18:31:10
2026-05-06 18:31:10 Settings used in the test: --max_insert_threads 3 --group_by_two_level_threshold 547156 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 0 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 9041293 --max_read_buffer_size 769385 --prefer_localhost_replica 0 --max_block_size 45670 --max_joined_block_size_rows 50237 --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 26 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 22367269 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 8661899263 --min_bytes_to_use_mmap_io 8050721644 --local_filesystem_read_method read --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 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 128Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 22 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 2704539552 --min_compress_block_size 1385379 --max_compress_block_size 412024 --merge_tree_compact_parts_min_granules_to_multibuffer_read 80 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 375666 --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 False --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.07 --prefer_external_sort_block_bytes 1 --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 1
2026-05-06 18:31:10
2026-05-06 18:31:10 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 688855 --vertical_merge_algorithm_min_columns_to_activate 47 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 1 --index_granularity_bytes 1690026 --merge_max_block_size 17095 --index_granularity 60908 --min_bytes_for_wide_part 0 --marks_compress_block_size 83122 --primary_key_compress_block_size 81400 --replace_long_file_name_to_hash 1 --max_file_name_length 128 --min_bytes_for_full_part_storage 195335228 --compact_parts_max_bytes_to_buffer 466562128 --compact_parts_max_granules_to_buffer 240 --compact_parts_merge_max_bytes_to_prefetch_part 21756874 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 0 --old_parts_lifetime 480
2026-05-06 18:31:10
2026-05-06 18:31:10 Database: test_2sxfnaaa
2026-05-06 18:31:11 Process Process-3:
2026-05-06 18:31:11 Traceback (most recent call last):
2026-05-06 18:31:11 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
2026-05-06 18:31:11 self.run()
2026-05-06 18:31:11 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
2026-05-06 18:31:11 self._target(*self._args, **self._kwargs)
2026-05-06 18:31:11 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process
2026-05-06 18:31:11 return run_tests_array(*args, **kwargs)
2026-05-06 18:31:11 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array
2026-05-06 18:31:11 stop_tests()
2026-05-06 18:31:11 File "/usr/bin/clickhouse-test", line 442, in stop_tests
2026-05-06 18:31:11 cleanup_child_processes(os.getpid())
2026-05-06 18:31:11 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes
2026-05-06 18:31:11 child_pgid = os.getpgid(child)
2026-05-06 18:31:11 ProcessLookupError: [Errno 3] No such process
2026-05-06 18:31:11 Child processes of 1538:
2026-05-06 18:31:11 102222 /bin/sh -c pgrep --parent 1538 -a
2026-05-06 18:31:11 Process Process-8:
2026-05-06 18:31:11 Traceback (most recent call last):
2026-05-06 18:31:11 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
2026-05-06 18:31:11 self.run()
2026-05-06 18:31:11 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
2026-05-06 18:31:11 self._target(*self._args, **self._kwargs)
2026-05-06 18:31:11 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process
2026-05-06 18:31:11 return run_tests_array(*args, **kwargs)
2026-05-06 18:31:11 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array
2026-05-06 18:31:11 stop_tests()
2026-05-06 18:31:11 File "/usr/bin/clickhouse-test", line 442, in stop_tests
2026-05-06 18:31:11 cleanup_child_processes(os.getpid())
2026-05-06 18:31:11 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes
2026-05-06 18:31:11 child_pgid = os.getpgid(child)
2026-05-06 18:31:11 ProcessLookupError: [Errno 3] No such process
2026-05-06 18:31:11 Child processes of 1547:
2026-05-06 18:31:11 102220 /bin/sh -c pgrep --parent 1547 -a
2026-05-06 18:31:11 Killing process group 100252
2026-05-06 18:31:11 Processes in process group 100252:
2026-05-06 18:31:11 100252 /bin/sh -c /usr/bin/clickhouse-client --log_comment '00913_many_threads.sql' --database=test_uapm6qku --send_logs_level=warning --multiquery --max_insert_threads 1 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 11330869 --max_read_buffer_size 801226 --prefer_localhost_replica 0 --max_block_size 50751 --max_joined_block_size_rows 75195 --max_threads 1 --optimize_append_index 0 --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 42 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 46284678 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method mmap --remote_filesystem_read_method read --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 8Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 22 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1002139525 --min_compress_block_size 2236577 --max_compress_block_size 3034743 --merge_tree_compact_parts_min_granules_to_multibuffer_read 33 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 5352417 --http_wait_end_of_query False --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 3 --session_timezone America/Hermosillo --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 1 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 0 --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.0 --prefer_fetch_merged_part_size_threshold 10737418240 --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 1 --index_granularity_bytes 14258656 --merge_max_block_size 24153 --index_granularity 31458 --min_bytes_for_wide_part 329467102 --marks_compress_block_size 75959 --primary_key_compress_block_size 20958 --replace_long_file_name_to_hash 1 --max_file_name_length 0 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 207732795 --compact_parts_max_granules_to_buffer 256 --compact_parts_merge_max_bytes_to_prefetch_part 27584669 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 100 --old_parts_lifetime 480 --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
2026-05-06 18:31:11 100257 /usr/bin/clickhouse-client --log_comment 00913_many_threads.sql --database=test_uapm6qku --send_logs_level=warning --multiquery --max_insert_threads 1 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 11330869 --max_read_buffer_size 801226 --prefer_localhost_replica 0 --max_block_size 50751 --max_joined_block_size_rows 75195 --max_threads 1 --optimize_append_index 0 --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 42 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 46284678 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method mmap --remote_filesystem_read_method read --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 8Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 22 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1002139525 --min_compress_block_size 2236577 --max_compress_block_size 3034743 --merge_tree_compact_parts_min_granules_to_multibuffer_read 33 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 5352417 --http_wait_end_of_query False --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 3 --session_timezone America/Hermosillo --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 1 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 0 --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.0 --prefer_fetch_merged_part_size_threshold 10737418240 --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 1 --index_granularity_bytes 14258656 --merge_max_block_size 24153 --index_granularity 31458 --min_bytes_for_wide_part 329467102 --marks_compress_block_size 75959 --primary_key_compress_block_size 20958 --replace_long_file_name_to_hash 1 --max_file_name_length 0 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 207732795 --compact_parts_max_granules_to_buffer 256 --compact_parts_merge_max_bytes_to_prefetch_part 27584669 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 100 --old_parts_lifetime 480 --allow_repeated_settings --client_logs_file=./client.fatal.log
2026-05-06 18:31:11 Process group 100252 should be killed
2026-05-06 18:31:11 00913_many_threads: [ FAIL ] 600.05 sec.
2026-05-06 18:31:11 Reason: Timeout! ########## Short fault info ############
2026-05-06 18:31:11 (version 24.8.14.10546.altinitytest (altinity build), build id: , git hash: ) (from thread 100257) Received signal 20
2026-05-06 18:31:11 Signal description: Stopped
2026-05-06 18:31:11 This is a signal used for debugging purposes by the user.
2026-05-06 18:31:11 Stack trace: 0x000000000d4d927c 0x00007fae7b66b520 0x00007fae7b741bd0 0x00000000153b6fe2 0x00000000153b7110 0x000000000d34e504 0x000000001249b860 0x0000000012498ef6 0x00000000124a3d71 0x00000000124a5250 0x00000000124aa2d3 0x000000000d41c497 0x00000000153d9cc6 0x000000000d42ba82 0x0000000007e0fb0e 0x00007fae7b652d90 0x00007fae7b652e40 0x00000000061ed02e
2026-05-06 18:31:11 ########################################
2026-05-06 18:31:11 (version 24.8.14.10546.altinitytest (altinity build), build id: , git hash: ) (from thread 100257) (no query) Received signal Stopped (20)
2026-05-06 18:31:11 This is a signal used for debugging purposes by the user.
2026-05-06 18:31:11 Stack trace: 0x000000000d4d927c 0x00007fae7b66b520 0x00007fae7b741bd0 0x00000000153b6fe2 0x00000000153b7110 0x000000000d34e504 0x000000001249b860 0x0000000012498ef6 0x00000000124a3d71 0x00000000124a5250 0x00000000124aa2d3 0x000000000d41c497 0x00000000153d9cc6 0x000000000d42ba82 0x0000000007e0fb0e 0x00007fae7b652d90 0x00007fae7b652e40 0x00000000061ed02e
2026-05-06 18:31:11
2026-05-06 18:31:11 Settings used in the test: --max_insert_threads 1 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 11330869 --max_read_buffer_size 801226 --prefer_localhost_replica 0 --max_block_size 50751 --max_joined_block_size_rows 75195 --max_threads 1 --optimize_append_index 0 --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 42 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 46284678 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method mmap --remote_filesystem_read_method read --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 8Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 0 --merge_tree_coarse_index_granularity 22 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 1002139525 --min_compress_block_size 2236577 --max_compress_block_size 3034743 --merge_tree_compact_parts_min_granules_to_multibuffer_read 33 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 5352417 --http_wait_end_of_query False --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 3 --session_timezone America/Hermosillo --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 1 --cross_join_min_bytes_to_compress 100000000 --min_external_table_block_size_bytes 0 --max_parsing_threads 10 --optimize_functions_to_subcolumns 0 --parallel_replicas_local_plan 1
2026-05-06 18:31:11
2026-05-06 18:31:11 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 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 1 --index_granularity_bytes 14258656 --merge_max_block_size 24153 --index_granularity 31458 --min_bytes_for_wide_part 329467102 --marks_compress_block_size 75959 --primary_key_compress_block_size 20958 --replace_long_file_name_to_hash 1 --max_file_name_length 0 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 207732795 --compact_parts_max_granules_to_buffer 256 --compact_parts_merge_max_bytes_to_prefetch_part 27584669 --cache_populated_by_fetch 0 --concurrent_part_removal_threshold 100 --old_parts_lifetime 480
2026-05-06 18:31:11
2026-05-06 18:31:11 Database: test_uapm6qku
2026-05-06 18:31:11 Killing process group 100375
2026-05-06 18:31:11 Processes in process group 100375:
2026-05-06 18:31:11 100375 /bin/sh -c /usr/share/clickhouse-test/queries/0_stateless/03036_test_parquet_bloom_filter_push_down.sh > /tmp/clickhouse-test/0_stateless/03036_test_parquet_bloom_filter_push_down.stdout 2> /tmp/clickhouse-test/0_stateless/03036_test_parquet_bloom_filter_push_down.stderr
2026-05-06 18:31:11 100384 bash /usr/share/clickhouse-test/queries/0_stateless/03036_test_parquet_bloom_filter_push_down.sh
2026-05-06 18:31:11 101117 /usr/bin/clickhouse-client --send_logs_level=warning --database=test_l818fotn --log_comment 03036_test_parquet_bloom_filter_push_down.sh --max_insert_threads 3 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 48455266 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 11515343 --max_read_buffer_size 892301 --prefer_localhost_replica 1 --max_block_size 18535 --max_joined_block_size_rows 78508 --max_threads 3 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 1 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 66 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 16026476 --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 1 --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 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 5 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 204376550 --min_compress_block_size 6623 --max_compress_block_size 1463833 --merge_tree_compact_parts_min_granules_to_multibuffer_read 71 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 3583743 --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 False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.14 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 0 --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 1 --index_granularity_bytes 14369920 --merge_max_block_size 16491 --index_granularity 64401 --min_bytes_for_wide_part 668599026 --marks_compress_block_size 29354 --primary_key_compress_block_size 29234 --replace_long_file_name_to_hash 1 --max_file_name_length 0 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 119524192 --compact_parts_max_granules_to_buffer 107 --compact_parts_merge_max_bytes_to_prefetch_part 13607962 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 0 --old_parts_lifetime 74 --allow_repeated_settings --client_logs_file=./client.fatal.log --query=select count(*) from file('/var/lib/clickhouse/user_files/03036_test_parquet_bloom_filter_push_down_test_l818fotn/multi_column_bf.gz.parquet', Parquet) SETTINGS use_cache_for_count_from_files=false;
2026-05-06 18:31:11 Process group 100375 should be killed
2026-05-06 18:31:11 03036_test_parquet_bloom_filter_push_down: [ FAIL ] 600.03 sec.
2026-05-06 18:31:11 Reason: Timeout! ########## Short fault info ############
2026-05-06 18:31:11 (version 24.8.14.10546.altinitytest (altinity build), build id: , git hash: ) (from thread 101117) Received signal 20
2026-05-06 18:31:11 Signal description: Stopped
2026-05-06 18:31:11 This is a signal used for debugging purposes by the user.
2026-05-06 18:31:11 Stack trace: 0x000000000d4d927c 0x00007f503e5ab520 0x00007f503e681bd0 0x00000000153b6fe2 0x00000000153b7110 0x000000000d34e504 0x000000001249b860 0x0000000012498ef6 0x00000000124a3d71 0x00000000124a5250 0x00000000124aa17b 0x000000000d41c497 0x00000000153d9cc6 0x000000000d42ba82 0x0000000007e0fb0e 0x00007f503e592d90 0x00007f503e592e40 0x00000000061ed02e
2026-05-06 18:31:11 ########################################
2026-05-06 18:31:11 (version 24.8.14.10546.altinitytest (altinity build), build id: , git hash: ) (from thread 101117) (no query) Received signal Stopped (20)
2026-05-06 18:31:11 This is a signal used for debugging purposes by the user.
2026-05-06 18:31:11 Stack trace: 0x000000000d4d927c 0x00007f503e5ab520 0x00007f503e681bd0 0x00000000153b6fe2 0x00000000153b7110 0x000000000d34e504 0x000000001249b860 0x0000000012498ef6 0x00000000124a3d71 0x00000000124a5250 0x00000000124aa17b 0x000000000d41c497 0x00000000153d9cc6 0x000000000d42ba82 0x0000000007e0fb0e 0x00007f503e592d90 0x00007f503e592e40 0x00000000061ed02e
2026-05-06 18:31:11
2026-05-06 18:31:11 Settings used in the test: --max_insert_threads 3 --group_by_two_level_threshold 1 --group_by_two_level_threshold_bytes 48455266 --distributed_aggregation_memory_efficient 1 --fsync_metadata 0 --output_format_parallel_formatting 0 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 11515343 --max_read_buffer_size 892301 --prefer_localhost_replica 1 --max_block_size 18535 --max_joined_block_size_rows 78508 --max_threads 3 --optimize_append_index 1 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 1 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 66 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 16026476 --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 1 --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 1Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 5 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 204376550 --min_compress_block_size 6623 --max_compress_block_size 1463833 --merge_tree_compact_parts_min_granules_to_multibuffer_read 71 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 3583743 --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 False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.14 --prefer_external_sort_block_bytes 1 --cross_join_min_rows_to_compress 0 --cross_join_min_bytes_to_compress 0 --min_external_table_block_size_bytes 0 --max_parsing_threads 10 --optimize_functions_to_subcolumns 1 --parallel_replicas_local_plan 0
2026-05-06 18:31:11
2026-05-06 18:31:11 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 1 --index_granularity_bytes 14369920 --merge_max_block_size 16491 --index_granularity 64401 --min_bytes_for_wide_part 668599026 --marks_compress_block_size 29354 --primary_key_compress_block_size 29234 --replace_long_file_name_to_hash 1 --max_file_name_length 0 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 119524192 --compact_parts_max_granules_to_buffer 107 --compact_parts_merge_max_bytes_to_prefetch_part 13607962 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 0 --old_parts_lifetime 74
2026-05-06 18:31:11
2026-05-06 18:31:11 Database: test_l818fotn
2026-05-06 18:31:12 Process Process-9:
2026-05-06 18:31:12 Traceback (most recent call last):
2026-05-06 18:31:12 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
2026-05-06 18:31:12 self.run()
2026-05-06 18:31:12 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
2026-05-06 18:31:12 self._target(*self._args, **self._kwargs)
2026-05-06 18:31:12 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process
2026-05-06 18:31:12 return run_tests_array(*args, **kwargs)
2026-05-06 18:31:12 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array
2026-05-06 18:31:12 stop_tests()
2026-05-06 18:31:12 File "/usr/bin/clickhouse-test", line 442, in stop_tests
2026-05-06 18:31:12 cleanup_child_processes(os.getpid())
2026-05-06 18:31:12 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes
2026-05-06 18:31:12 child_pgid = os.getpgid(child)
2026-05-06 18:31:12 ProcessLookupError: [Errno 3] No such process
2026-05-06 18:31:12 Child processes of 1551:
2026-05-06 18:31:12 102233 /bin/sh -c pgrep --parent 1551 -a
2026-05-06 18:31:12 Process Process-10:
2026-05-06 18:31:12 Traceback (most recent call last):
2026-05-06 18:31:12 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
2026-05-06 18:31:12 self.run()
2026-05-06 18:31:12 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
2026-05-06 18:31:12 self._target(*self._args, **self._kwargs)
2026-05-06 18:31:12 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process
2026-05-06 18:31:12 return run_tests_array(*args, **kwargs)
2026-05-06 18:31:12 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array
2026-05-06 18:31:12 stop_tests()
2026-05-06 18:31:12 File "/usr/bin/clickhouse-test", line 442, in stop_tests
2026-05-06 18:31:12 cleanup_child_processes(os.getpid())
2026-05-06 18:31:12 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes
2026-05-06 18:31:12 child_pgid = os.getpgid(child)
2026-05-06 18:31:12 ProcessLookupError: [Errno 3] No such process
2026-05-06 18:31:12 Child processes of 1554:
2026-05-06 18:31:12 102232 /bin/sh -c pgrep --parent 1554 -a
2026-05-06 18:31:12 Killing process group 100556
2026-05-06 18:31:12 Processes in process group 100556:
2026-05-06 18:31:12 100556 /bin/sh -c /usr/bin/clickhouse-client --log_comment '00369_int_div_of_float.sql' --database=test_wohlar1x --send_logs_level=warning --multiquery --max_insert_threads 3 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 42292383 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 12775842 --max_read_buffer_size 750365 --prefer_localhost_replica 1 --max_block_size 43626 --max_joined_block_size_rows 57014 --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 74 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 793684 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 363629993 --local_filesystem_read_method io_uring --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 1 --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 8Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 21 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 2107645744 --min_compress_block_size 1127392 --max_compress_block_size 2087963 --merge_tree_compact_parts_min_granules_to_multibuffer_read 110 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 107003 --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 America/Mazatlan --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.99 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 0 --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 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 1818703049 --index_granularity_bytes 15592171 --merge_max_block_size 13659 --index_granularity 65351 --min_bytes_for_wide_part 731904272 --marks_compress_block_size 22693 --primary_key_compress_block_size 49993 --replace_long_file_name_to_hash 1 --max_file_name_length 91 --min_bytes_for_full_part_storage 119766760 --compact_parts_max_bytes_to_buffer 488770812 --compact_parts_max_granules_to_buffer 1 --compact_parts_merge_max_bytes_to_prefetch_part 2438472 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 0 --old_parts_lifetime 393 --allow_repeated_settings --client_logs_file=./client.fatal.log < /usr/share/clickhouse-test/queries/0_stateless/00369_int_div_of_float.sql > /tmp/clickhouse-test/0_stateless/00369_int_div_of_float.stdout 2> /tmp/clickhouse-test/0_stateless/00369_int_div_of_float.stderr
2026-05-06 18:31:12 100557 /usr/bin/clickhouse-client --log_comment 00369_int_div_of_float.sql --database=test_wohlar1x --send_logs_level=warning --multiquery --max_insert_threads 3 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 42292383 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 12775842 --max_read_buffer_size 750365 --prefer_localhost_replica 1 --max_block_size 43626 --max_joined_block_size_rows 57014 --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 74 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 793684 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 363629993 --local_filesystem_read_method io_uring --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 1 --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 8Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 21 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 2107645744 --min_compress_block_size 1127392 --max_compress_block_size 2087963 --merge_tree_compact_parts_min_granules_to_multibuffer_read 110 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 107003 --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 America/Mazatlan --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.99 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 0 --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 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 1818703049 --index_granularity_bytes 15592171 --merge_max_block_size 13659 --index_granularity 65351 --min_bytes_for_wide_part 731904272 --marks_compress_block_size 22693 --primary_key_compress_block_size 49993 --replace_long_file_name_to_hash 1 --max_file_name_length 91 --min_bytes_for_full_part_storage 119766760 --compact_parts_max_bytes_to_buffer 488770812 --compact_parts_max_granules_to_buffer 1 --compact_parts_merge_max_bytes_to_prefetch_part 2438472 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 0 --old_parts_lifetime 393 --allow_repeated_settings --client_logs_file=./client.fatal.log
2026-05-06 18:31:12 Process group 100556 should be killed
2026-05-06 18:31:12 00369_int_div_of_float: [ FAIL ] 600.01 sec.
2026-05-06 18:31:12 Reason: Timeout! ########## Short fault info ############
2026-05-06 18:31:12 (version 24.8.14.10546.altinitytest (altinity build), build id: , git hash: ) (from thread 100557) Received signal 20
2026-05-06 18:31:12 Signal description: Stopped
2026-05-06 18:31:12 This is a signal used for debugging purposes by the user.
2026-05-06 18:31:12 Stack trace: 0x000000000d4d927c 0x00007f589e2e1520 0x00007f589e3b7bd0 0x00000000153b6fe2 0x00000000153b7110 0x000000000d34e504 0x000000001249b860 0x0000000012498ef6 0x00000000124a3d71 0x00000000124a5250 0x00000000124aa2d3 0x000000000d41c497 0x00000000153d9cc6 0x000000000d42ba82 0x0000000007e0fb0e 0x00007f589e2c8d90 0x00007f589e2c8e40 0x00000000061ed02e
2026-05-06 18:31:12 ########################################
2026-05-06 18:31:12 (version 24.8.14.10546.altinitytest (altinity build), build id: , git hash: ) (from thread 100557) (no query) Received signal Stopped (20)
2026-05-06 18:31:12 This is a signal used for debugging purposes by the user.
2026-05-06 18:31:12 Stack trace: 0x000000000d4d927c 0x00007f589e2e1520 0x00007f589e3b7bd0 0x00000000153b6fe2 0x00000000153b7110 0x000000000d34e504 0x000000001249b860 0x0000000012498ef6 0x00000000124a3d71 0x00000000124a5250 0x00000000124aa2d3 0x000000000d41c497 0x00000000153d9cc6 0x000000000d42ba82 0x0000000007e0fb0e 0x00007f589e2c8d90 0x00007f589e2c8e40 0x00000000061ed02e
2026-05-06 18:31:12
2026-05-06 18:31:12 Settings used in the test: --max_insert_threads 3 --group_by_two_level_threshold 1000000 --group_by_two_level_threshold_bytes 42292383 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 12775842 --max_read_buffer_size 750365 --prefer_localhost_replica 1 --max_block_size 43626 --max_joined_block_size_rows 57014 --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 74 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 793684 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 1 --min_bytes_to_use_mmap_io 363629993 --local_filesystem_read_method io_uring --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 1 --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 8Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 21 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 0 --max_bytes_before_external_group_by 0 --max_bytes_before_remerge_sort 2107645744 --min_compress_block_size 1127392 --max_compress_block_size 2087963 --merge_tree_compact_parts_min_granules_to_multibuffer_read 110 --optimize_sorting_by_input_stream_properties 0 --http_response_buffer_size 107003 --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 America/Mazatlan --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.99 --prefer_external_sort_block_bytes 100000000 --cross_join_min_rows_to_compress 0 --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
2026-05-06 18:31:12
2026-05-06 18:31:12 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 1818703049 --index_granularity_bytes 15592171 --merge_max_block_size 13659 --index_granularity 65351 --min_bytes_for_wide_part 731904272 --marks_compress_block_size 22693 --primary_key_compress_block_size 49993 --replace_long_file_name_to_hash 1 --max_file_name_length 91 --min_bytes_for_full_part_storage 119766760 --compact_parts_max_bytes_to_buffer 488770812 --compact_parts_max_granules_to_buffer 1 --compact_parts_merge_max_bytes_to_prefetch_part 2438472 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 0 --old_parts_lifetime 393
2026-05-06 18:31:12
2026-05-06 18:31:12 Database: test_wohlar1x
2026-05-06 18:31:12 Process Process-6:
2026-05-06 18:31:12 Traceback (most recent call last):
2026-05-06 18:31:12 File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
2026-05-06 18:31:12 self.run()
2026-05-06 18:31:12 File "/usr/lib/python3.10/multiprocessing/process.py", line 108, in run
2026-05-06 18:31:12 self._target(*self._args, **self._kwargs)
2026-05-06 18:31:12 File "/usr/bin/clickhouse-test", line 2528, in run_tests_process
2026-05-06 18:31:12 return run_tests_array(*args, **kwargs)
2026-05-06 18:31:12 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array
2026-05-06 18:31:12 stop_tests()
2026-05-06 18:31:12 File "/usr/bin/clickhouse-test", line 442, in stop_tests
2026-05-06 18:31:12 cleanup_child_processes(os.getpid())
2026-05-06 18:31:12 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes
2026-05-06 18:31:12 child_pgid = os.getpgid(child)
2026-05-06 18:31:12 ProcessLookupError: [Errno 3] No such process
2026-05-06 18:31:12 Child processes of 1542:
2026-05-06 18:31:12 102244 /bin/sh -c pgrep --parent 1542 -a
2026-05-06 18:31:50 Hang up check failed
2026-05-06 18:31:50 Server died, terminating all processes...
2026-05-06 18:31:50 Running 574 stateless tests (MainProcess).
2026-05-06 18:31:50 Child processes of 1523:
2026-05-06 18:31:50 1526 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
2026-05-06 18:31:50 1531 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
2026-05-06 18:31:50 102254 /bin/sh -c pgrep --parent 1523 -a
2026-05-06 18:31:50 Traceback (most recent call last):
2026-05-06 18:31:50 File "/usr/bin/clickhouse-test", line 3626, in
2026-05-06 18:31:50 main(args)
2026-05-06 18:31:50 File "/usr/bin/clickhouse-test", line 2976, in main
2026-05-06 18:31:50 total_tests_run += do_run_tests(args.jobs, test_suite)
2026-05-06 18:31:50 File "/usr/bin/clickhouse-test", line 2599, in do_run_tests
2026-05-06 18:31:50 run_tests_array(
2026-05-06 18:31:50 File "/usr/bin/clickhouse-test", line 2246, in run_tests_array
2026-05-06 18:31:51 stop_tests()
2026-05-06 18:31:51 File "/usr/bin/clickhouse-test", line 442, in stop_tests
2026-05-06 18:31:51 cleanup_child_processes(os.getpid())
2026-05-06 18:31:51 File "/usr/bin/clickhouse-test", line 430, in cleanup_child_processes
2026-05-06 18:31:51 child_pgid = os.getpgid(child)
2026-05-06 18:31:51 ProcessLookupError: [Errno 3] No such process
Files in current directory
+ set -e
+ echo 'Files in current directory'
+ ls -la ./
total 127312
drwxr-xr-x 1 root root 4096 May 6 18:28 .
drwxr-xr-x 1 root root 4096 May 6 18:28 ..
-rw-rw-r-- 1 1000 1000 119 May 6 17:59 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 2380 Feb 1 2025 attach_gdb.lib
-rw-r--r-- 1 root root 1481 May 6 18:08 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4239 May 6 18:08 __azurite_db_blob__.json
-rw-r--r-- 1 root root 44321 May 6 18:31 azurite_log
lrwxrwxrwx 1 root root 7 Sep 12 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 May 6 18:08 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 1582 May 6 17:59 broken_tests.json
-rw-r--r-- 1 root root 8924 May 6 18:28 client.fatal.log
drwxr-xr-x 14 root root 3860 May 6 18:06 dev
-rwxr-xr-x 1 root root 0 May 6 18:06 .dockerenv
drwxr-xr-x 1 root root 4096 May 6 18:07 etc
drwxr-xr-x 1 1000 1000 4096 May 6 18:07 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 12 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 12 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 12 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 12 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 26927256 Feb 1 2025 mc
drwxr-xr-x 2 root root 4096 Sep 12 2024 media
-rwxr-xr-x 1 root root 103174296 Feb 1 2025 minio
drwxr-xr-x 4 root root 4096 May 6 18:07 minio_data
drwxr-xr-x 2 root root 4096 Sep 12 2024 mnt
drwxr-xr-x 1 root root 4096 Feb 1 2025 opt
-rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 May 6 18:06 package_folder
dr-xr-xr-x 316 root root 0 May 6 18:06 proc
-rwxrwxr-x 1 root root 9627 Feb 1 2025 process_functional_tests_result.py
-rw-rw-r-- 1 root root 837 Feb 1 2025 requirements.txt
drwx------ 1 root root 4096 May 6 18:17 root
drwxr-xr-x 1 root root 4096 May 6 18:07 run
-rwxrwxr-x 1 root root 22124 Feb 1 2025 run.sh
lrwxrwxrwx 1 root root 8 Sep 12 2024 sbin -> usr/sbin
-rw-r--r-- 1 root root 747 May 6 18:08 script.gdb
-rwxrwxr-x 1 root root 10374 Feb 1 2025 setup_export_logs.sh
-rwxrwxr-x 1 root root 360 Feb 1 2025 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3456 Feb 1 2025 setup_minio.sh
drwxr-xr-x 2 root root 4096 Sep 12 2024 srv
-rw-rw-r-- 1 root root 14015 Feb 1 2025 stress_tests.lib
dr-xr-xr-x 13 root root 0 May 6 18:06 sys
drwxrwxr-x 2 1000 1000 4096 May 6 18:08 test_output
drwxrwxrwt 1 root root 4096 May 6 18:31 tmp
drwxr-xr-x 1 root root 4096 Sep 12 2024 usr
-rw-rw-r-- 1 root root 897 Feb 1 2025 utils.lib
drwxr-xr-x 1 root root 4096 Sep 12 2024 var
+ echo 'Files in root directory'
+ ls -la /
Files in root directory
total 127312
drwxr-xr-x 1 root root 4096 May 6 18:28 .
drwxr-xr-x 1 root root 4096 May 6 18:28 ..
-rw-rw-r-- 1 1000 1000 119 May 6 17:59 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 2380 Feb 1 2025 attach_gdb.lib
-rw-r--r-- 1 root root 1481 May 6 18:08 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4239 May 6 18:08 __azurite_db_blob__.json
-rw-r--r-- 1 root root 44321 May 6 18:31 azurite_log
lrwxrwxrwx 1 root root 7 Sep 12 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 May 6 18:08 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 1582 May 6 17:59 broken_tests.json
-rw-r--r-- 1 root root 8924 May 6 18:28 client.fatal.log
drwxr-xr-x 14 root root 3860 May 6 18:06 dev
-rwxr-xr-x 1 root root 0 May 6 18:06 .dockerenv
drwxr-xr-x 1 root root 4096 May 6 18:07 etc
drwxr-xr-x 1 1000 1000 4096 May 6 18:07 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 12 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 12 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 12 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 12 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 26927256 Feb 1 2025 mc
drwxr-xr-x 2 root root 4096 Sep 12 2024 media
-rwxr-xr-x 1 root root 103174296 Feb 1 2025 minio
drwxr-xr-x 4 root root 4096 May 6 18:07 minio_data
drwxr-xr-x 2 root root 4096 Sep 12 2024 mnt
drwxr-xr-x 1 root root 4096 Feb 1 2025 opt
-rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 May 6 18:06 package_folder
dr-xr-xr-x 316 root root 0 May 6 18:06 proc
-rwxrwxr-x 1 root root 9627 Feb 1 2025 process_functional_tests_result.py
-rw-rw-r-- 1 root root 837 Feb 1 2025 requirements.txt
drwx------ 1 root root 4096 May 6 18:17 root
drwxr-xr-x 1 root root 4096 May 6 18:07 run
-rwxrwxr-x 1 root root 22124 Feb 1 2025 run.sh
lrwxrwxrwx 1 root root 8 Sep 12 2024 sbin -> usr/sbin
-rw-r--r-- 1 root root 747 May 6 18:08 script.gdb
-rwxrwxr-x 1 root root 10374 Feb 1 2025 setup_export_logs.sh
-rwxrwxr-x 1 root root 360 Feb 1 2025 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3456 Feb 1 2025 setup_minio.sh
drwxr-xr-x 2 root root 4096 Sep 12 2024 srv
-rw-rw-r-- 1 root root 14015 Feb 1 2025 stress_tests.lib
dr-xr-xr-x 13 root root 0 May 6 18:06 sys
drwxrwxr-x 2 1000 1000 4096 May 6 18:08 test_output
drwxrwxrwt 1 root root 4096 May 6 18:31 tmp
drwxr-xr-x 1 root root 4096 Sep 12 2024 usr
-rw-rw-r-- 1 root root 897 Feb 1 2025 utils.lib
drwxr-xr-x 1 root root 4096 Sep 12 2024 var
+ /process_functional_tests_result.py
2026-05-06 18:31:56,762 File /analyzer_tech_debt.txt with broken tests found
2026-05-06 18:31:56,833 File /broken_tests.json with broken tests found
2026-05-06 18:31:56,863 Broken tests in the list: 4
2026-05-06 18:31:56,883 Find files in result folder test_result.txt,gdb.log,run.log,minio.log,hdfs_minicluster.log
2026-05-06 18:31:58,358 Is flaky check: False
2026-05-06 18:31:58,402 Result parsed
2026-05-06 18:31:58,828 Result written
+ clickhouse-client -q 'system flush logs'
Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:43570, 300000 ms): (localhost:9000, ::1, local address: [::1]:43570). (SOCKET_TIMEOUT)
+ :
+ stop_logs_replication
+ echo 'Detach all logs replication'
Detach all logs replication
+ clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')'
+ tee /dev/stderr
+ timeout --preserve-status --signal TERM --kill-after 5m 15m xargs -n1 -r -i clickhouse-client --query 'drop table {}'
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]:58562, 300000 ms): (localhost:9000, ::1, local address: [::1]:58562). (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]:36914, 300000 ms): (localhost:9000, ::1, local address: [::1]:36914). (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]:60998, 300000 ms): (localhost:9000, ::1, local address: [::1]:60998). (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]:37090, 300000 ms): (localhost:9000, ::1, local address: [::1]:37090). (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]:48866, 300000 ms): (localhost:9000, ::1, local address: [::1]:48866). (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]:44600, 300000 ms): (localhost:9000, ::1, local address: [::1]:44600). (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]:48966, 300000 ms): (localhost:9000, ::1, local address: [::1]:48966). (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]:51648, 300000 ms): (localhost:9000, ::1, local address: [::1]:51648). (SOCKET_TIMEOUT)
+ failed_to_save_logs=1
+ [[ 0 -eq 1 ]]
+ [[ 0 -eq 1 ]]
+ sleep 1
+ clickhouse-client -q 'SYSTEM FLUSH ASYNC INSERT QUEUE'
Code: 209. DB::NetException: Timeout exceeded while reading from socket (peer: [::1]:9000, local: [::1]:38466, 300000 ms): (localhost:9000, ::1, local address: [::1]:38466). (SOCKET_TIMEOUT)