Closed
Bug 543475
Opened 15 years ago
Closed 12 years ago
bmo contains duplicate loops
Categories
(bugzilla.mozilla.org :: General, defect)
bugzilla.mozilla.org
General
Tracking
()
RESOLVED
FIXED
People
(Reporter: mkanat, Assigned: glob)
Details
I was testing out some Bugzilla code using a copy of the bmo database that I have, and I discovered that bmo contains some tricky duplicate loops, involving these bug ids:
Duplicate loop: 244067 -> 244068
Duplicate loop: 54207 -> 54992
Duplicate loop: 281535 -> 281536
Duplicate loop: 176554 -> 176530
Duplicate loop: 176530 -> 176554
Duplicate loop: 175740 -> 171364
Duplicate loop: 30341 -> 26942
Duplicate loop: 244068 -> 244067
Duplicate loop: 54992 -> 54207
Duplicate loop: 281536 -> 281535
Duplicate loop: 171364 -> 175740
Duplicate loop: 26942 -> 30341
Duplicate loop: 54207 -> 54992
Duplicate loop: 244067 -> 244068
Duplicate loop: 54207 -> 54992
Duplicate loop: 281535 -> 281536
Duplicate loop: 176554 -> 176530
Duplicate loop: 176530 -> 176554
Duplicate loop: 175740 -> 171364
Duplicate loop: 30341 -> 26942
Duplicate loop: 244068 -> 244067
Duplicate loop: 54992 -> 54207
Duplicate loop: 281536 -> 281535
Duplicate loop: 171364 -> 175740
Duplicate loop: 26942 -> 30341
Duplicate loop: 54207 -> 54992
Those loops for people who don't like to read long lists are:
Duplicate loop: 244067 -> 244068
Duplicate loop: 244068 -> 244067
Duplicate loop: 54207 -> 54992
Duplicate loop: 54992 -> 54207
Duplicate loop: 281536 -> 281535
Duplicate loop: 281535 -> 281536
Duplicate loop: 176554 -> 176530
Duplicate loop: 176530 -> 176554
Duplicate loop: 175740 -> 171364
Duplicate loop: 171364 -> 175740
Duplicate loop: 30341 -> 26942
Duplicate loop: 26942 -> 30341
Comment 2•15 years ago
|
||
Why hasn't sanitycheck noticed this?
Reporter | ||
Comment 3•15 years ago
|
||
Not sure. I know that I detected them only with the second iteration of my loop-detection code in the new 3.6 duplicates.cgi, because they seem to be indirect loops--that is, they get traced from another bug that is duped to them, and then the loop happens, but the loop doesn't include the original bug.
Updated•14 years ago
|
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
looks like sanitycheck was updated to catch these - fixed all of them around 2012-04-12.
Assignee: nobody → glob
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•