Skip to content

Commit 47b88de

Browse files
committed
update broken_tests.json
1 parent 13fc5e2 commit 47b88de

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/broken_tests.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
"03357_join_pk_sharding": {
7676
"reason": "INVESTIGATE - Timeout. Unstable?",
7777
"check_types": [
78-
"tsan"
78+
"tsan",
79+
"msan"
7980
]
8081
},
8182
"01630_simple_aggregate_all_functions_in_summing_merge_tree": {
@@ -337,10 +338,11 @@
337338
]
338339
},
339340
"test_scheduler_cpu_preemptive/test.py::test_downscaling[cpu-slot-preemption-timeout-1ms]": {
340-
"reason": "INVESTIGATE - Unstable on tsan",
341+
"reason": "INVESTIGATE - Unstable on tsan, asan",
341342
"message": "Failed: Timeout >900.0s",
342343
"check_types": [
343-
"tsan"
344+
"tsan",
345+
"asan"
344346
]
345347
},
346348
"test_grpc_protocol/test.py::test_ipv6_select_one": {

0 commit comments

Comments
 (0)