Files
mongo/buildscripts/resmokelib/multiversionconstants.py

9 lines
230 B
Python

"""FCV and Server binary version constants used for multiversion testing."""
LAST_STABLE_MONGO_BINARY = "mongo-4.2"
REQUIRES_FCV_TAG = "requires_fcv_44"
LAST_STABLE_FCV = "4.2"
LATEST_FCV = "4.4"
LAST_STABLE_BIN_VERSION = "4.2"