[SERVER-21925] Multiversion tests are not configured to use 3.2 Created: 16/Dec/15  Updated: 05/Feb/16  Resolved: 14/Jan/16

Status: Closed
Project: Core Server
Component/s: Testing Infrastructure
Affects Version/s: None
Fix Version/s: 3.3.1

Type: Improvement Priority: Minor - P4
Reporter: Jonathan Abrahams Assignee: Jonathan Abrahams
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Depends
Related
Backwards Compatibility: Fully Compatible
Sprint: TIG F (01/29/16)
Participants:
Linked BF Score: 0

 Description   

The multiversion tests reference the versions during setup in etc/evergreen.yml as:

        ${python|python} buildscripts/setup_multiversion_mongodb.py /data/install /data/multiversion "Linux/x86_64" "2.4" "2.6" "3.0"

We need to add "3.2".



 Comments   
Comment by Githook User [ 14/Jan/16 ]

Author:

{u'username': u'hptabster', u'name': u'Jonathan Abrahams', u'email': u'jonathan@mongodb.com'}

Message: SERVER-21925 Update mutliversion tests to use 3.2
Branch: master
https://github.com/mongodb/mongo/commit/6103d41215baf9b0a4b87af69d229ac91dd49d5e

Comment by Githook User [ 13/Jan/16 ]

Author:

{u'username': u'spencerjackson', u'name': u'Spencer Jackson', u'email': u'spencer.jackson@mongodb.com'}

Message: SERVER-21925: Blacklist failing multiversion tests
Branch: master
https://github.com/mongodb/mongo/commit/af4466d4dd612a7df3e093c9618ce74b59bd75dd

Comment by Kamran K. [ 13/Jan/16 ]

I think we can remove 2.4 from the list and update the relevant tests in master. (We'll leave the v3.2 branch as is for now.)

Comment by Jonathan Abrahams [ 13/Jan/16 ]

kamran.khan Do we still need to keep 2.4 in the version list?

Comment by Eric Milkie [ 16/Dec/15 ]

We should also consider removing 2.4 from the version list, and any tests that reference it.

Comment by Max Hirschhorn [ 16/Dec/15 ]

We also need to update the "last-stable" alias:

// These patterns allow substituting the binary versions used for each version string to support the
// dev/stable MongoDB release cycle.
//
// If you add a new version substitution to this list, you should add it to the lists of versions
// being checked in '0_test_launching.js' to verify it is susbstituted correctly.
MongoRunner.binVersionSubs = [ new MongoRunner.VersionSub(/^latest$/, ""),
                               // To-be-updated when we branch for the next release.
                               new MongoRunner.VersionSub(/^last-stable$/, "3.0"),
                               new MongoRunner.VersionSub(/^3\.1(\..*){0,1}/, ""),
                               new MongoRunner.VersionSub(/^3\.2(\..*){0,1}/, "") ];

Comment by Kamran K. [ 16/Dec/15 ]

We also need to update MongoRunner.binVersionSubs in src/mongo/shell/servers.js.

Generated at Thu Feb 08 03:58:50 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.