You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: driver-core/src/test/functional/com/mongodb/internal/operation/ChangeStreamOperationProseTestSpecification.groovy
Copy file name to clipboardExpand all lines: driver-core/src/test/resources/client-side-encryption/README.rst
+5-5
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ and MUST be implemented by all drivers.
27
27
Spec Test Format
28
28
================
29
29
30
-
The spec tests format is an extension of `transactions spec tests <https://github.com/mongodb/specifications/blob/master/source/transactions/tests/README.rst>`_ with some additions:
30
+
The spec tests format is an extension of `transactions spec tests <https://github.com/mongodb/specifications/blob/master/source/transactions/tests/README.md>`_ with some additions:
31
31
32
32
- A ``json_schema`` to set on the collection used for operations.
33
33
@@ -182,7 +182,7 @@ Then for each element in ``tests``:
If ``encrypted_fields`` is defined in the test, the required collections and index described in `Create and Drop Collection Helpers <https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/client-side-encryption.rst#queryable-encryption-create-and-drop-collection-helpers>`_ must be created:
185
+
If ``encrypted_fields`` is defined in the test, the required collections and index described in `Create and Drop Collection Helpers <https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/client-side-encryption.md#queryable-encryption-create-and-drop-collection-helpers>`_ must be created:
186
186
187
187
- Use the ``dropCollection`` helper with ``encrypted_fields`` as an option and writeConcern "majority".
188
188
- Use the ``createCollection`` helper with ``encrypted_fields`` as an option.
@@ -610,15 +610,15 @@ Using ``client_encrypted`` perform the following operations:
Expect the bulk write to succeed and split after first doc (i.e. two inserts occur). This may be verified using `command monitoring <https://github.com/mongodb/specifications/tree/master/source/command-logging-and-monitoring/command-logging-and-monitoring.rst>`_.
613
+
Expect the bulk write to succeed and split after first doc (i.e. two inserts occur). This may be verified using `command monitoring <https://github.com/mongodb/specifications/tree/master/source/command-logging-and-monitoring/command-logging-and-monitoring.md>`_.
614
614
615
615
#. Bulk insert the following:
616
616
617
617
- The document `limits/limits-doc.json <../limits/limits-doc.json>`_ concatenated with ``{ "_id": "encryption_exceeds_2mib_1", "unencrypted": < the string "a" repeated (2097152 - 2000) times > }``
618
618
619
619
- The document `limits/limits-doc.json <../limits/limits-doc.json>`_ concatenated with ``{ "_id": "encryption_exceeds_2mib_2", "unencrypted": < the string "a" repeated (2097152 - 2000) times > }``
620
620
621
-
Expect the bulk write to succeed and split after first doc (i.e. two inserts occur). This may be verified using `command logging and monitoring <https://github.com/mongodb/specifications/tree/master/source/command-logging-and-monitoring/command-logging-and-monitoring.rst>`_.
621
+
Expect the bulk write to succeed and split after first doc (i.e. two inserts occur). This may be verified using `command logging and monitoring <https://github.com/mongodb/specifications/tree/master/source/command-logging-and-monitoring/command-logging-and-monitoring.md>`_.
@@ -1661,7 +1661,7 @@ Load the file `key1-document.json <https://github.com/mongodb/specifications/tre
1661
1661
1662
1662
Read the ``"_id"`` field of ``key1Document`` as ``key1ID``.
1663
1663
1664
-
Drop and create the collection ``db.explicit_encryption`` using ``encryptedFields`` as an option. See `FLE 2 CreateCollection() and Collection.Drop() <https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/client-side-encryption.rst#fle-2-createcollection-and-collection-drop>`_.
1664
+
Drop and create the collection ``db.explicit_encryption`` using ``encryptedFields`` as an option. See `FLE 2 CreateCollection() and Collection.Drop() <https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/client-side-encryption.md#fle-2-createcollection-and-collection-drop>`_.
1665
1665
1666
1666
Drop and create the collection ``keyvault.datakeys``.
Copy file name to clipboardExpand all lines: driver-reactive-streams/src/test/functional/com/mongodb/reactivestreams/client/AtlasSearchIndexManagementProseTest.java
* See <a href="https://github.com/mongodb/specifications/blob/master/source/index-management/tests/README.rst#search-index-management-helpers">Search Index Management Tests</a>
26
+
* See <a href="https://github.com/mongodb/specifications/blob/master/source/index-management/tests/README.md#search-index-management-helpers">Search Index Management Tests</a>
Copy file name to clipboardExpand all lines: driver-reactive-streams/src/test/functional/com/mongodb/reactivestreams/client/RetryableWritesProseTest.java
Copy file name to clipboardExpand all lines: driver-sync/src/test/functional/com/mongodb/client/AtlasSearchIndexManagementProseTest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
importcom.mongodb.MongoClientSettings;
20
20
21
21
/**
22
-
* See <a href="https://github.com/mongodb/specifications/blob/master/source/index-management/tests/README.rst#search-index-management-helpers">Search Index Management Tests</a>
22
+
* See <a href="https://github.com/mongodb/specifications/blob/master/source/index-management/tests/README.md#search-index-management-helpers">Search Index Management Tests</a>
0 commit comments