File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 10
10
},
11
11
"02479_race_condition_between_insert_and_droppin_mv" : {
12
12
"reason" : " INVESTIGATE: Unstable on ubsan"
13
+ },
14
+ "01825_new_type_json_ghdata" : {
15
+ "reason" : " INVESTIGATE: Sometime out of memory on msan"
13
16
}
14
17
}
Original file line number Diff line number Diff line change @@ -399,17 +399,17 @@ class CI:
399
399
),
400
400
JobNames .INTEGRATION_TEST_ASAN : CommonJobConfigs .INTEGRATION_TEST .with_properties (
401
401
required_builds = [BuildNames .PACKAGE_ASAN ],
402
- num_batches = 4 ,
402
+ num_batches = 6 ,
403
403
timeout = 9000 , # the job timed out with default value (7200)
404
404
),
405
405
JobNames .INTEGRATION_TEST_ASAN_OLD_ANALYZER : CommonJobConfigs .INTEGRATION_TEST .with_properties (
406
406
required_builds = [BuildNames .PACKAGE_ASAN ],
407
- num_batches = 6 ,
407
+ num_batches = 8 ,
408
408
timeout = 12000 , # the job timed out with default value (7200)
409
409
),
410
410
JobNames .INTEGRATION_TEST_TSAN : CommonJobConfigs .INTEGRATION_TEST .with_properties (
411
411
required_builds = [BuildNames .PACKAGE_TSAN ],
412
- num_batches = 6 ,
412
+ num_batches = 8 ,
413
413
timeout = 12000 , # the job timed out with default value (7200)
414
414
),
415
415
JobNames .INTEGRATION_TEST_ARM : CommonJobConfigs .INTEGRATION_TEST .with_properties (
You can’t perform that action at this time.
0 commit comments