File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ const skipBSON = {
58
58
59
59
const skipExtendedJSON = {
60
60
'Timestamp with high-order bit set on both seconds and increment' :
61
+ 'Current BSON implementation of timestamp/long cannot hold these values - 1 too large.' ,
62
+ 'Timestamp with high-order bit set on both seconds and increment (not UINT32_MAX)' :
61
63
'Current BSON implementation of timestamp/long cannot hold these values - 1 too large.'
62
64
} ;
63
65
Original file line number Diff line number Diff line change 18
18
"description" : " Timestamp with high-order bit set on both seconds and increment" ,
19
19
"canonical_bson" : " 10000000116100FFFFFFFFFFFFFFFF00" ,
20
20
"canonical_extjson" : " {\" a\" : {\" $timestamp\" : {\" t\" : 4294967295, \" i\" : 4294967295} } }"
21
+ },
22
+ {
23
+ "description" : " Timestamp with high-order bit set on both seconds and increment (not UINT32_MAX)" ,
24
+ "canonical_bson" : " 1000000011610000286BEE00286BEE00" ,
25
+ "canonical_extjson" : " {\" a\" : {\" $timestamp\" : {\" t\" : 4000000000, \" i\" : 4000000000} } }"
21
26
}
22
27
],
23
28
"decodeErrors" : [
You can’t perform that action at this time.
0 commit comments