mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-21 12:39:08 +01:00
SERVER-92623 Pin the version of v5.0 to 5.0.28 in timeseries_collection_mixed_type.js (#24973)
GitOrigin-RevId: 2d0bb770736c0ba47fe49fb4d45252353573e4d8
This commit is contained in:
parent
4a371ef4b1
commit
66d5bed2a3
@ -44,7 +44,7 @@ evergreen_args="--installDir /data/install \
|
||||
local_args="--edition $edition \
|
||||
--resmokeCmd \"python buildscripts/resmoke.py\" \
|
||||
--debug \
|
||||
4.2 4.4"
|
||||
4.2 4.4 5.0.28"
|
||||
|
||||
remote_invocation="${base_command} ${evergreen_args} ${local_args}"
|
||||
eval "${remote_invocation}"
|
||||
|
@ -25,7 +25,9 @@ const upgradeVersions = [
|
||||
* one bucket was created.
|
||||
*/
|
||||
function runTest(docs, query, results, path, bounds) {
|
||||
const oldVersion = "5.0";
|
||||
// Since v5.0 no longer supports writing mixed schema buckets as of 5.0.29, pin the version
|
||||
// to 5.0.28 to retain coverage as v5.0 still supports the presence of mixed schema data.
|
||||
const oldVersion = "5.0.28";
|
||||
const nodes = {
|
||||
n1: {binVersion: oldVersion},
|
||||
n2: {binVersion: oldVersion},
|
||||
|
Loading…
Reference in New Issue
Block a user