Bug 62946
Summary: | REGRESSION: SVNTest.test_commit_with_username fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Daniel Bates <dbates> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | abarth, eric, mithro |
Priority: | P2 | Keywords: | Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Daniel Bates
When I ran test-webkitpy --all today, webkitpy.common.checkout.scm.scm_unittest.SVNTest.test_commit_with_username failed with:
Traceback (most recent call last):
File "/Users/dbates/Desktop/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm_unittest.py", line 688, in test_commit_with_username
self._shared_test_commit_with_message("dbates@webkit.org")
File "/Users/dbates/Desktop/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/scm_unittest.py", line 674, in _shared_test_commit_with_message
commit_text = self.scm.commit_with_message("yet another test commit", username)
File "/Users/dbates/Desktop/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/svn.py", line 312, in commit_with_message
_log = logging.getLogger("webkitpy.common.system")
NameError: global name 'logging' is not defined
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tim 'mithro' Ansell
$ ./test-webkitpy webkitpy.common.checkout.scm.scm_unittest.SVNTest.test_commit_with_username
Suppressing most webkitpy logging while running unit tests.
Ran 1 test in 3.460s
OK