[Webkit-unassigned] [Bug 45862] New: test-webkitpy --all fails with AuthenticationErrors
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 15 18:51:22 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=45862
Summary: test-webkitpy --all fails with AuthenticationErrors
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: eric at webkit.org
CC: abarth at webkit.org, ojan at chromium.org,
dbates at webkit.org
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
--
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