[CalendarServer-changes] [6928] CalendarServer/trunk/contrib/performance/benchmark.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Feb 15 07:56:07 PST 2011


Revision: 6928
          http://trac.macosforge.org/projects/calendarserver/changeset/6928
Author:   exarkun at twistedmatrix.com
Date:     2011-02-15 07:56:07 -0800 (Tue, 15 Feb 2011)
Log Message:
-----------
Mark the top-level error logging so it's easy to identify where errors are popping out.

Modified Paths:
--------------
    CalendarServer/trunk/contrib/performance/benchmark.py

Modified: CalendarServer/trunk/contrib/performance/benchmark.py
===================================================================
--- CalendarServer/trunk/contrib/performance/benchmark.py	2011-02-15 15:43:03 UTC (rev 6927)
+++ CalendarServer/trunk/contrib/performance/benchmark.py	2011-02-15 15:56:07 UTC (rev 6928)
@@ -459,6 +459,6 @@
         options['host'], options['port'], pids, options['label'],
         options['parameters'],
         [(arg, namedAny(arg).measure) for arg in options['benchmarks']])
-    d.addErrback(err)
+    d.addErrback(err, "Failure at benchmark runner top-level")
     reactor.callWhenRunning(d.addCallback, lambda ign: reactor.stop())
     reactor.run()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110215/1f63aed9/attachment.html>


More information about the calendarserver-changes mailing list