-
Notifications
You must be signed in to change notification settings - Fork 124
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 regression on error-msg matching on functests #3787
Conversation
The error message comes from pulpcore and contained a typo. When it was fixed [0], our test failed to match. Ideally we would want to have Error Codes, but at this point it would be too costly to implement that. [0] pulp/pulpcore#5935
Backport to 3.22: 💚 backport PR created✅ Backport PR branch: Backported as #3791 🤖 @patchback |
Backport to 3.23: 💚 backport PR created✅ Backport PR branch: Backported as #3790 🤖 @patchback |
Backport to 3.27: 💚 backport PR created✅ Backport PR branch: Backported as #3792 🤖 @patchback |
Backport to 3.26: 💚 backport PR created✅ Backport PR branch: Backported as #3789 🤖 @patchback |
Backport to 3.25: 💚 backport PR created✅ Backport PR branch: Backported as #3788 🤖 @patchback |
Backport to 3.19: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 3aa4310 on top of patchback/backports/3.19/3aa431037ae939c4eb0d6be58911f1101f931144/pr-3787 Backporting merged PR #3787 into main
🤖 @patchback |
The error message comes from pulpcore and contained a typo. When it was fixed [0], our test failed to match.
Ideally we would want to have Error Codes, but at this point it would be too costly to implement that.
[0] pulp/pulpcore#5935