[Webkit-unassigned] [Bug 61660] New: New bug links on TestFailures page often contain titles that are so long they are rejected by Bugzilla
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 27 12:58:29 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=61660
Summary: New bug links on TestFailures page often contain
titles that are so long they are rejected by Bugzilla
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
URL: http://build.webkit.org/TestFailures
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: aroben at apple.com
CC: ddkilzer at webkit.org
Bugzilla apparently has a 255-character limit on bug titles. The TestFailures page's new bug links include the names of all the failing tests, which can often be much more than 255 characters. Trying to submit one of these bugs results in an obscure Bugzilla error like this:
DBD::Pg::db selectrow_array failed: ERROR: current transaction is aborted, commands ignored until end of transaction block [for Statement "SELECT CURRVAL('bugs_bug_id_seq')"] at Bugzilla/DB/Pg.pm line 90
Bugzilla::DB::Pg::bz_last_key('Bugzilla::DB::Pg=HASH(0x100ebfdd8)', 'bugs', 'bug_id') called at Bugzilla/Object.pm line 367
Bugzilla::Object::insert_create_data('Bugzilla::Bug', 'HASH(0x10096bf98)') called at Bugzilla/Bug.pm line 352
Bugzilla::Bug::create('Bugzilla::Bug', 'HASH(0x100e244c0)') called at /www/hosts/bugs.webkit.org/post_bug.cgi line 177
We should make the TestFailures page never create a bug title that's longer than 255 characters.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list