-
Notifications
You must be signed in to change notification settings - Fork 267
Commit 75eb24a
PHPLIB-1702: Always consult server encryptedFieldsMap when dropping collections with autoEncryption enabled (#1745)
* PHPLIB-1702: Always consult server encryptedFieldsMap when dropping collections
* Bump tests/drivers-evergreen-tools to a332144
Necessary to fix PyMongo compat with MongoDB 4.0
* Detect metadata collections only when auto encryption is enabled on the client
* Bump tests/specifications to 0aee4aa
Necessary to fix change stream tests for server 8.2+
---------
Co-authored-by: Jérôme Tamarelle <jerome@tamarelle.net>1 parent ae3821a commit 75eb24a
File tree
7 files changed
+130
-14
lines changed- src
- tests
- Functions
7 files changed
+130
-14
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 | + | ||
87 | + | ||
86 | 88 |
| |
87 | 89 |
| |
88 | 90 |
| |
| |||
134 | 136 |
| |
135 | 137 |
| |
136 | 138 |
| |
139 | + | ||
137 | 140 |
| |
138 | 141 |
| |
139 | 142 |
| |
| |||
258 | 261 |
| |
259 | 262 |
| |
260 | 263 |
| |
261 | - | ||
264 | + | ||
262 | 265 |
| |
263 | 266 |
| |
264 | 267 |
| |
| |||
273 | 276 |
| |
274 | 277 |
| |
275 | 278 |
| |
276 | - | ||
279 | + | ||
277 | 280 |
| |
278 | 281 |
| |
279 | 282 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 | + | ||
80 | 81 |
| |
81 | 82 |
| |
82 | 83 |
| |
| |||
106 | 107 |
| |
107 | 108 |
| |
108 | 109 |
| |
110 | + | ||
111 | + | ||
109 | 112 |
| |
110 | 113 |
| |
111 | 114 |
| |
| |||
173 | 176 |
| |
174 | 177 |
| |
175 | 178 |
| |
179 | + | ||
180 | + | ||
181 | + | ||
182 | + | ||
176 | 183 |
| |
177 | 184 |
| |
178 | 185 |
| |
179 | 186 |
| |
180 | 187 |
| |
181 | 188 |
| |
189 | + | ||
182 | 190 |
| |
183 | 191 |
| |
184 | 192 |
| |
| |||
528 | 536 |
| |
529 | 537 |
| |
530 | 538 |
| |
531 | - | ||
539 | + | ||
532 | 540 |
| |
533 | - | ||
541 | + | ||
534 | 542 |
| |
535 | 543 |
| |
536 | 544 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 | + | ||
58 | 59 |
| |
59 | 60 |
| |
60 | 61 |
| |
| |||
82 | 83 |
| |
83 | 84 |
| |
84 | 85 |
| |
86 | + | ||
87 | + | ||
85 | 88 |
| |
86 | 89 |
| |
87 | 90 |
| |
| |||
138 | 141 |
| |
139 | 142 |
| |
140 | 143 |
| |
144 | + | ||
145 | + | ||
146 | + | ||
147 | + | ||
141 | 148 |
| |
142 | 149 |
| |
143 | 150 |
| |
144 | 151 |
| |
145 | 152 |
| |
153 | + | ||
146 | 154 |
| |
147 | 155 |
| |
148 | 156 |
| |
| |||
410 | 418 |
| |
411 | 419 |
| |
412 | 420 |
| |
413 | - | ||
421 | + | ||
414 | 422 |
| |
415 | - | ||
423 | + | ||
416 | 424 |
| |
417 | 425 |
| |
418 | 426 |
| |
| |||
439 | 447 |
| |
440 | 448 |
| |
441 | 449 |
| |
450 | + | ||
442 | 451 |
| |
443 | 452 |
| |
444 | 453 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
201 | 201 |
| |
202 | 202 |
| |
203 | 203 |
| |
204 | - | ||
204 | + | ||
205 | 205 |
| |
206 | - | ||
207 | - | ||
208 | - | ||
209 | - | ||
210 | - | ||
211 | 206 |
| |
212 | 207 |
| |
213 | 208 |
| |
|
Lines changed: 101 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + | ||
79 | + | ||
80 | + | ||
81 | + | ||
82 | + | ||
83 | + | ||
84 | + | ||
85 | + | ||
86 | + | ||
87 | + | ||
88 | + | ||
89 | + | ||
90 | + | ||
91 | + | ||
92 | + | ||
93 | + | ||
94 | + | ||
95 | + | ||
96 | + | ||
97 | + | ||
98 | + | ||
99 | + | ||
100 | + | ||
101 | + |
Submodule drivers-evergreen-tools updated 123 files
Submodule specifications updated 71 files
- docs/workforce-human-oidc-auth.md+3-1
- source/auth/auth.md+27-2
- source/auth/tests/mongodb-aws.md+10
- source/bson-binary-vector/bson-binary-vector.md+2
- source/bson-binary-vector/tests/float32.json+1-1
- source/change-streams/change-streams.md+8-3
- source/change-streams/tests/unified/change-streams-disambiguatedPaths.json-64
- source/change-streams/tests/unified/change-streams-disambiguatedPaths.yml-26
- source/change-streams/tests/unified/change-streams.json+11-1
- source/change-streams/tests/unified/change-streams.yml+3-1
- source/client-side-encryption/client-side-encryption.md+51-6
- source/client-side-encryption/etc/data/lookup/key-doc.json+30
- source/client-side-encryption/etc/data/lookup/schema-csfle.json+19
- source/client-side-encryption/etc/data/lookup/schema-csfle2.json+19
- source/client-side-encryption/etc/data/lookup/schema-qe.json+20
- source/client-side-encryption/etc/data/lookup/schema-qe2.json+20
- source/client-side-encryption/etc/test-templates/fle2v2-BypassQueryAnalysis.yml.template-89
- source/client-side-encryption/etc/test-templates/fle2v2-EncryptedFields-vs-EncryptedFieldsMap.yml.template-79
- source/client-side-encryption/etc/test-templates/localSchema.yml.template-65
- source/client-side-encryption/etc/test-templates/maxWireVersion.yml.template-22
- source/client-side-encryption/tests/README.md+358
- source/client-side-encryption/tests/legacy/fle2v2-BypassQueryAnalysis.json-261
- source/client-side-encryption/tests/legacy/fle2v2-BypassQueryAnalysis.yml-89
- source/client-side-encryption/tests/legacy/fle2v2-EncryptedFields-vs-EncryptedFieldsMap.json-212
- source/client-side-encryption/tests/legacy/fle2v2-EncryptedFields-vs-EncryptedFieldsMap.yml-79
- source/client-side-encryption/tests/legacy/localSchema.json-258
- source/client-side-encryption/tests/legacy/localSchema.yml-65
- source/client-side-encryption/tests/legacy/maxWireVersion.json-74
- source/client-side-encryption/tests/legacy/maxWireVersion.yml-22
- source/client-side-encryption/tests/unified/fle2v2-BypassQueryAnalysis.json+302
- source/client-side-encryption/tests/unified/fle2v2-BypassQueryAnalysis.yml+119
- source/client-side-encryption/tests/unified/fle2v2-EncryptedFields-vs-EncryptedFieldsMap.json+256
- source/client-side-encryption/tests/unified/fle2v2-EncryptedFields-vs-EncryptedFieldsMap.yml+114
- source/client-side-encryption/tests/unified/localSchema.json+342
- source/client-side-encryption/tests/unified/localSchema.yml+102
- source/client-side-encryption/tests/unified/maxWireVersion.json+101
- source/client-side-encryption/tests/unified/maxWireVersion.yml+41
- source/client-side-operations-timeout/client-side-operations-timeout.md+10-6
- source/client-side-operations-timeout/tests/tailable-awaitData.json+137-1
- source/client-side-operations-timeout/tests/tailable-awaitData.yml+75
- source/command-logging-and-monitoring/tests/monitoring/unacknowledged-client-bulkWrite.json+28-23
- source/command-logging-and-monitoring/tests/monitoring/unacknowledged-client-bulkWrite.yml+10-16
- source/connection-string/tests/valid-options.json+3-2
- source/connection-string/tests/valid-options.yml+4-3
- source/connection-string/tests/valid-warnings.json+1-1
- source/connection-string/tests/valid-warnings.yml+1-1
- source/extended-json/extended-json.md+3-1
- source/load-balancers/tests/non-lb-connection-establishment.json-13
- source/load-balancers/tests/non-lb-connection-establishment.yml-5
- source/read-write-concern/read-write-concern.md+5-3
- source/retryable-writes/tests/unified/insertOne-serverErrors.json+1-2
- source/retryable-writes/tests/unified/insertOne-serverErrors.yml+1-2
- source/server-discovery-and-monitoring/tests/rs/secondary_ipv6_literal.json+38
- source/server-discovery-and-monitoring/tests/rs/secondary_ipv6_literal.yml+25
- source/server-selection/server-selection.md+20-13
- source/sessions/driver-sessions.md+21-4
- source/sessions/tests/README.md+16-3
- source/sessions/tests/driver-sessions-dirty-session-errors.json+12-4
- source/sessions/tests/driver-sessions-dirty-session-errors.yml+2-2
- source/transactions-convenient-api/tests/unified/commit-writeconcernerror.json+2-4
- source/transactions-convenient-api/tests/unified/commit-writeconcernerror.yml+4-6
- source/transactions/tests/README.md+3
- source/transactions/tests/unified/error-labels.json+2-3
- source/transactions/tests/unified/error-labels.yml+3-4
- source/unified-test-format/schema-1.23.json+1.2k
- source/unified-test-format/tests/Makefile+1-1
- source/unified-test-format/tests/valid-pass/operator-lte.json+13-3
- source/unified-test-format/tests/valid-pass/operator-lte.yml+2-2
- source/unified-test-format/tests/valid-pass/poc-queryable-encryption.json+163
- source/unified-test-format/tests/valid-pass/poc-queryable-encryption.yml+73
- source/unified-test-format/unified-test-format.md+23-15
0 commit comments