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

pretty_printer_test_program target has misspelled AIB_COMPONENT

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 7.1.0-rc0
    • Affects Version/s: None
    • Component/s: Build
    • Labels:
      None
    • Server Development Platform
    • Fully Compatible
    • ALL

      The pretty_printer_test_program target uses AIB_COMPONENT=pretty-printer-test (singular) whereas the build_pretty_printer_test() function uses AIB_COMPONENT='pretty-printer-tests' (plural).

      pretty_printer_test_program = env.Program(
          target='pretty_printer_test_program',
          source=[
              'pretty_printer_test_program.cpp',
          ],
          LIBDEPS=[
              '$BUILD_DIR/mongo/base',
          ],
          AIB_COMPONENT='pretty-printer-test',
          AIB_COMPONENTS_EXTRA=['dist-test'],
      )
      

      This hasn't been an issue in Evergreen testing for the pretty printers because the pretty printers would have been built (by SCons, not ninja) using the install-dist-test target.

            Assignee:
            alex.neben@mongodb.com Alex Neben
            Reporter:
            max.hirschhorn@mongodb.com Max Hirschhorn
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: