0
0
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:
Lynne Wang 2024-07-19 16:35:35 -04:00 committed by MongoDB Bot
parent 4a371ef4b1
commit 66d5bed2a3
2 changed files with 4 additions and 2 deletions

View File

@ -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}"

View File

@ -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},