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

Bug 1869601 - GitHub push endpoint should stop setting the qe-verify flag when resolving a Fenix or Focus bug #2151

Merged
merged 2 commits into from
Dec 14, 2023

Conversation

dklawren
Copy link
Collaborator

No description provided.

@dklawren dklawren requested a review from cgsheeh December 12, 2023 22:38
- Add tests back we were doing before for non-android products
- Fix uninitialized warning in BugMail.pm when running webservice tests
@dklawren dklawren requested a review from cgsheeh December 13, 2023 21:53
@@ -366,6 +366,7 @@ sub sendMail {
# Only display bug ids that the user is allowed to see for certain fields
if ($diff->{field_name} =~ /^(?:dependson|blocked|regress(?:ed_by|es))$/) {
foreach my $field ('new', 'old') {
next if !defined $diff->{$field};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this intended?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah snuck that in there as it causes a stderr warning when running the API tests. I can take it if you want and add it to a separate bug

@dklawren dklawren merged commit 43da50e into mozilla-bteam:master Dec 14, 2023
7 checks passed
@dklawren dklawren deleted the 1869601 branch December 14, 2023 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants