Re: [webkit-dev] trac.webkit.org timeline broken

2012-07-29 Thread Ryosuke Niwa
Now I'm getting errors like the one below:

Traceback (most recent call last):
  File /usr/lib/python2.6/site-packages/trac/web/api.py, line 441,
in send_error
data, 'text/html')
  File /usr/lib/python2.6/site-packages/trac/web/chrome.py, line
828, in render_template
message = req.session.pop('chrome.%s.%d' % (type_, i))
  File /usr/lib/python2.6/site-packages/trac/web/api.py, line 216,
in __getattr__
value = self.callbacks[name](self)
  File /usr/lib/python2.6/site-packages/trac/web/main.py, line 309,
in _get_session
return Session(self.env, req)
  File /usr/lib/python2.6/site-packages/trac/web/session.py, line
212, in __init__
self.get_session(req.authname, authenticated=True)
  File /usr/lib/python2.6/site-packages/trac/web/session.py, line
228, in get_session
super(Session, self).get_session(sid, authenticated)
  File /usr/lib/python2.6/site-packages/trac/web/session.py, line
62, in get_session
cursor = db.cursor()
  File /usr/lib/python2.6/site-packages/trac/db/postgres_backend.py,
line 258, in cursor
return IterableCursor(self.cnx.cursor(), self.log)
InterfaceError: connection already closed



On Sat, Jul 28, 2012 at 5:40 PM, William Siegrist wsiegr...@apple.comwrote:

 Its fixed.

 -Bill


 On Jul 28, 2012, at 5:37 PM, Simon Fraser simon.fra...@apple.com wrote:

 I sent email to Bill Siegrist about this earlier.

 Simon

 On Jul 28, 2012, at 5:24 PM, Peter Kasting wrote:

 The Trac timeline doesn't seem to have updated since last night.  It's
 missing about 15 commits right now.  Trying to link to one of these -- e.g.
 http://trac.webkit.org/changeset/123971 -- doesn't work.

 Not sure to whom to direct this problem.

 PK
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev




 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] PSA: Comparing perf. tests results just got easier

2012-07-29 Thread Ryosuke Niwa
Hi,

I've added run-perf-tests the ability to aggregate results locally with
--output-json-path option.
This new feature is very useful when you want to compare performance test
results.

Say we have two WebKit checkouts:

   1. At revision X with a patch that may have regressed
   Dromaeo/dom-traverse.html
   2. At revision X without the patch

Then execute run-perf-tests with the said option as follows in both
checkouts:
run-perf-tests --output-json-path=~/perf-test-results.json
PerformanceTests/Dromaeo/dom-traverse.html

Just like that, ~/perf-test-results.html is generated with beautiful flot
graphs summarizing the results.
Sample results page:
https://bug-92575-attachments.webkit.org/attachment.cgi?id=155123.

Best,
Ryosuke Niwa
Software Engineer
Google Inc.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev