The 5.2 version bump revealed problems with the following tests:
- jstests/multiVersion/genericSetFCVUsage/1_test_launching_replset.js
- jstests/multiVersion/genericSetFCVUsage/2_test_launching_cluster.js
The purpose of those tests is to demonstrate that ReplSetTest and ShardingTest disallow configurations that include both 'last-lts' and 'last-continuous' members at the same time. They will both need to be made compatible with the 5.2 release.
- is related to
-
SERVER-60935 Fix disabled Repl tests failing due to changing latest release to 5.2
- Closed
- related to
-
SERVER-73732 Complete TODO listed in SERVER-61100
- Closed
-
SERVER-50389 Support generating mixed version set containing last-continuous randomly in ReplSetTest/ShardingTest
- Closed