Skip to content

DRIVERS-2295 Convert CSFLE spec tests to unified test format #1784

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 33 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
c6f645d
add qe to unified tests
mdb-ad Jan 23, 2025
aa51fc3
move encryptedFields to initialData
mdb-ad Feb 6, 2025
fe8ed1c
Apply suggestions from code review
mdb-ad Feb 7, 2025
44d883c
poc test feedback
mdb-ad Feb 12, 2025
ad2fd55
make keyVaultNamespace required
mdb-ad Feb 12, 2025
573aac1
remaining auto encrypt options
mdb-ad Feb 12, 2025
112d5bd
simple schema for schemaMap and encryptedFieldsMap
mdb-ad Feb 13, 2025
f910f65
convert localSchema.yml
mdb-ad Feb 14, 2025
364eb4c
convert fle2v2-EncryptedFields-vs-EncryptedFieldsMap
mdb-ad Feb 15, 2025
01505fc
document auto encrypt fields
mdb-ad Feb 15, 2025
87d3c41
client bulkWrite test
mdb-ad Feb 24, 2025
7f4021a
Merge branch 'master' into bulkwrite-qe
mdb-ad Mar 17, 2025
94cc65c
convert range tests
mdb-ad Mar 17, 2025
9d5b523
replaceOne temp
mdb-ad Mar 20, 2025
092b368
first draft, mostly passing
mdb-ad Mar 21, 2025
912cc37
fix create-and-createIndexes
mdb-ad Mar 21, 2025
edbe946
very close!
mdb-ad Mar 31, 2025
545c36b
all passing?!?!
mdb-ad Apr 1, 2025
469070b
last fixes
mdb-ad Apr 8, 2025
0fa97c2
migrate legacy tests
mdb-ad Apr 8, 2025
54234ce
mandatory keyVaultNamespace
mdb-ad Apr 9, 2025
8df516e
awsTemporary in schema
mdb-ad Apr 9, 2025
b79773d
json update
mdb-ad Apr 9, 2025
66c3bb3
bulkWrite test
mdb-ad Apr 9, 2025
2a3f756
remove legacy tests from github check
mdb-ad Apr 9, 2025
101e50b
remove AWS session token
mdb-ad Apr 24, 2025
5bb46b3
remove bson generic types in outcome
mdb-ad Apr 24, 2025
09f5803
missing kmip endpoint
mdb-ad Apr 28, 2025
2a6ce28
revert schema 1.23 changes
mdb-ad May 29, 2025
59d0d77
restore legacy tests for now
mdb-ad May 29, 2025
af39e4b
restore legacy tests in github action
mdb-ad May 29, 2025
998b5bb
legacy test templates
mdb-ad May 29, 2025
98bcf02
merge revised BypassQueryAnalysis tests
mdb-ad May 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 0 additions & 2 deletions .github/workflows/json-regenerate-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
- name: Regenerate JSON test files
run: |
python3 ./source/server-discovery-and-monitoring/tests/errors/generate-error-tests.py
python3 ./source/client-side-encryption/etc/generate-corpus.py ./source/client-side-encryption/corpus
python3 ./source/client-side-encryption/etc/generate-test.py ./source/client-side-encryption/etc/test-templates/*.template ./source/client-side-encryption/tests/legacy
python3 ./source/client-side-operations-timeout/etc/generate-basic-tests.py ./source/client-side-operations-timeout/etc/templates ./source/client-side-operations-timeout/tests
python3 ./source/etc/generate-handshakeError-tests.py
cd source && make -B
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading