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

make MongoRunner bin versions comparable

    • Server Tooling & Methods

      It'd be nice to be able to do something like:

      var minimumRequiredVersion = new Version("3.4");
      if (MongoRunner.getBinVersionFor(otherParams.mongosOptions.binVersion) < minimumRequiredVersion) {
          // Configure the options specially to handle the legacy version, e.g. pass an additional option
          otherParams.mongosOptions.specialOptionForLegacy = true;
      }
      

            Assignee:
            backlog-server-stm Backlog - Server Tooling and Methods (STM) (Inactive)
            Reporter:
            esha.maharishi@mongodb.com Esha Maharishi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: