From 21975c5642a39b83536ea33a6084ff519151c444 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Mon, 4 Nov 2024 14:42:52 -0500 Subject: [PATCH 1/2] PHPLIB-1579: Sync $$type number alias tests POC for mongodb/specifications#1721 --- tests/specifications | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/specifications b/tests/specifications index b1b5a7f42..1e01f6e8f 160000 --- a/tests/specifications +++ b/tests/specifications @@ -1 +1 @@ -Subproject commit b1b5a7f4209ba4a0fd3dca31a7b34378ac5ce6c1 +Subproject commit 1e01f6e8f79af93922d185cb6f8fa0fc7cfdac29 From 69639a7d5aafe49dfd47877a9f84e5c10210f37a Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Mon, 4 Nov 2024 14:09:38 -0500 Subject: [PATCH 2/2] Skip distinct-hint tests pending PHPLIB-1582 --- tests/UnifiedSpecTests/UnifiedSpecTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/UnifiedSpecTests/UnifiedSpecTest.php b/tests/UnifiedSpecTests/UnifiedSpecTest.php index 9f47f745b..2f283e82a 100644 --- a/tests/UnifiedSpecTests/UnifiedSpecTest.php +++ b/tests/UnifiedSpecTests/UnifiedSpecTest.php @@ -43,6 +43,7 @@ class UnifiedSpecTest extends FunctionalTestCase 'crud/replaceOne-sort' => 'Sort for replace operations is not supported (PHPLIB-1492)', 'crud/updateOne-sort' => 'Sort for update operations is not supported (PHPLIB-1492)', 'crud/bypassDocumentValidation' => 'bypassDocumentValidation is handled by libmongoc (PHPLIB-1576)', + 'crud/distinct-hint' => 'Hint for distinct operations is not supported (PHPLIB-1582)', ]; /** @var array */