Skip to content

Merge v2.1 into v2.x#1833

Merged
mongodb-php-bot merged 3 commits intov2.xfrom
merge-v2.1-into-v2.x-1770127641559
Feb 4, 2026
Merged

Merge v2.1 into v2.x#1833
mongodb-php-bot merged 3 commits intov2.xfrom
merge-v2.1-into-v2.x-1770127641559

Conversation

@mongodb-php-bot
Copy link
Copy Markdown
Collaborator

Merge new changes from v2.1 into v2.x.

Commits

Resolving conflicts

To resolve any conflicts, check out the temporary branch and run the following command:
git merge v2.x

Ignoring changes

To ignore from the remote branch, first reset the temporary branch to v2.x and manually merge using the `ours` merge strategy:
git reset --hard v2.x
git merge --strategy=ours v2.1

Then, push the temporary branch to upate the pull request.

GromNaN and others added 2 commits February 3, 2026 13:45
* Skip large encryption tests on mongocryptd

Encryption tests sending large payloads fail on mongocryptd 8.2.4, 8.0.18, and 7.0.29 due to SERVER-118428

https://jira.mongodb.org/browse/DRIVERS-3382

* Skip ClientSideEncryptionSpecTest::testCorpus

* Skip file with rector error

* Skip only for concerned versions
@mongodb-php-bot mongodb-php-bot requested a review from a team as a code owner February 3, 2026 14:07
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.79%. Comparing base (869ff4b) to head (e7aa2db).
⚠️ Report is 4 commits behind head on v2.x.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff              @@
##               v2.x    #1833      +/-   ##
============================================
+ Coverage     82.65%   87.79%   +5.14%     
  Complexity     3208     3208              
============================================
  Files           428      428              
  Lines          6400     6400              
============================================
+ Hits           5290     5619     +329     
+ Misses         1110      781     -329     
Flag Coverage Δ
6.0-replica_set 86.59% <ø> (?)
6.0-server 82.65% <ø> (ø)
6.0-sharded_cluster 86.37% <ø> (?)
8.0-replica_set 87.65% <ø> (?)
8.0-server 83.42% <ø> (?)
8.0-sharded_cluster 87.48% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mongodb-php-bot mongodb-php-bot merged commit c05d7a7 into v2.x Feb 4, 2026
33 checks passed
@mongodb-php-bot mongodb-php-bot deleted the merge-v2.1-into-v2.x-1770127641559 branch February 4, 2026 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants