-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
ALL
-
TIG 15 (06/03/16), TIG 17 (07/15/16)
When running test suites which verify replication we should not only compare the collection list, but also attributes like "capped" and "temp", which are part of the output of the commands collStats and listCollections
More Attributes:
- "capped" (handled in
SERVER-23226) - "temp" (handled in
SERVER-23226) - "size" (not handled)
- "max" (not handled)
- "$nExtents" (not handled)
- "autoIndexId" (not handled)
- "flags" (not handled)
- "storageEngine" (not handled)
- "indexOptionDefaults" (not handled)
- "validator" (not handled)
- "validationAction" (not handled)
- "validationLevel" (not handled)
- "collation" (not handled)
- depends on
-
SERVER-23226 Port resmoke.py's CheckReplDBHash hook to javascript
- Closed
- related to
-
SERVER-25146 JS replset dbhash hook fails when checking nindexes with a collection containing a background index
- Closed