Skip to content

Commit d1134fb

Browse files
committed
more batches for integ asan and tsan, add broken test
1 parent 1a7c38f commit d1134fb

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

tests/broken_tests.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@
1010
},
1111
"02479_race_condition_between_insert_and_droppin_mv": {
1212
"reason": "INVESTIGATE: Unstable on ubsan"
13+
},
14+
"01825_new_type_json_ghdata": {
15+
"reason": "INVESTIGATE: Sometime out of memory on msan"
1316
}
1417
}

tests/ci/ci_config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,17 +399,17 @@ class CI:
399399
),
400400
JobNames.INTEGRATION_TEST_ASAN: CommonJobConfigs.INTEGRATION_TEST.with_properties(
401401
required_builds=[BuildNames.PACKAGE_ASAN],
402-
num_batches=4,
402+
num_batches=6,
403403
timeout=9000, # the job timed out with default value (7200)
404404
),
405405
JobNames.INTEGRATION_TEST_ASAN_OLD_ANALYZER: CommonJobConfigs.INTEGRATION_TEST.with_properties(
406406
required_builds=[BuildNames.PACKAGE_ASAN],
407-
num_batches=6,
407+
num_batches=8,
408408
timeout=12000, # the job timed out with default value (7200)
409409
),
410410
JobNames.INTEGRATION_TEST_TSAN: CommonJobConfigs.INTEGRATION_TEST.with_properties(
411411
required_builds=[BuildNames.PACKAGE_TSAN],
412-
num_batches=6,
412+
num_batches=8,
413413
timeout=12000, # the job timed out with default value (7200)
414414
),
415415
JobNames.INTEGRATION_TEST_ARM: CommonJobConfigs.INTEGRATION_TEST.with_properties(

0 commit comments

Comments
 (0)