[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

ojan at chromium.org ojan at chromium.org
Wed Dec 22 11:51:31 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit bf4cdc2185449f49e054dc7e9983a114e100ebef
Author: ojan at chromium.org <ojan at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 10 01:32:50 2010 +0000

    2010-08-09  Ojan Vafai  <ojan at chromium.org>
    
            Reviewed by Tony Chang.
    
            increase the number of test results that we save
            https://bugs.webkit.org/show_bug.cgi?id=43763
    
            Now that we do incremental uploads, we can increase the number of
            results that we save for http://test-results.appspot.com/dashboards/flakiness_dashboard.html.
    
            * Scripts/webkitpy/layout_tests/layout_package/json_results_generator.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65026 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index ee919cc..c72d0e4 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,15 @@
+2010-08-09  Ojan Vafai  <ojan at chromium.org>
+
+        Reviewed by Tony Chang.
+
+        increase the number of test results that we save
+        https://bugs.webkit.org/show_bug.cgi?id=43763
+
+        Now that we do incremental uploads, we can increase the number of
+        results that we save for http://test-results.appspot.com/dashboards/flakiness_dashboard.html.
+
+        * Scripts/webkitpy/layout_tests/layout_package/json_results_generator.py:
+
 2010-08-09  Evan Martin  <evan at chromium.org>
 
         Reviewed by Tony Chang.
diff --git a/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/json_results_generator.py b/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/json_results_generator.py
index d331527..e746bc0 100644
--- a/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/json_results_generator.py
+++ b/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/json_results_generator.py
@@ -60,7 +60,7 @@ class TestResult(object):
 class JSONResultsGeneratorBase(object):
     """A JSON results generator for generic tests."""
 
-    MAX_NUMBER_OF_BUILD_RESULTS_TO_LOG = 750
+    MAX_NUMBER_OF_BUILD_RESULTS_TO_LOG = 1500
     # Min time (seconds) that will be added to the JSON.
     MIN_TIME = 1
     JSON_PREFIX = "ADD_RESULTS("

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list