Skip to content

Commit 8c3e74c

Browse files
committed
more timeout for integ asan and tsan, add broken test
1 parent 1a7c38f commit 8c3e74c

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
@@ -400,17 +400,17 @@ class CI:
400400
JobNames.INTEGRATION_TEST_ASAN: CommonJobConfigs.INTEGRATION_TEST.with_properties(
401401
required_builds=[BuildNames.PACKAGE_ASAN],
402402
num_batches=4,
403-
timeout=9000, # the job timed out with default value (7200)
403+
timeout=3 * 3600, # 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],
407407
num_batches=6,
408-
timeout=12000, # the job timed out with default value (7200)
408+
timeout=4 * 3600, # 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],
412412
num_batches=6,
413-
timeout=12000, # the job timed out with default value (7200)
413+
timeout=4 * 3600, # the job timed out with default value (7200)
414414
),
415415
JobNames.INTEGRATION_TEST_ARM: CommonJobConfigs.INTEGRATION_TEST.with_properties(
416416
required_builds=[BuildNames.PACKAGE_AARCH64],

0 commit comments

Comments
 (0)