Skip to content

PYTHON-5500 Mark test_dns_failures_logging as flaky #2480

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
Aug 18, 2025

Conversation

blink1073
Copy link
Member

Also fix the underlying just install issue.

@blink1073 blink1073 requested a review from sleepyStick August 18, 2025 12:21
@blink1073 blink1073 requested a review from a team as a code owner August 18, 2025 12:21
@Jibola
Copy link
Contributor

Jibola commented Aug 18, 2025

Can we split the two changes? Have the just file as its own separate quick fix?

@blink1073
Copy link
Member Author

Can we split the two changes? Have the just file as its own separate quick fix?

I'm spinning a lot of plates right now, that didn't feel like it needed a ticket

@blink1073
Copy link
Member Author

drivers-pr-bot please backport to v4.14

@blink1073 blink1073 merged commit de332c5 into mongodb:master Aug 18, 2025
91 of 92 checks passed
@blink1073 blink1073 deleted the PYTHON-5500 branch August 18, 2025 17:05
Copy link
Contributor

Sorry, unable to cherry-pick to v4.14, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout -b cherry-pick-v4.14-de332c553c2835c4626e137abd1423194c666223 v4.14

git fetch origin de332c553c2835c4626e137abd1423194c666223
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 de332c553c2835c4626e137abd1423194c666223
  1. You will likely have some merge/cherry-pick conflicts here, fix them and commit:
git commit -am {message}
  1. Push to a named branch:
git push origin cherry-pick-v4.14-de332c553c2835c4626e137abd1423194c666223
  1. Create a PR against branch v4.14. I would have named this PR:

"PYTHON-5500 Mark test_dns_failures_logging as flaky (#2480) [v4.14]"

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