Skip to content

Commit

Permalink
PHPC-2254: Relax server selection timeout error message pattern (#1587)
Browse files Browse the repository at this point in the history
libmongoc 1.28 now includes the topology type in the server selection error message.

This makes the expected error message consistent with other tests.
  • Loading branch information
jmikola committed Jun 17, 2024
1 parent 835673e commit a5f5310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ocsp-failure.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ $m->executeCommand('admin', $ping);
<?php exit(0); ?>
--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===

0 comments on commit a5f5310

Please sign in to comment.