package: bugs.debian.org
severity: minor

There are several bugs that are blocked by bug#1, which of course
doesn't exist.  Maybe the blocked-by processor doesn't verify that the
target bug actually exists?

==
debbugs=> select b.archived, a.from_id as parent_bug_id, a.type_id,
a.to_id as missing_bug_id from bug_assoc a join bug b on a.from_id =
b.bug_id where a.to_id in (select bug_id from bug where archived is null);
 archived | parent_bug_id |  type_id   | missing_bug_id
----------+---------------+------------+----------------
 N        | 508138        | BLOCKED_BY | 1
 N        | 475553        | BLOCKED_BY | 1
 Y        | 541617        | BLOCKED_BY | 1
 Y        | 543130        | BLOCKED_BY | 1
 Y        | 539538        | BLOCKED_BY | 1
 Y        | 532343        | BLOCKED_BY | 1
 Y        | 534788        | BLOCKED_BY | 1
 Y        | 535970        | BLOCKED_BY | 1
(8 rows)
==



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to