Skip to content

Commit a991d61

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

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

tests/broken_tests.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,18 @@
244244
]
245245
},
246246
"00084_external_aggregation": {
247-
"reason": "INVESTIGATE - Timeout on tsan",
247+
"reason": "INVESTIGATE - Timeout on tsan, msan",
248248
"message": "Timeout! Processes left in process group",
249249
"check_types": [
250-
"tsan"
250+
"tsan",
251+
"msan"
252+
]
253+
},
254+
"03127_system_unload_primary_key_table": {
255+
"reason": "INVESTIGATE - Timeout on msan",
256+
"message": "Timeout! Processes left in process group",
257+
"check_types": [
258+
"msan"
251259
]
252260
},
253261
"00184_parallel_hash_returns_same_res_as_hash": {
@@ -362,7 +370,7 @@
362370
},
363371
"03593_backup_with_broken_projection": {
364372
"reason": "INVESTIGATE - Timeout on msan",
365-
"message": "Timeout exceeded while receiving data from server.",
373+
"message": "Timeout",
366374
"check_types": [
367375
"msan"
368376
]
@@ -381,6 +389,13 @@
381389
"tsan"
382390
]
383391
},
392+
"03221_refreshable_matview_progress": {
393+
"reason": "INVESTIGATE - Unstable on msan",
394+
"message": "result differs with reference",
395+
"check_types": [
396+
"msan"
397+
]
398+
},
384399
"test_scheduler_cpu_preemptive/test.py::test_downscaling[cpu-slot-preemption-timeout-1ms]": {
385400
"reason": "INVESTIGATE - Unstable on tsan, asan",
386401
"message": "Failed: Timeout >900.0s",

0 commit comments

Comments
 (0)