Skip to content

Commit afed935

Browse files
committed
update broken_tests.yaml
1 parent 28a978f commit afed935

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

tests/broken_tests.yaml

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,41 @@
201201
- name: test_storage_s3_queue/test_0.py::test_move_after_processing[same_bucket-AzureQueue]
202202
reason: 'INVESTIGATE: Fails on ARM'
203203
check_types:
204-
- arm
204+
- arm_binary
205+
- name: test_backup_restore_s3/test.py::test_backup_to_s3_different_credentials[data_file_name_from_checksum-non_native_single]
206+
reason: 'INVESTIGATE: Timeout on tsan'
207+
message: 'Timeout exceeded'
208+
check_types:
209+
- tsan
210+
- name: test_backup_restore_s3/test.py::test_backup_restore_system_tables_with_plain_rewritable_disk[data_file_name_from_checksum]
211+
reason: 'INVESTIGATE: Timeout on tsan'
212+
message: 'Timeout exceeded'
213+
check_types:
214+
- tsan
215+
- name: test_backup_restore_s3/test.py::test_backup_restore_system_tables_with_plain_rewritable_disk[data_file_name_from_first_file_name]
216+
reason: 'INVESTIGATE: Timeout on tsan'
217+
message: 'Timeout exceeded'
218+
check_types:
219+
- tsan
220+
- name: test_checking_s3_blobs_paranoid/test.py::test_when_s3_timeout_at_listing
221+
reason: 'INVESTIGATE: Unstable on tsan'
222+
message: 'Client failed!'
223+
check_types:
224+
- tsan
225+
- name: test_checking_s3_blobs_paranoid/test.py::test_query_is_canceled_with_inf_retries
226+
reason: 'INVESTIGATE: Unstable on tsan'
227+
message: 'Client failed!'
228+
check_types:
229+
- tsan
230+
- name: test_checking_s3_blobs_paranoid/test.py::test_adaptive_timeouts[node_with_inf_s3_retries]
231+
reason: 'INVESTIGATE: Unstable on tsan'
232+
message: 'Client failed!'
233+
check_types:
234+
- tsan
205235

206236
# Regex rules should be ordered from most specific to least specific.
207237
# regex: true applies to name, message, and not_message fields, but not to reason or check_types fields.
238+
# If a test fail matches multiple rules, the report will take the reason from the first name that matches, ignoring message and not_message fields.
208239

209240
# Match all sanitizer related timeouts in stateless tests
210241
# Note that this style of multiline string is inserting a space before each |.

0 commit comments

Comments
 (0)