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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 28 10:47:42 PDT 2010


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


Chris Jerdonek <cjerdonek at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cjerdonek at webkit.org




--- Comment #2 from Chris Jerdonek <cjerdonek at webkit.org>  2010-03-28 10:47:42 PST ---
(In reply to comment #1)
> This is a recent regression from some test.  It didn't used to have this output
> as of Friday.

Running test-webkitpy with verbose output:

> test-webkitpy -v

...
test_trivial (webkitpy.common.net.irc.ircproxy_unittest.IRCProxyTest) ... ok
test_exception
(webkitpy.common.net.networktransaction_unittest.NetworkTransactionTest) ... ok
test_retry
(webkitpy.common.net.networktransaction_unittest.NetworkTransactionTest) ...
Received HTTP status 500 from server.  Retrying in 0 seconds...
Received HTTP status 500 from server.  Retrying in 0.0 seconds...
ok
test_success
(webkitpy.common.net.networktransaction_unittest.NetworkTransactionTest) ... ok
test_timeout
(webkitpy.common.net.networktransaction_unittest.NetworkTransactionTest) ... ok
...

Is it possible it's related to the ordering of the tests (if some code shuts
off rendering to the screen)? The ordering probably changed with the unit test
auto-detection that was landed yesterday:

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

I seem to remember us noticing some order-dependent unit-test behavior when we
met middle of the week (though probably not this specific behavior).

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