Bug 312722
| Summary: | `git-webkit create-bug --radar` creates duplicate radar for Security bugs | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
| Component: | Tools / Tests | Assignee: | David Kilzer (:ddkilzer) <ddkilzer> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=313182 | ||
| Bug Depends on: | 309535 | ||
| Bug Blocks: | |||
David Kilzer (:ddkilzer)
When `git-webkit create-bug --radar rdar://NNNNNNNNN` creates a bug on the Security product, Bugzilla auto-CCs WebKit Bug Importer at creation time. Because `cc_radar()` only added the `InRadar` keyword when the importer was not yet CC'd, bugs created on the Security product never received the keyword, and the importer created a duplicate radar.
A secondary issue occurred when `cc_radar()` detected the importer was already CC'd with no radar imported and prompted "Would you like to CC rdar://NNNNNNNNN?" via `Terminal.choose()`, which failed with EOF when stdin was not a TTY.
Introduced by Bug 309535.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/175112609>
David Kilzer (:ddkilzer)
Pull request: https://github.com/WebKit/WebKit/pull/63074
EWS
Committed 311605@main (a3545b2067be): <https://commits.webkit.org/311605@main>
Reviewed commits have been landed. Closing PR #63074 and removing active labels.