Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
3.3.10
-
None
-
Fully Compatible
-
TIG 2016-10-10
Description
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.
Attachments
Issue Links
- 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
-