codeowners check requires to fetch the entire mongo repository

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.2.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Catalog and Routing
    • Fully Compatible
    • ALL
    • CAR Team 2025-05-12
    • None
    • 3
    • TBD
    • None
    • None
    • None
    • None
    • None
    • None

      "bazel run codeowners" is used to both:

      • generate github codeownership file
      • performs codeownership validation checks (e.g. all new files must be owned by someone )

      During the execution of the second task, the command need to fetch updated git history from remote mongo repo for the master branch. The problem is that instead of fetching the git history only for the master branch we perform an unfiltered fetch that will attempt to donwload all the branches present in the remote repo. Currently, the mongodb repo contains almost 10'000 branches.

            Assignee:
            Tommaso Tocci
            Reporter:
            Tommaso Tocci
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: