mongo-php-library
mongo-php-library copied to clipboard
[BLOCKED] PHPLIB-1033 and PHPLIB-1042: Sync spec tests for retryable handshake errors
https://jira.mongodb.org/browse/PHPLIB-1033 https://jira.mongodb.org/browse/PHPLIB-1042
Also adds a replica set w/ auth to the Evergreen matrix, which is needed to run some of the synced tests.
Patch build: https://spruce.mongodb.com/version/6389522157e85a1fff7d0c01/tasks
After debugging some traces in libmongoc, I realized that the original CDRIVER PR for this (https://github.com/mongodb/mongo-c-driver/pull/1141) excluded adding retry logic to the one API used by PHPC for executing operations. I created CDRIVER-4532 and have marked the PHPLIB tickets as blocked until that can be addressed.