-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
v5.0
-
Sharding 2021-08-09
-
37
When a previous upgrade or downgrade was interrupted, the jstests/hooks/run_validate_collections.js hook runs the setFeatureCompatibilityVersion command is run to finish the FCV upgrade or downgrade. The featureCompatibilityVersion server parameter and document is then read to affirm the FCV upgrade or downgrade completed successfully. mongos doesn't report a featureCompatibilityVersion server parameter and so the checkFCV() function throws in this case.
- is related to
-
SERVER-57557 [v4.4] Support running checkFCV() shell helper with mongos connection
- Closed