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 Nov 1, 2024
1 parent cefeea5 commit bf18cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/specifications
Submodule specifications updated 30 files
+16 −0 source/crud/crud.md
+12 −0 source/crud/tests/README.md
+253 −0 source/crud/tests/unified/create-null-ids.json
+97 −0 source/crud/tests/unified/create-null-ids.yml
+61 −11 source/gridfs/gridfs-spec.md
+230 −0 source/gridfs/tests/deleteByName.json
+102 −0 source/gridfs/tests/deleteByName.yml
+313 −0 source/gridfs/tests/renameByName.json
+113 −0 source/gridfs/tests/renameByName.yml
+44 −0 source/load-balancers/tests/transactions.json
+18 −0 source/load-balancers/tests/transactions.yml
+5 −0 source/transactions-convenient-api/tests/unified/commit-retry.json
+3 −0 source/transactions-convenient-api/tests/unified/commit-retry.yml
+16 −1 source/transactions-convenient-api/tests/unified/commit-writeconcernerror.json
+10 −1 source/transactions-convenient-api/tests/unified/commit-writeconcernerror.yml
+4 −0 source/transactions/tests/README.md
+5 −0 source/transactions/tests/unified/retryable-commit.json
+3 −0 source/transactions/tests/unified/retryable-commit.yml
+13 −8 source/transactions/transactions.md
+205 −0 source/unified-test-format/tests/valid-fail/operator-matchAsDocument.json
+88 −0 source/unified-test-format/tests/valid-fail/operator-matchAsDocument.yml
+67 −0 source/unified-test-format/tests/valid-fail/operator-matchAsRoot.json
+33 −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
+66 −18 source/unified-test-format/unified-test-format.md

0 comments on commit bf18cf2

Please sign in to comment.