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

Update setup_spawnhost_coredump script to specify boost_version for registering printers

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.3.0-rc0
    • Affects Version/s: None
    • Component/s: Testing Infrastructure
    • Labels:
      None
    • Fully Compatible
    • Sharding NYC 2022-11-28

      https://github.com/ruediger/Boost-Pretty-Printer auto-detection relies on compiling a C++ program using the system's version of boost. The system's version of boost is probably not the same version as the mongodb/mongo version (master is currently 1.79.0) and not all platforms have boost installed.

      The newest boost version https://github.com/ruediger/Boost-Pretty-Printer verifies it supports is 1.73.0. However, we mostly rely on this repository for printing boost::optionals which hasn't changed its internal format since then anyway. Specifying boost_version=(1, 73, 0) should therefore be good enough for the Server team's purposes.

            Assignee:
            max.hirschhorn@mongodb.com Max Hirschhorn
            Reporter:
            max.hirschhorn@mongodb.com Max Hirschhorn
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: