ExportXMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 9.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • DevProd Test Infrastructure
    • Fully Compatible
    • Correctness 2026-04-07
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Previously, coverage would have to be collected using the explicit `_with_debug` targets:
      ```
      bazel coverage //src/mongo/platform:visibility1_test_with_debug
      ```

      The non-suffixed targets would run (test), but did not collect any coverage since the debug info was not there:
      ```
      bazel coverage //src/mongo/platform:visibility1_test
      ```

      *Now, those plain targets get the debug info they need for coverage runs; no more wrangling with derived suffixes.*

      No performance implications to `bazel build` and `bazel test` since this is all in the analysis phase.

      This is a stepping stone towards getting bazel coverage on resmoke suites.

            Assignee:
            Steve McClure
            Reporter:
            Steve McClure
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: