From a5f53102d6e79777ff54f7630d241014b83a5ba5 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Mon, 17 Jun 2024 04:26:54 -0400 Subject: [PATCH] PHPC-2254: Relax server selection timeout error message pattern (#1587) libmongoc 1.28 now includes the topology type in the server selection error message. This makes the expected error message consistent with other tests. --- tests/ocsp-failure.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ocsp-failure.phpt b/tests/ocsp-failure.phpt index 3cc0bc4d6..e7fbc2f85 100644 --- a/tests/ocsp-failure.phpt +++ b/tests/ocsp-failure.phpt @@ -29,5 +29,5 @@ $m->executeCommand('admin', $ping); --EXPECTF-- OK: Got MongoDB\Driver\Exception\ConnectionTimeoutException -No suitable servers found (`serverSelectionTryOnce` set): [%s calling %s on '%s:%d'] +No suitable servers found (`serverSelectionTryOnce` set): %s ===DONE===