Details
Description
Original description:
sharding/array_shard_key.js fails with a mixed version cluster
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 line that reads:
assert.writeError(coll.update( value, Object.merge( value, { i : [ 3 ] } ) ));
|
Attachments
Issue Links
- is duplicated by
-
SERVER-16978 sharding/SERVER-7379.js fails with a mixed version cluster
-
- Closed
-