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

Print out whether we are swapping the wiredtiger folder with the develop module

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 8.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Storage Execution
    • Fully Compatible
    • ALL
    • Execution Team 2024-04-01
    • 131

      It's not clear from the logs when this script does something and when it no-ops:

      if [ "${use_wt_develop}" = "true" ]; then
        cd src/third_party
        for wtdir in dist examples ext lang src test tools; do
          rm -rf wiredtiger/$wtdir
          mv wtdevelop/$wtdir wiredtiger/
        done
      fi
      

      Add an echo to make it clear.

            Assignee:
            vishnu.kaushik@mongodb.com Vishnu Kaushik
            Reporter:
            vishnu.kaushik@mongodb.com Vishnu Kaushik
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: