Merge lp:~milo/launchpad-work-items-tracker/bug996948 into lp:~linaro-automation/launchpad-work-items-tracker/linaro
Proposed by
Milo Casagrande
Status: | Merged |
---|---|
Merged at revision: | 343 |
Proposed branch: | lp:~milo/launchpad-work-items-tracker/bug996948 |
Merge into: | lp:~linaro-automation/launchpad-work-items-tracker/linaro |
Diff against target: |
28 lines (+10/-2) 1 file modified
collect (+10/-2) |
To merge this branch: | bzr merge lp:~milo/launchpad-work-items-tracker/bug996948 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Paul Sokolovsky | Approve | ||
Loïc Minier | Pending | ||
Linaro Infrastructure | Pending | ||
Review via email:
|
This proposal supersedes a proposal from 2012-10-09.
Description of the change
Merge proposal in order to fix the integrity error we receive from status.l.o.
Changes done:
- catch the integrity error and print warning with name of duplicated Blueprint
- skip the Blueprint and continue, otherwise script will fail later in the code due to variable not being set
To post a comment you must log in.
I'm not sure this should be a warning. This condition is clearly makes the application not worked as intended (not to process its work items), so this should be an error. Definitely not a fatal, so continuing is nice. "Needs fixing"
Other thing I was thinking about was showing both old and new blueprints - while the current patch is nice and easy, in real world situation, I guess a stakeholder would like to know both offending blueprints. I'd defer to stakeholders though (would definitely require more time to implement).