|
3 | 3 | "reason": "INVESTIGATE - Sometimes out of memory with msan", |
4 | 4 | "message": "DB::Exception: (total) memory limit exceeded", |
5 | 5 | "check_types": [ |
| 6 | + "asan", |
6 | 7 | "msan" |
7 | 8 | ] |
8 | 9 | }, |
|
25 | 26 | }, |
26 | 27 | "00988_expansion_aliases_limit": { |
27 | 28 | "reason": "INVESTIGATE - Timeout. Unstable?", |
| 29 | + "message": "Timeout", |
28 | 30 | "check_types": [ |
29 | | - "tsan" |
| 31 | + "tsan", |
| 32 | + "msan" |
30 | 33 | ] |
31 | 34 | }, |
32 | 35 | "03532_crash_in_aggregation_because_of_lost_exception": { |
|
61 | 64 | }, |
62 | 65 | "02479_race_condition_between_insert_and_droppin_mv": { |
63 | 66 | "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", |
65 | 82 | "check_types": [ |
66 | 83 | "tsan" |
67 | 84 | ] |
|
164 | 181 | }, |
165 | 182 | "00024_random_counters": { |
166 | 183 | "reason": "INVESTIGATE - timeout", |
167 | | - "message": "Timeout! Killing process group", |
168 | | - "check_types": [ |
169 | | - "msan" |
170 | | - ] |
| 184 | + "message": "Timeout! Killing process group" |
171 | 185 | }, |
172 | 186 | "03127_system_unload_primary_key_table": { |
173 | 187 | "reason": "INVESTIGATE - timeout", |
|
306 | 320 | "tsan" |
307 | 321 | ] |
308 | 322 | }, |
| 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 | + }, |
309 | 330 | "02435_rollback_cancelled_queries": { |
310 | 331 | "reason": "INVESTIGATE - Unstable?", |
311 | 332 | "message": "There is no current transaction. (INVALID_TRANSACTION)", |
|
366 | 387 | "tsan" |
367 | 388 | ] |
368 | 389 | }, |
| 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 | + }, |
369 | 397 | "test_database_hms/test.py::test_list_tables": { |
370 | 398 | "reason": "INVESTIGATE - Strange fail sometimes", |
371 | 399 | "message": "failed to solve: failed to read expected number of bytes: unexpected EOF" |
|
0 commit comments