Skip to content
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

fix: retry sending MDNs on temporary error #5665

Merged
merged 1 commit into from
Jun 4, 2024
Merged

Conversation

link2xt
Copy link
Collaborator

@link2xt link2xt commented Jun 3, 2024

Postfix returns 421 4.4.2 Error: timeout exceeded
when overloaded by CI. If MDN is not retried in this case, test_qr_readreceipt fails.

Fixes #5662

Postfix returns 421 4.4.2 Error: timeout exceeded
when overloaded by CI. If MDN is not retried in this case,
`test_qr_readreceipt` fails.
@link2xt
Copy link
Collaborator Author

link2xt commented Jun 3, 2024

test_verified_group_vs_delete_server_after is still flaky (#5201), but looks like this fixed test_qr_readreceipt finally.

@link2xt
Copy link
Collaborator Author

link2xt commented Jun 4, 2024

10 retries later, CI still does not pass because of #5201 :)

@link2xt link2xt merged commit 0ca1318 into main Jun 4, 2024
37 checks passed
@link2xt link2xt deleted the link2xt/retry-mdn branch June 4, 2024 12:54
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.

SMTP loop does not retry MDNs without interrupt on temporary SMTP error
2 participants