SERVER-112787 Decrease concurrency for noPassthrough tests in evergreen and add test tags (#42973)

GitOrigin-RevId: d672142020a827d9312b2ca0cb97e0c443eba531
This commit is contained in:
Ruby Chen 2025-10-23 11:58:24 +11:00 committed by MongoDB Bot
parent ba94bcf46c
commit ec613414c8
2 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,7 @@ _AUBSAN_TASK_FACTOR_OVERRIDES = [
{"task": r"change_streams_mongos_sessions_passthrough", "factor": 0.25},
{"task": r"fcv_upgrade_downgrade_sharded_collections_jscore_passthrough", "factor": 0.25},
{"task": r"fcv_upgrade_downgrade_sharding_jscore_passthrough", "factor": 0.25},
{"task": r"noPassthrough", "factor": 0.75},
{"task": r"noPassthrough", "factor": 0.25},
{"task": r"sharded_causally_consistent_jscore_passthrough", "factor": 0.125},
{"task": "sharded_causally_consistent_read_concern_snapshot_passthrough", "factor": 0.25},
{

View File

@ -2193,6 +2193,7 @@ tasks:
"incompatible_debug_mode",
"misc_js",
"requires_execution_on_windows_patch_build",
"requires_large_host",
]
commands:
- func: "generate resmoke tasks"