From fec52ef6a42d84d46339dff37ad460d3ffba3c04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:15:36 +0000 Subject: [PATCH 1/2] Bump tests/specifications from `11022ca` to `f321471` Bumps [tests/specifications](https://github.com/mongodb/specifications) from `11022ca` to `f321471`. - [Release notes](https://github.com/mongodb/specifications/releases) - [Commits](https://github.com/mongodb/specifications/compare/11022ca4f21377f00827918ebbdf5ea3dbdb7d4a...f321471ecfc08680a10b8ca29bc826ecb1da5e3b) --- updated-dependencies: - dependency-name: tests/specifications 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 11022ca4f..f321471ec 160000 --- a/tests/specifications +++ b/tests/specifications @@ -1 +1 @@ -Subproject commit 11022ca4f21377f00827918ebbdf5ea3dbdb7d4a +Subproject commit f321471ecfc08680a10b8ca29bc826ecb1da5e3b From 86d7e1e5bebb7dbb2489646b25fef08dec159540 Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Wed, 27 Nov 2024 10:38:17 +0100 Subject: [PATCH 2/2] Skip new test with unsupported operation --- tests/SpecTests/ClientSideEncryptionSpecTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/SpecTests/ClientSideEncryptionSpecTest.php b/tests/SpecTests/ClientSideEncryptionSpecTest.php index 14700a9b3..b4d2986e2 100644 --- a/tests/SpecTests/ClientSideEncryptionSpecTest.php +++ b/tests/SpecTests/ClientSideEncryptionSpecTest.php @@ -116,6 +116,7 @@ class ClientSideEncryptionSpecTest extends FunctionalTestCase 'timeoutMS: remaining timeoutMS applied to find to get keyvault data' => 'Not yet implemented (PHPC-1760)', 'namedKMS: Automatically encrypt and decrypt with a named KMS provider' => 'Not yet implemented (PHPLIB-1328)', 'fle2v2-Compact: Compact works' => 'Failing due to bug in libmongocrypt (LIBMONGOCRYPT-699)', + 'keyCache: Insert with deterministic encryption, then find it' => 'Wait operation not supported (PHPLIB-1496)', ]; private static string $specDir = __DIR__ . '/../specifications/source/client-side-encryption';