Closed Bug 569144 Opened 16 years ago Closed 16 years ago

tbplbot doesn't get suggestions for failures in delaytest.html?transparent-animation.gif

Categories

(Tree Management Graveyard :: TBPL, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: philor, Assigned: ehsan.akhgari)

References

Details

(Keywords: regression)

Attachments

(1 file)

Not sure where the "?" messes us up, since https://api-dev.bugzilla.mozilla.org/latest/bug?whiteboard=orange&summary=delaytest.html%3Ftransparent-animation.gif does return the bug, but instances of bug 558678 don't get a tbplbot suggestion of it. Apparently a regression, since bug 558678 comment 2 says that at one point, it did work.
This is a regression from bug 562322.
Assignee: nobody → ehsan
Blocks: 562322
Status: NEW → ASSIGNED
Attached patch Patch (v1)Splinter Review
The problem is that we look for " | ", whereas the log line ends in " |\n", causing us to end up with only two tokens and bail out. This patch uses preg_split with /\s\|\s/, which correctly handles " |\n" as well as the usual " | ".
Attachment #448288 - Flags: review?(mstange)
Attachment #448288 - Flags: review?(mstange) → review+
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
deployed
Product: Webtools → Tree Management
Product: Tree Management → Tree Management Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: