-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.3.10
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
TIG 2016-10-10
Add a hook or modify the dbhash hook to check that the oplog matches across replicaset members after calling ReplSetTest.awaitReplication()
This can't be done with a simple dbhash comparison because the oplog is a capped collection and the number of documents may not match. We will need to traverse the oplog and ensure that they have a common history by comparing each entry manually.
- related to
-
SERVER-28868 Set noCursorTimeout option on oplog cursor in ReplSetTest.prototype.checkOplogs()
- Closed
-
SERVER-26466 Add checkOplogs test to concurrency suite
- Closed
-
SERVER-30256 Expand testing for initial sync in capped collections
- Closed