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

Collapse unit tests again

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

      In SERVER-41809, we collapsed the multiple unit tests in a directory into single per directory executables. Since then, a number of directories have added many separate executables. These should be collapsed again as possible to improve build times and reduce build disk space consumption.

      $ find . -name SConscript | xargs -i{} grep -Hc "CppUnitTest" {} | egrep -v ":(0|1)" | sort
      ./src/mongo/client/SConscript:3
      ./src/mongo/client/sdam/SConscript:6
      ./src/mongo/crypto/SConscript:2
      ./src/mongo/db/catalog/SConscript:2
      ./src/mongo/db/commands/SConscript:4
      ./src/mongo/db/cst/SConscript:2
      ./src/mongo/db/exec/sbe/SConscript:3
      ./src/mongo/db/query/ce/SConscript:9
      ./src/mongo/db/query/optimizer/SConscript:3
      ./src/mongo/db/query/stats/SConscript:6
      ./src/mongo/db/repl/SConscript:7
      ./src/mongo/db/SConscript:4
      ./src/mongo/db/s/SConscript:2
      ./src/mongo/db/storage/wiredtiger/SConscript:2
      ./src/mongo/idl/SConscript:2
      ./src/mongo/scripting/SConscript:2
      ./src/mongo/stdx/SConscript:6
      ./src/mongo/util/net/SConscript:2
      ./src/mongo/util/SConscript:9
      

            Assignee:
            Unassigned Unassigned
            Reporter:
            mark.benvenuto@mongodb.com Mark Benvenuto
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: