File tree Expand file tree Collapse file tree 9 files changed +192
-1330
lines changed Expand file tree Collapse file tree 9 files changed +192
-1330
lines changed Original file line number Diff line number Diff line change
1
+ diff --git a/test/bson_corpus/datetime.json b/test/bson_corpus/datetime.json
2
+ index f857afdc..1554341d 100644
3
+ --- a/test/bson_corpus/datetime.json
4
+ +++ b/test/bson_corpus/datetime.json
5
+ @@ -24,6 +24,7 @@
6
+ {
7
+ "description" : "Y10K",
8
+ "canonical_bson" : "1000000009610000DC1FD277E6000000",
9
+ + "relaxed_extjson" : "{\"a\":{\"$date\":{\"$numberLong\":\"253402300800000\"}}}",
10
+ "canonical_extjson" : "{\"a\":{\"$date\":{\"$numberLong\":\"253402300800000\"}}}"
11
+ },
12
+ {
Original file line number Diff line number Diff line change
1
+ diff --git a/test/connection_monitoring/pool-create-min-size-error.json b/test/connection_monitoring/pool-create-min-size-error.json
2
+ index 1c744b85..509b2a23 100644
3
+ --- a/test/connection_monitoring/pool-create-min-size-error.json
4
+ +++ b/test/connection_monitoring/pool-create-min-size-error.json
5
+ @@ -49,15 +49,15 @@
6
+ "type": "ConnectionCreated",
7
+ "address": 42
8
+ },
9
+ + {
10
+ + "type": "ConnectionPoolCleared",
11
+ + "address": 42
12
+ + },
13
+ {
14
+ "type": "ConnectionClosed",
15
+ "address": 42,
16
+ "connectionId": 42,
17
+ "reason": "error"
18
+ - },
19
+ - {
20
+ - "type": "ConnectionPoolCleared",
21
+ - "address": 42
22
+ }
23
+ ],
24
+ "ignore": [
Original file line number Diff line number Diff line change
1
+ diff --git a/test/gridfs/delete.json b/test/gridfs/delete.json
2
+ index 277b9ed7..9a9b22fc 100644
3
+ --- a/test/gridfs/delete.json
4
+ +++ b/test/gridfs/delete.json
5
+ @@ -497,7 +497,7 @@
6
+ }
7
+ },
8
+ "expectError": {
9
+ - "isError": true
10
+ + "isClientError": true
11
+ }
12
+ }
13
+ ],
14
+ @@ -650,7 +650,7 @@
15
+ }
16
+ },
17
+ "expectError": {
18
+ - "isError": true
19
+ + "isClientError": true
20
+ }
21
+ }
22
+ ],
23
+ diff --git a/test/gridfs/download.json b/test/gridfs/download.json
24
+ index f0cb8517..67658ac5 100644
25
+ --- a/test/gridfs/download.json
26
+ +++ b/test/gridfs/download.json
27
+ @@ -338,7 +338,7 @@
28
+ }
29
+ },
30
+ "expectError": {
31
+ - "isError": true
32
+ + "isClientError": true
33
+ }
34
+ }
35
+ ]
36
+ @@ -370,7 +370,7 @@
37
+ }
38
+ },
39
+ "expectError": {
40
+ - "isError": true
41
+ + "isClientError": true
42
+ }
43
+ }
44
+ ]
45
+ @@ -402,7 +402,7 @@
46
+ }
47
+ },
48
+ "expectError": {
49
+ - "isError": true
50
+ + "isClientError": true
51
+ }
52
+ }
53
+ ]
54
+ @@ -471,7 +471,7 @@
55
+ }
56
+ },
57
+ "expectError": {
58
+ - "isError": true
59
+ + "isClientError": true
60
+ }
61
+ }
62
+ ]
63
+ @@ -514,7 +514,7 @@
64
+ }
65
+ },
66
+ "expectError": {
67
+ - "isError": true
68
+ + "isClientError": true
69
+ }
70
+ }
71
+ ]
72
+ diff --git a/test/gridfs/downloadByName.json b/test/gridfs/downloadByName.json
73
+ index 7b20933c..45abaf7b 100644
74
+ --- a/test/gridfs/downloadByName.json
75
+ +++ b/test/gridfs/downloadByName.json
76
+ @@ -290,7 +290,7 @@
77
+ "filename": "xyz"
78
+ },
79
+ "expectError": {
80
+ - "isError": true
81
+ + "isClientError": true
82
+ }
83
+ }
84
+ ]
85
+ @@ -306,7 +306,7 @@
86
+ "revision": 999
87
+ },
88
+ "expectError": {
89
+ - "isError": true
90
+ + "isClientError": true
91
+ }
92
+ }
93
+ ]
Original file line number Diff line number Diff line change
1
+ diff --git a/test/sessions/driver-sessions-dirty-session-errors.json b/test/sessions/driver-sessions-dirty-session-errors.json
2
+ index 6aa1da1d..d7a1c6ab 100644
3
+ --- a/test/sessions/driver-sessions-dirty-session-errors.json
4
+ +++ b/test/sessions/driver-sessions-dirty-session-errors.json
5
+ @@ -347,7 +347,9 @@
6
+ "x": 1
7
+ }
8
+ },
9
+ - "new": false,
10
+ + "new": {
11
+ + "$$unsetOrMatches": false
12
+ + },
13
+ "lsid": {
14
+ "$$sessionLsid": "session0"
15
+ },
16
+ @@ -375,7 +377,9 @@
17
+ "x": 1
18
+ }
19
+ },
20
+ - "new": false,
21
+ + "new": {
22
+ + "$$unsetOrMatches": false
23
+ + },
24
+ "lsid": {
25
+ "$$sessionLsid": "session0"
26
+ },
27
+ @@ -627,7 +631,9 @@
28
+ "x": 1
29
+ }
30
+ },
31
+ - "new": false,
32
+ + "new": {
33
+ + "$$unsetOrMatches": false
34
+ + },
35
+ "lsid": {
36
+ "$$type": "object"
37
+ },
38
+ @@ -655,7 +661,9 @@
39
+ "x": 1
40
+ }
41
+ },
42
+ - "new": false,
43
+ + "new": {
44
+ + "$$unsetOrMatches": false
45
+ + },
46
+ "lsid": {
47
+ "$$type": "object"
48
+ },
You can’t perform that action at this time.
0 commit comments