Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-101551

Consider making ownership globs in src/mongo/db more conservative

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Server Programmability
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      In src/mongo/db, we have a lot of globs like commands.* which expand to something like src/mongo/db/**/commands.*, which can erroneously match to things in the enterprise module. I think we only intend to match to files directly under db/ with these globs, so we should consider turning them into something like /commands.* so they don't expand to a ** glob.

            Assignee:
            Unassigned Unassigned
            Reporter:
            ryan.berryhill@mongodb.com Ryan Berryhill
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: