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
7 changes: 5 additions & 2 deletions tests/broken_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
message: result differs with reference
check_types:
- msan
- tsan
- name: 02676_optimize_old_parts_replicated
reason: INVESTIGATE - Unstable on tsan
message: result differs with reference
Expand Down Expand Up @@ -186,8 +187,10 @@
reason: 'KNOWN: Occasional timeout'
message: docker_compose_iceberg_hms_catalog.yml', '--verbose', 'up', '-d']' timed out after 300 seconds
- name: test_keeper_memory_soft_limit/test.py::test_soft_limit_create
reason: 'INVESTIGATE: Out of Memory'
message: 'Coordination error: Out of Memory.'
reason: 'INVESTIGATE: Out of Memory or startup instability'
- name: test_s3_cache_locality/test.py::test_cache_locality[0]
reason: 'INVESTIGATE: Timeout'
message: 'Failed: Timeout >900.0s'

# 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.
Expand Down
Loading