Commit a6ea5ff
authored
Skip QE prefixPreview and suffixPreview tests on server 9.0.0+ (#1954)
* Skip QE prefixPreview and suffixPreview tests on server 9.0.0+
Update specifications submodule to pick up maxServerVersion guards
for unified spec tests. Skip all text explicit encryption prose tests
on server 9.0+ since prefixPreview/suffixPreview are deprecated.
JAVA-6184
* Temporary disable nsType changestream test
JAVA-61811 parent 23ed7c4 commit a6ea5ff
4 files changed
Lines changed: 9 additions & 2 deletions
File tree
- driver-sync/src/test/functional/com/mongodb/client
- unified
- testing/resources
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
| |||
156 | 158 | | |
157 | 159 | | |
158 | 160 | | |
159 | | - | |
| 161 | + | |
160 | 162 | | |
161 | 163 | | |
162 | 164 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
364 | 365 | | |
365 | 366 | | |
366 | 367 | | |
| 368 | + | |
| 369 | + | |
367 | 370 | | |
368 | 371 | | |
369 | 372 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
Submodule specifications updated 11 files
- source/client-side-encryption/tests/README.md+12-1
- source/client-side-encryption/tests/unified/QE-Text-cleanupStructuredEncryptionData.json+1
- source/client-side-encryption/tests/unified/QE-Text-cleanupStructuredEncryptionData.yml+1
- source/client-side-encryption/tests/unified/QE-Text-compactStructuredEncryptionData.json+1
- source/client-side-encryption/tests/unified/QE-Text-compactStructuredEncryptionData.yml+1
- source/client-side-encryption/tests/unified/QE-Text-prefixPreview.json+1
- source/client-side-encryption/tests/unified/QE-Text-prefixPreview.yml+1
- source/client-side-encryption/tests/unified/QE-Text-substringPreview.json+1-1
- source/client-side-encryption/tests/unified/QE-Text-substringPreview.yml+1-1
- source/client-side-encryption/tests/unified/QE-Text-suffixPreview.json+1
- source/client-side-encryption/tests/unified/QE-Text-suffixPreview.yml+1
0 commit comments