Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tests/UnifiedSpecTests/UnifiedSpecTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ class UnifiedSpecTest extends FunctionalTestCase
'crud/updateMany-rawData' => 'rawData option will not be implemented',
'crud/updateOne-rawData' => 'rawData option will not be implemented',
'index-management/index management-rawData' => 'rawData option will not be implemented',
'sessions/snapshot-sessions: Find operation with snapshot and snapshot time' => 'getSnapshotTime not implemented yet (PHPLIB-1725)',
'sessions/snapshot-sessions: Distinct operation with snapshot and snapshot time' => 'getSnapshotTime not implemented yet (PHPLIB-1725)',
'sessions/snapshot-sessions: Aggregate operation with snapshot and snapshot time' => 'getSnapshotTime not implemented yet (PHPLIB-1725)',
'sessions/snapshot-sessions: countDocuments operation with snapshot and snapshot time' => 'getSnapshotTime not implemented yet (PHPLIB-1725)',
'sessions/snapshot-sessions: Mixed operation with snapshot and snapshotTime' => 'getSnapshotTime not implemented yet (PHPLIB-1725)',
];

/** @var array<string, string> */
Expand Down
2 changes: 1 addition & 1 deletion tests/specifications
Submodule specifications updated 41 files
+3 −1 source/auth/auth.md
+24 −24 source/compression/OP_COMPRESSED.md
+0 −3 source/open-telemetry/tests/operation/aggregate.json
+1 −1 source/open-telemetry/tests/operation/aggregate.yml
+85 −7 source/open-telemetry/tests/operation/atlas_search.json
+34 −3 source/open-telemetry/tests/operation/atlas_search.yml
+0 −3 source/open-telemetry/tests/operation/bulk_write.json
+0 −1 source/open-telemetry/tests/operation/bulk_write.yml
+29 −0 source/open-telemetry/tests/operation/delete.json
+11 −0 source/open-telemetry/tests/operation/delete.yml
+5 −0 source/open-telemetry/tests/operation/drop_collection.json
+5 −0 source/open-telemetry/tests/operation/drop_collection.yml
+0 −15 source/open-telemetry/tests/operation/find.json
+0 −5 source/open-telemetry/tests/operation/find.yml
+11 −6 source/open-telemetry/tests/operation/find_and_modify.json
+9 −6 source/open-telemetry/tests/operation/find_and_modify.yml
+11 −5 source/open-telemetry/tests/operation/find_without_query_text.json
+4 −2 source/open-telemetry/tests/operation/find_without_query_text.yml
+32 −3 source/open-telemetry/tests/operation/insert.json
+13 −2 source/open-telemetry/tests/operation/insert.yml
+8 −6 source/open-telemetry/tests/operation/list_collections.json
+3 −2 source/open-telemetry/tests/operation/list_collections.yml
+4 −1 source/open-telemetry/tests/operation/list_databases.json
+2 −0 source/open-telemetry/tests/operation/list_databases.yml
+0 −3 source/open-telemetry/tests/operation/list_indexes.json
+1 −1 source/open-telemetry/tests/operation/list_indexes.yml
+0 −3 source/open-telemetry/tests/operation/map_reduce.json
+1 −1 source/open-telemetry/tests/operation/map_reduce.yml
+12 −15 source/open-telemetry/tests/operation/retries.json
+10 −10 source/open-telemetry/tests/operation/retries.yml
+33 −1 source/open-telemetry/tests/operation/update.json
+14 −1 source/open-telemetry/tests/operation/update.yml
+96 −7 source/open-telemetry/tests/transaction/convenient.json
+39 −4 source/open-telemetry/tests/transaction/convenient.yml
+176 −11 source/open-telemetry/tests/transaction/core_api.json
+67 −6 source/open-telemetry/tests/transaction/core_api.yml
+43 −13 source/sessions/snapshot-sessions.md
+25 −0 source/sessions/tests/README.md
+804 −0 source/sessions/tests/snapshot-sessions.json
+404 −1 source/sessions/tests/snapshot-sessions.yml
+10 −0 source/unified-test-format/unified-test-format.md