[Webkit-unassigned] [Bug 105094] New: Stupid type error when uploading results to the test results server json

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 15 08:48:14 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=105094

           Summary: Stupid type error when uploading results to the test
                    results server json
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ojan at chromium.org
                CC: eric at webkit.org, jparent at google.com,
                    dpranke at chromium.org


My guess is that the output it just a string. So we need to change %d to %s here. 

There are a bunch of errors on the test results server with the following stack:

Traceback (most recent call last):
  File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 716, in __call__
    handler.post(*groups)
  File "/base/data/home/apps/test-results/r137745.363864583332953435/handlers/testfilehandler.py", line 251, in post
    update_succeeded = JsonResults.update(master, builder, test_type, file.value)
  File "/base/data/home/apps/test-results/r137745.363864583332953435/model/jsonresults.py", line 312, in update
    small_file_updated = cls.update_file(master, builder, test_type, incremental, JSON_RESULTS_FILE_SMALL, JSON_RESULTS_MAX_BUILDS_SMALL)
  File "/base/data/home/apps/test-results/r137745.363864583332953435/model/jsonresults.py", line 322, in update_file
    new_results = cls.merge(builder, file.data, incremental, num_runs)
  File "/base/data/home/apps/test-results/r137745.363864583332953435/model/jsonresults.py", line 296, in merge
    logging.error("Incremental JSON's build number is the latest build number in the aggregated JSON: %d." % aggregated_json[builder][JSON_RESULTS_BUILD_NUMBERS][0])
TypeError: int argument required

https://appengine.google.com/logs?app_id=test-results&version_id=r137745.363864583332953435&severity_level_override=0&severity_level=3&tz=US%2FPacific&filter=&filter_type=regex&date_type=now&date=2012-12-15&time=08%3A38%3A21&limit=20

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list