Bug 139225 - http/tests/misc/authentication-redirect tests use the same authentication realm
Summary: http/tests/misc/authentication-redirect tests use the same authentication realm
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-03 10:43 PST by Alexey Proskuryakov
Modified: 2014-12-03 13:45 PST (History)
0 users

See Also:


Attachments
proposed fix (5.04 KB, patch)
2014-12-03 13:42 PST, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff
with a real ChangeLog (5.20 KB, patch)
2014-12-03 13:43 PST, Alexey Proskuryakov
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.