Skip to content

Commit 5776ef0

Browse files
committed
update broken_tests.json
1 parent 3432a07 commit 5776ef0

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

tests/broken_tests.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,23 @@
339339
]
340340
},
341341
"00284_external_aggregation": {
342-
"reason": "INVESTIGATE - Timeout in query on tsan",
342+
"reason": "INVESTIGATE - Timeout in query on tsan, msan",
343343
"message": "DB::Exception: Timeout exceeded",
344+
"check_types": [
345+
"tsan",
346+
"msan"
347+
]
348+
},
349+
"03550_analyzer_remote_view_columns": {
350+
"reason": "INVESTIGATE - Timeout on tsan",
351+
"message": "DB::Exception: Timeout exceeded (180 s) while flushing system log",
352+
"check_types": [
353+
"tsan"
354+
]
355+
},
356+
"01630_simple_aggregate_all_functions_in_aggregating_merge_tree": {
357+
"reason": "INVESTIGATE - Timeout on tsan",
358+
"message": "Timeout exceeded",
344359
"check_types": [
345360
"tsan"
346361
]

0 commit comments

Comments
 (0)