From 1324dbd6bae8ef0c375d6c4545d3041a2f37257a Mon Sep 17 00:00:00 2001 From: CarlosFelipeOR Date: Tue, 16 Jun 2026 23:19:12 -0300 Subject: [PATCH 1/3] Mark two tests as broken on Antalya 26.3 Signed-off-by: CarlosFelipeOR --- tests/broken_tests.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/broken_tests.yaml b/tests/broken_tests.yaml index b03a1e11375b..7a7869b3476e 100644 --- a/tests/broken_tests.yaml +++ b/tests/broken_tests.yaml @@ -29,6 +29,9 @@ - name: 03441_deltalake_clickhouse_virtual_columns reason: INVESTIGATE - S3 sometimes unreachable message: 'Error interacting with object store: Generic S3 error: Error performing GET' +- name: 00157_cache_dictionary + reason: 'KNOWN: Timeout on slow Altinity runners (passes upstream)' + message: 'DB::Exception: Timeout exceeded' - name: 00167_read_bytes_from_fs reason: INVESTIGATE - Memory limit exceeded message: 'DB::Exception: (total) memory limit exceeded:' @@ -154,6 +157,12 @@ check_types: - tsan - msan +- name: test_scheduler_cpu_preemptive/test.py::test_cpu_time_fairness[random_longer_prd] + reason: INVESTIGATE - Unstable on tsan, msan + message: 'Failed: Timeout (>900.0s)' + check_types: + - tsan + - msan - name: test_grpc_protocol/test.py::test_ipv6_select_one reason: INVESTIGATE - Internal test timeout message: FutureTimeoutError From 91bf2bd932978e4ed51061cb80115290ec1be0de Mon Sep 17 00:00:00 2001 From: CarlosFelipeOR Date: Fri, 5 Jun 2026 16:00:41 -0300 Subject: [PATCH 2/3] Mark 03443_shared_storage_snapshots as Broken on asan Signed-off-by: CarlosFelipeOR --- tests/broken_tests.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/broken_tests.yaml b/tests/broken_tests.yaml index 7a7869b3476e..4bb3ab1f40b6 100644 --- a/tests/broken_tests.yaml +++ b/tests/broken_tests.yaml @@ -133,6 +133,11 @@ message: 'curl: (28) Operation timed out' check_types: - debug +- name: 03443_shared_storage_snapshots + reason: KNOWN - Unstable on asan + message: 'All iterations has been failed. Unable to test snapshot sharing disabled' + check_types: + - asan - name: test_storage_s3_queue/test_5.py::test_migration[1-s3queue_] reason: KNOWN - Sometimes fails due to test order message: 'Failed: Timeout >900.0s' From 5abee64387857b117ddff9e58024499667bc83af Mon Sep 17 00:00:00 2001 From: CarlosFelipeOR Date: Wed, 17 Jun 2026 11:35:13 -0300 Subject: [PATCH 3/3] Mark 03572_export_merge_tree_part_limits_and_table_functions as Broken on tsan Signed-off-by: CarlosFelipeOR --- tests/broken_tests.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/broken_tests.yaml b/tests/broken_tests.yaml index 4bb3ab1f40b6..284813b6aec3 100644 --- a/tests/broken_tests.yaml +++ b/tests/broken_tests.yaml @@ -138,6 +138,11 @@ message: 'All iterations has been failed. Unable to test snapshot sharing disabled' check_types: - asan +- name: 03572_export_merge_tree_part_limits_and_table_functions + reason: 'INVESTIGATE - Unstable on tsan' + message: 'timeout: 60s' + check_types: + - tsan - name: test_storage_s3_queue/test_5.py::test_migration[1-s3queue_] reason: KNOWN - Sometimes fails due to test order message: 'Failed: Timeout >900.0s'