-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
DevProd Correctness
-
Fully Compatible
-
ALL
-
Correctness 2025-12-15
-
None
-
None
-
None
-
None
-
None
-
None
-
None
if config.EVERGREEN_TASK_ID is not None: configure_resmoke.validate_and_update_config( parser, parsed_args, should_configure_otel ) return TestRunnerEvg(subcommand, **kwargs) else: configure_resmoke.validate_and_update_config( parser, parsed_args, should_configure_otel ) return TestRunner(subcommand, **kwargs)
config.EVERGREEN_TASK_ID is not populated until after configure_resmoke.validate_and_update_config.
The notable impact is that the "resource_intensive" tag doesn't do anything.