Skip to content

Merge v1.21 into v1.x #1654

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 3, 2025
Merged

Merge v1.21 into v1.x #1654

merged 1 commit into from
Apr 3, 2025

Conversation

mongodb-php-bot
Copy link
Collaborator

Merge new changes from v1.21 into v1.x.

Commits

Resolving conflicts

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

Ignoring changes

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

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

cb33c1c introduced onNotSuccessfulTest(), but that is the inverse logic. The internal TestCase::status() method seems to be the only replacement for TestCase::hasFailed(), which was removed in PHPUnit 10.
@mongodb-php-bot mongodb-php-bot requested a review from a team as a code owner April 3, 2025 16:24
@mongodb-php-bot mongodb-php-bot requested a review from GromNaN April 3, 2025 16:24
@jmikola
Copy link
Member

jmikola commented Apr 3, 2025

Test failures are unrelated.

See: https://jira.mongodb.org/browse/PHPLIB-1643

@jmikola jmikola removed the request for review from GromNaN April 3, 2025 17:28
@jmikola jmikola disabled auto-merge April 3, 2025 17:28
@jmikola jmikola merged commit 9e6948d into v1.x Apr 3, 2025
51 of 52 checks passed
@jmikola jmikola deleted the merge-v1.21-into-v1.x-1743697495241 branch April 3, 2025 17:30
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.

2 participants