Details
-
Task
-
Resolution: Done
-
Major - P3
-
None
-
Fully Compatible
-
TIG 2016-09-19
Description
bsonWoCompare({a: NumberLong(0)}, {a: NumberInt(0)}); returns 0 in the shell, which prevents us from detecting type mismatches in documents when there's a dbhash mismatch across replica set nodes.
We need to be able to compare bytes instead of just BSON representations to make it easier to debug issues found by the dbhash testing hook.
Attachments
Issue Links
- is depended on by
-
SERVER-26041 Use bsonBinaryEqual in checkDBHashesForReplSet
-
- Closed
-
- is related to
-
SERVER-23226 Port resmoke.py's CheckReplDBHash hook to javascript
-
- Closed
-