resmoke: TestRunnerEvg is never used

XMLWordPrintableJSON

    • DevProd Correctness
    • Fully Compatible
    • ALL
    • Correctness 2025-12-15
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      https://github.com/10gen/mongo/blob/f838aa77bd4469e153cca1e43df150ab74d5c225/buildscripts/resmokelib/run/__init__.py#L1238-L1247

      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.

            Assignee:
            Sean Lyons
            Reporter:
            Sean Lyons
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: