Closed
Bug 588995
Opened 15 years ago
Closed 15 years ago
TBPL is not working for Tracemonkey/JaegerMonkey
Categories
(Tree Management Graveyard :: TBPL, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: dmandelin, Assigned: rhelmer)
Details
Attachments
(1 file)
717 bytes,
patch
|
mstange
:
review+
|
Details | Diff | Splinter Review |
It never gets past "Loading pushlog..." on the top. It was like this since this morning.
Assignee | ||
Comment 1•15 years ago
|
||
Getting this in the error console for Tracemonkey:
Error: /([^<]+) /.exec(patch.author) is null
Source File: http://tests.themasta.com/tinderboxpushlog/js/PushlogJSONParser.js
Line: 20
Comment 2•15 years ago
|
||
Try TM after 8:30 tonight, and JM after 11:13 tonight - those thousand-changeset merges are hard on pushlog, and it tends not to manage to finish before tbpl times it out.
Comment 3•15 years ago
|
||
The same problem is happening on TryServer's TBPL now.
Assignee | ||
Comment 4•15 years ago
|
||
I think this is happening because author names don't always have in brackets (most but not all are "User Name <email>", some are just "email"):
$ curl -s 'http://hg.mozilla.org/try/json-pushes?full=1&startdate=12+hours+ago&enddate=now' | grep author | grep -v '<'
"author": "curtisb@curtis-bartleys-macbook-pro.local",
Regression caused by bug 584836?
Assignee | ||
Comment 5•15 years ago
|
||
Attachment #467606 -
Flags: review?(arpad.borsos)
Assignee | ||
Updated•15 years ago
|
Attachment #467606 -
Flags: review?(mstange)
Comment 6•15 years ago
|
||
Comment on attachment 467606 [details] [diff] [review]
check for < in author name before using regex
We can just tweak the regex to exclude the space. Pushed with that change (and a trim() around it to remove a possible trailing space):
http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/rev/1fd4bd863cc7
Attachment #467606 -
Flags: review?(mstange)
Attachment #467606 -
Flags: review?(arpad.borsos)
Attachment #467606 -
Flags: review+
Updated•15 years ago
|
Assignee: nobody → robert
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•15 years ago
|
||
WFM locally using a pushlog JSON feed with missing "<".
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 8•15 years ago
|
||
Thanks very much! This is a key time for the JS team, and I've been really relying on TBPL, so it was great to have a prompt fix.
Updated•11 years ago
|
Product: Webtools → Tree Management
Updated•10 years ago
|
Product: Tree Management → Tree Management Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•