Bug 139225

Summary: http/tests/misc/authentication-redirect tests use the same authentication realm
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=138958
https://bugs.webkit.org/show_bug.cgi?id=139226
Attachments:
Description Flags
proposed fix
none
with a real ChangeLog thorton: review+

Description Alexey Proskuryakov 2014-12-03 10:43:21 PST
This makes the tests weaker, because WebKit doesn't call out to the client, and authentication request doesn't get logged. Also, the tests fail when run with --fully-parallel option.

Longer term, we should clear HTTP auth between tests, but that's a bit more of an undertaking.
Comment 1 Alexey Proskuryakov 2014-12-03 13:42:00 PST
Created attachment 242519 [details]
proposed fix
Comment 2 Alexey Proskuryakov 2014-12-03 13:43:28 PST
Created attachment 242520 [details]
with a real ChangeLog
Comment 3 Alexey Proskuryakov 2014-12-03 13:45:19 PST
Committed <http://trac.webkit.org/r176752>.