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

sharding/SERVER-7379.js fails with a mixed version cluster

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 2.8.0-rc5
    • Component/s: Sharding
    • Labels:
      None
    • Fully Compatible
    • ALL

      If you run the set with a config as follows:

      var config = {                                              
              mongos: 2,                                          
              shards: 2,                                          
              other: {                                            
                  rs: true,                                      
                  mongosOptions: { binVersion: "2.8"},       
                  configOptions: { binVersion: oldVersion},       
                  rsOptions: {binVersion: ["2.6"], nodes:3}
              }                                                                       
          };                                                      
      

      The test will fail on the case from SERVER-7379, the line that reads:

      assert.writeError(offerChange.update({ _id: 123 },                                   
                                           { _id: 123, categoryId: 9881, store: "NEWEST" },
                                           true, false));                                  
      

            Assignee:
            randolph@mongodb.com Randolph Tan
            Reporter:
            matt.dannenberg Matt Dannenberg
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: