You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* No longer print to STDERR
* PHPLIB-981: Test example scripts
* Relax command/reply assertions
* Create test collection in transaction example to avoid errors on MongoDB <= 4.2
* Update command logger test output to handle collection differences
On sharded cluster, collection deletion is sometimes not propagated across the cluster, leading to different output even if we drop the collection before the test.
* Create test collection in change stream example
* Use majority write concern in bulk example
* Fix psalm errors
* Use different collection names in each example
This should help reduce test failures
* Skip example tests on sharded clusters
* Update psalm-baseline on PHP 7.4
* Update collection names in tests
Co-authored-by: Jeremy Mikola <jmikola@gmail.com>
* Exclude bulk write psalm error
Fixing this requires a larger-scale refactoring of the types involved, which was deferred to a later date.
Co-authored-by: Jeremy Mikola <jmikola@gmail.com>
0 commit comments