-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
CAP - 3.1.6, CAP - 3.1.7, CAP 8 08/31/15
The testing for upgrade/downgrade could use a generic testing framework.
What is envisioned for the first version of this is a basic test:
- Start mongod with a specified version and options
- Perform a setup function
- Insert documents into a collection
- Create a capped collection and insert documents
- Create an index
- Stop mongod
- Restart mongod with a different specifed version and same options
- Perform verification function
- Check number of documents in collection
- Check the indexes
- Check collection is capped
- Stop mongod
- related to
-
SERVER-17658 Upgrade/downgrade support for partial indexes
- Closed