NEW 45862
test-webkitpy --all fails with AuthenticationErrors
https://bugs.webkit.org/show_bug.cgi?id=45862
Summary test-webkitpy --all fails with AuthenticationErrors
Eric Seidel (no email)
Reported 2010-09-15 18:51:22 PDT
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
Note You need to log in before you can comment on or make changes to this bug.