-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 3.2.0
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
ALL
-
TIG E (01/08/16), TIG F (01/29/16)
-
0
Instead of doing
primary_doc == secondary_doc #hooks.py
to compare 2 documents, we should check that each field is of the same type. We could miss things like:
>>> -9.223372036854776e+18 == -9223372036854775808
True
- is related to
-
SERVER-21800 updates that implicitly change type may not replicate correctly
- Closed