-
Notifications
You must be signed in to change notification settings - Fork 41
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
[Task]: verify Cinder override decisions work as expected #15144
Comments
So far I tried the following:
|
From looking at the webhook response I've identified the problem - Cinder is not passing the job id of the overridden job, only the decision id. |
forgot -> at the moment it's a bit confusing what's going on so I can't tell if the correct emails are sent or not. What's different than before at override it's that the actions have an effect, for example if something is disabled then overridden with approve, content is re-enabled. https://stage.cinder.nonprod.webservices.mozgcp.net/investigate/amo_addon/634054/decisions?filters=%7B%7D |
@ioanarusiczki it seems the duplicate emails are caused by (or a symptom of) #15160 - though I understand it may be hard/impractical to complete QA on this change with all the extra email noise in the meantime! |
I tried this on -dev and -stage today Scenario 1 : content is disabled, override with approve , I tried with an extension, theme, rating, user
Scenario2: an approval overridden with disable, tested with a theme, an extension, a collection
Scenario3: a disable decision overridden with another policy that disables, tested with an extension and a theme.
That should be all expected. I didn't make screenshots with the emails because 1. would make this tltr 2. I think it's the correct emails sent. I did not try overriding appeals (I'll check if that's possible tomorrow). Only now while writing test results down, I've realized maybe that's possible too. |
Description
Cinder has an override function to make another decision on a job where a decision was already made (which closed the job). AMO has supported this from the beginning but it wasn't called out as supported feature so may not have been fully QA'd.
Acceptance Criteria
Milestones/checkpoints
Checks
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: