[Webkit-unassigned] [Bug 36725] New: test-webkitpy: Eliminate spurious output

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 28 10:35:33 PDT 2010


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

           Summary: test-webkitpy: Eliminate spurious output
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cjerdonek at webkit.org
                CC: eric at webkit.org, abarth at webkit.org,
                    levin at chromium.org, hamaji at chromium.org


Running test-webkitpy shouldn't have spurious output like this:

...........................................Received HTTP status 500 from
server.  Retrying in 0 seconds...
Received HTTP status 500 from server.  Retrying in 0.0 seconds...
................................................................................................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 331 tests in 0.799s

OK


This involves replacing deprecated_logging in networktransaction.py with Python
logging.

To preserve existing behavior, I may need help in knowing where
NetworkTransaction is being used.  I'm not sure whether Python logging has been
enabled yet for the scripts currently using NetworkTransaction.

-- 
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