Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions tests/broken_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:'
Expand Down Expand Up @@ -130,6 +133,16 @@
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: 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'
Expand All @@ -154,6 +167,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
Expand Down
Loading