mongo-php-library icon indicating copy to clipboard operation
mongo-php-library copied to clipboard

[BLOCKED] PHPLIB-1033 and PHPLIB-1042: Sync spec tests for retryable handshake errors

Open jmikola opened this issue 3 years ago • 1 comments

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

jmikola avatar Dec 01 '22 15:12 jmikola

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.

jmikola avatar Dec 05 '22 09:12 jmikola