From cec5c3e856fe424f0bb28509c5bc26c24ad2e948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 06:20:22 +0000 Subject: [PATCH 1/2] Bump tests/specifications from `d41d48b` to `08ba029` Bumps [tests/specifications](https://github.com/mongodb/specifications) from `d41d48b` to `08ba029`. - [Release notes](https://github.com/mongodb/specifications/releases) - [Commits](https://github.com/mongodb/specifications/compare/d41d48b90ef22aedae934dd22f3a21c65b5a13bc...08ba029dc8a659d8d3874369e10cb12cf3584b2f) --- updated-dependencies: - dependency-name: tests/specifications dependency-version: '08ba029dc8a659d8d3874369e10cb12cf3584b2f' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/specifications | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/specifications b/tests/specifications index d41d48b90..08ba029dc 160000 --- a/tests/specifications +++ b/tests/specifications @@ -1 +1 @@ -Subproject commit d41d48b90ef22aedae934dd22f3a21c65b5a13bc +Subproject commit 08ba029dc8a659d8d3874369e10cb12cf3584b2f From ee663942aef19d2590b1d672ef53c4d5ad84531e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Mon, 24 Nov 2025 11:07:08 +0100 Subject: [PATCH 2/2] Skip new tests from PHPLIB-1725 while Session getSnapshotTime is implemented --- tests/UnifiedSpecTests/UnifiedSpecTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/UnifiedSpecTests/UnifiedSpecTest.php b/tests/UnifiedSpecTests/UnifiedSpecTest.php index cbf504bc5..70d90530e 100644 --- a/tests/UnifiedSpecTests/UnifiedSpecTest.php +++ b/tests/UnifiedSpecTests/UnifiedSpecTest.php @@ -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 */