diff --git a/ci/defs/job_configs.py b/ci/defs/job_configs.py index 1a50efa64c40..282ec164d007 100644 --- a/ci/defs/job_configs.py +++ b/ci/defs/job_configs.py @@ -123,7 +123,7 @@ class JobConfigs: command='python3 ./ci/jobs/build_clickhouse.py --build-type "{PARAMETER}"', # --network=host required for ec2 metadata http endpoint to work run_in_docker=BINARY_DOCKER_COMMAND, - timeout=3600 * 2, + timeout=3600 * 3, digest_config=build_digest_config, post_hooks=[ "python3 ./ci/jobs/scripts/job_hooks/build_master_head_hook.py", diff --git a/tests/broken_tests.yaml b/tests/broken_tests.yaml index 11eed3824d6d..62193e4fd29a 100644 --- a/tests/broken_tests.yaml +++ b/tests/broken_tests.yaml @@ -202,6 +202,11 @@ - name: test_async_load_databases/test.py::test_materialized_views_replicated reason: 'KNOWN: Flaky upstream test. Fixed in upstream PR #88573 but not backported to 25.8.' message: 'DATABASE_ALREADY_EXISTS' +- name: 03579_create_table_populate_from_s3 + reason: 'KNOWN: Regression from #1875 (backport of upstream #104881); upstream fix pending in ClickHouse#109266.' + message: 'Not found column __table1.' + check_types: + - DatabaseReplicated # Regex rules should be ordered from most specific to least specific. # regex: true applies to name, message, and not_message fields, but not to reason or check_types fields.