Skip to content

Commit

Permalink
wip Update specs submodule to test mongodb/specifications#1706
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Oct 31, 2024
1 parent cefeea5 commit 093ebf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/specifications
Submodule specifications updated 41 files
+1 −0 source/client-side-encryption/etc/test-templates/fle2v2-Rangev2-Compact.yml.template
+2 −1 source/client-side-encryption/tests/legacy/fle2v2-Rangev2-Compact.json
+1 −0 source/client-side-encryption/tests/legacy/fle2v2-Rangev2-Compact.yml
+2 −2 source/gridfs/tests/delete.json
+2 −2 source/gridfs/tests/delete.yml
+5 −5 source/gridfs/tests/download.json
+5 −5 source/gridfs/tests/download.yml
+2 −2 source/gridfs/tests/downloadByName.json
+2 −2 source/gridfs/tests/downloadByName.yml
+0 −179 source/gridfs/tests/rename.json
+0 −78 source/gridfs/tests/rename.yml
+147 −0 source/unified-test-format/tests/valid-fail/operator-matchAsDocument.json
+63 −0 source/unified-test-format/tests/valid-fail/operator-matchAsDocument.yml
+98 −0 source/unified-test-format/tests/valid-fail/operator-matchAsRoot.json
+44 −0 source/unified-test-format/tests/valid-fail/operator-matchAsRoot.yml
+1 −1 source/unified-test-format/tests/valid-pass/operator-lte.json
+2 −2 source/unified-test-format/tests/valid-pass/operator-lte.yml
+124 −0 source/unified-test-format/tests/valid-pass/operator-matchAsDocument.json
+54 −0 source/unified-test-format/tests/valid-pass/operator-matchAsDocument.yml
+151 −0 source/unified-test-format/tests/valid-pass/operator-matchAsRoot.json
+64 −0 source/unified-test-format/tests/valid-pass/operator-matchAsRoot.yml
+3 −3 source/uri-options/tests/compression-options.json
+4 −4 source/uri-options/tests/compression-options.yml
+3 −3 source/uri-options/tests/concern-options.json
+3 −3 source/uri-options/tests/concern-options.yml
+19 −19 source/uri-options/tests/connection-options.json
+20 −20 source/uri-options/tests/connection-options.yml
+4 −4 source/uri-options/tests/connection-pool-options.json
+5 −5 source/uri-options/tests/connection-pool-options.yml
+10 −10 source/uri-options/tests/proxy-options.json
+10 −10 source/uri-options/tests/proxy-options.yml
+3 −18 source/uri-options/tests/read-preference-options.json
+3 −14 source/uri-options/tests/read-preference-options.yml
+1 −1 source/uri-options/tests/sdam-options.json
+1 −1 source/uri-options/tests/sdam-options.yml
+1 −1 source/uri-options/tests/single-threaded-options.json
+1 −1 source/uri-options/tests/single-threaded-options.yml
+6 −6 source/uri-options/tests/srv-options.json
+7 −7 source/uri-options/tests/srv-options.yml
+55 −55 source/uri-options/tests/tls-options.json
+55 −55 source/uri-options/tests/tls-options.yml

0 comments on commit 093ebf2

Please sign in to comment.