-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
TIG 2016-09-19
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.
- 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