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

fix startup_log.js test to handle git describe versioning

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.2.1, 3.3.0
    • Affects Version/s: None
    • Component/s: Build
    • Labels:
    • Fully Compatible
    • ALL
    • Build D (12/11/15)

      When we started using git describe to get version numbers, we had to adjust the contents of versionArray in the buildInfo command to generate a "pre" version, so "3.2.0-1-ghash" becomes [ 3, 2, 1, -100 ]. In startup_log.js, we should decrement versionArray[2] if versionArray[3] is equal to -100.

            Assignee:
            jonathan.reams@mongodb.com Jonathan Reams
            Reporter:
            jonathan.reams@mongodb.com Jonathan Reams
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: