-
Type:
Task
-
Resolution: Unresolved
-
Priority:
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.
- is blocked by
-
SERVER-104747 Globs from buildscripts/codeowners_generate.py are too aggressive
-
- Closed
-
- is related to
-
SERVER-101550 Make streams the owner of streams_kafka jstest directory
-
- Needs Scheduling
-