From 86f934268396bc8a64e063671d57467cd43a06eb Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Mon, 4 Nov 2024 10:27:37 -0500 Subject: [PATCH 1/2] PHPLIB-1583: Update spec tests for isClientError Synced with mongodb/specifications@47d1822236caf2cd90e9124047dda2e6b03471f4 --- tests/specifications | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/specifications b/tests/specifications index b1b5a7f42..47d182223 160000 --- a/tests/specifications +++ b/tests/specifications @@ -1 +1 @@ -Subproject commit b1b5a7f4209ba4a0fd3dca31a7b34378ac5ce6c1 +Subproject commit 47d1822236caf2cd90e9124047dda2e6b03471f4 From fa2c8e8c7a387de2dd1ee5933455a8db89b4ed46 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 */