Skip to content

Commit 52d152b

Browse files
committed
update broken_tests.json
1 parent dfcef0e commit 52d152b

File tree

1 file changed

+34
-6
lines changed

1 file changed

+34
-6
lines changed

tests/broken_tests.json

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"reason": "INVESTIGATE - Sometimes out of memory with msan",
44
"message": "DB::Exception: (total) memory limit exceeded",
55
"check_types": [
6+
"asan",
67
"msan"
78
]
89
},
@@ -25,8 +26,10 @@
2526
},
2627
"00988_expansion_aliases_limit": {
2728
"reason": "INVESTIGATE - Timeout. Unstable?",
29+
"message": "Timeout",
2830
"check_types": [
29-
"tsan"
31+
"tsan",
32+
"msan"
3033
]
3134
},
3235
"03532_crash_in_aggregation_because_of_lost_exception": {
@@ -61,7 +64,21 @@
6164
},
6265
"02479_race_condition_between_insert_and_droppin_mv": {
6366
"reason": "INVESTIGATE - Timeout in ClickHouse query",
64-
"message": "Timeout exceeded while receiving data from server.",
67+
"message": "Timeout",
68+
"check_types": [
69+
"tsan"
70+
]
71+
},
72+
"03273_ghdata_json_to_json_alter": {
73+
"reason": "INVESTIGATE - Timeout in ClickHouse query",
74+
"message": "DB::Exception: Timeout exceeded",
75+
"check_types": [
76+
"tsan"
77+
]
78+
},
79+
"02389_analyzer_nested_lambda": {
80+
"reason": "INVESTIGATE - Timeout in ClickHouse query",
81+
"message": "DB::Exception: Timeout exceeded",
6582
"check_types": [
6683
"tsan"
6784
]
@@ -164,10 +181,7 @@
164181
},
165182
"00024_random_counters": {
166183
"reason": "INVESTIGATE - timeout",
167-
"message": "Timeout! Killing process group",
168-
"check_types": [
169-
"msan"
170-
]
184+
"message": "Timeout! Killing process group"
171185
},
172186
"03127_system_unload_primary_key_table": {
173187
"reason": "INVESTIGATE - timeout",
@@ -306,6 +320,13 @@
306320
"tsan"
307321
]
308322
},
323+
"02967_parallel_replicas_join_algo_and_analyzer_1": {
324+
"reason": "INVESTIGATE - Timeout. Unstable?",
325+
"message": "Timeout! Killing process group",
326+
"check_types": [
327+
"tsan"
328+
]
329+
},
309330
"02435_rollback_cancelled_queries": {
310331
"reason": "INVESTIGATE - Unstable?",
311332
"message": "There is no current transaction. (INVALID_TRANSACTION)",
@@ -366,6 +387,13 @@
366387
"tsan"
367388
]
368389
},
390+
"test_s3_cache_locality/test.py::test_cache_locality[0]": {
391+
"reason": "INVESTIGATE - Timeout on asan",
392+
"message": "Failed: Timeout >900.0s",
393+
"check_types": [
394+
"asan"
395+
]
396+
},
369397
"test_database_hms/test.py::test_list_tables": {
370398
"reason": "INVESTIGATE - Strange fail sometimes",
371399
"message": "failed to solve: failed to read expected number of bytes: unexpected EOF"

0 commit comments

Comments
 (0)