Bug 45862
Summary: | test-webkitpy --all fails with AuthenticationErrors | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | abarth, dbates |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 | ||
Bug Depends on: | |||
Bug Blocks: | 31500 |
Eric Seidel (no email)
test-webkitpy --all fails with AuthenticationErrors
I believe this is because I deleted my cached SVN auth credentials from my machine (I'm trying to fix bug 31500).
Seems bad that these tests would then fail for non-committers! (or committers who have never committed).
======================================================================
ERROR: test_commit_text_parsing (webkitpy.common.checkout.scm_unittest.SVNTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Projects/WebKit/WebKitTools/Scripts/webkitpy/common/checkout/scm_unittest.py", line 648, in test_commit_text_parsing
self._shared_test_commit_with_message()
File "/Projects/WebKit/WebKitTools/Scripts/webkitpy/common/checkout/scm_unittest.py", line 639, in _shared_test_commit_with_message
commit_text = self.scm.commit_with_message("another test commit", username)
File "/Projects/WebKit/WebKitTools/Scripts/webkitpy/common/checkout/scm.py", line 532, in commit_with_message
raise AuthenticationError(self.svn_server_host)
AuthenticationError
======================================================================
ERROR: test_diff_for_file_with_existing_bogus_dir (webkitpy.common.checkout.scm_unittest.SVNTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Projects/WebKit/WebKitTools/Scripts/webkitpy/common/checkout/scm_unittest.py", line 747, in test_diff_for_file_with_existing_bogus_dir
self.do_test_diff_for_file()
File "/Projects/WebKit/WebKitTools/Scripts/webkitpy/common/checkout/scm_unittest.py", line 730, in do_test_diff_for_file
self.scm.commit_with_message("a test commit")
File "/Projects/WebKit/WebKitTools/Scripts/webkitpy/common/checkout/scm.py", line 532, in commit_with_message
raise AuthenticationError(self.svn_server_host)
AuthenticationError
======================================================================
ERROR: test_diff_for_file_with_missing_bogus_dir (webkitpy.common.checkout.scm_unittest.SVNTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Projects/WebKit/WebKitTools/Scripts/webkitpy/common/checkout/scm_unittest.py", line 753, in test_diff_for_file_with_missing_bogus_dir
self.do_test_diff_for_file()
File "/Projects/WebKit/WebKitTools/Scripts/webkitpy/common/checkout/scm_unittest.py", line 730, in do_test_diff_for_file
self.scm.commit_with_message("a test commit")
File "/Projects/WebKit/WebKitTools/Scripts/webkitpy/common/checkout/scm.py", line 532, in commit_with_message
raise AuthenticationError(self.svn_server_host)
AuthenticationError
======================================================================
ERROR: test_show_head_binary (webkitpy.common.checkout.scm_unittest.SVNTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Projects/WebKit/WebKitTools/Scripts/webkitpy/common/checkout/scm_unittest.py", line 725, in test_show_head_binary
self.scm.commit_with_message("a test commit")
File "/Projects/WebKit/WebKitTools/Scripts/webkitpy/common/checkout/scm.py", line 532, in commit_with_message
raise AuthenticationError(self.svn_server_host)
AuthenticationError
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |