Title: [143015] trunk/Tools
Revision
143015
Author
[email protected]
Date
2013-02-15 10:29:49 -0800 (Fri, 15 Feb 2013)

Log Message

NRWT: ML Debug Test bot is timing out after cleaning up ports
https://bugs.webkit.org/show_bug.cgi?id=109912

Reviewed by Simon Fraser.

Added more debug messgaes to diagnose the issue.

* Scripts/webkitpy/layout_tests/controllers/manager.py:
(Manager.run):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (143014 => 143015)


--- trunk/Tools/ChangeLog	2013-02-15 18:28:12 UTC (rev 143014)
+++ trunk/Tools/ChangeLog	2013-02-15 18:29:49 UTC (rev 143015)
@@ -1,3 +1,15 @@
+2013-02-15  Ryosuke Niwa  <[email protected]>
+
+        NRWT: ML Debug Test bot is timing out after cleaning up ports
+        https://bugs.webkit.org/show_bug.cgi?id=109912
+
+        Reviewed by Simon Fraser.
+
+        Added more debug messgaes to diagnose the issue.
+
+        * Scripts/webkitpy/layout_tests/controllers/manager.py:
+        (Manager.run):
+
 2013-02-15  Claudio Saavedra  <[email protected]>
 
         Unreviewed. Add myself as a committer.

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py (143014 => 143015)


--- trunk/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py	2013-02-15 18:28:12 UTC (rev 143014)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py	2013-02-15 18:29:49 UTC (rev 143015)
@@ -212,10 +212,12 @@
 
         # Some crash logs can take a long time to be written out so look
         # for new logs after the test run finishes.
+        _log.debug("looking for new crash logs")
         self._look_for_new_crash_logs(initial_results, start_time)
         if retry_results:
             self._look_for_new_crash_logs(retry_results, start_time)
 
+        _log.debug("summarizing results")
         summarized_results = test_run_results.summarize_results(self._port, self._expectations, initial_results, retry_results)
         self._printer.print_results(end_time - start_time, initial_results, summarized_results)
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to