Bug 178467

Summary: http/tests/loading/basic-auth-resend-wrong-credentials.html is still a flaky failure after proposed fix.
Product: WebKit Reporter: Matt Lewis <jlewis3>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, aestes, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=178370
Attachments:
Description Flags
Patch aestes: review+

Description Matt Lewis 2017-10-18 09:34:25 PDT
http/tests/loading/basic-auth-resend-wrong-credentials.html had an attempt to make the test less flaky in https://trac.webkit.org/changeset/223554/webkit however the test has since still been a flaky failure according to the dashboard:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Floading%2Fbasic-auth-resend-wrong-credentials.html

current build:
https://build.webkit.org/results/Apple%20Sierra%20Release%20WK2%20(Tests)/r223605%20(5091)/results.html
https://build.webkit.org/builders/Apple%20Sierra%20Release%20WK2%20(Tests)/builds/5091

Diff
--- /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/http/tests/loading/basic-auth-resend-wrong-credentials-expected.txt
+++ /Volumes/Data/slave/sierra-release-tests-wk2/build/layout-test-results/http/tests/loading/basic-auth-resend-wrong-credentials-actual.txt
@@ -2,8 +2,8 @@
 main frame - didCommitLoadForFrame
 main frame - didFinishDocumentLoadForFrame
 frame "<!--framePath //<!--frame0-->-->" - didStartProvisionalLoadForFrame
+127.0.0.1:8000 - didReceiveAuthenticationChallenge - Responding with wrongusername:wrongpassword
 main frame - didHandleOnloadEventsForFrame
-127.0.0.1:8000 - didReceiveAuthenticationChallenge - Responding with wrongusername:wrongpassword
 frame "<!--framePath //<!--frame0-->-->" - didCommitLoadForFrame
 frame "<!--framePath //<!--frame0-->-->" - didFinishDocumentLoadForFrame
 frame "<!--framePath //<!--frame1-->-->" - didStartProvisionalLoadForFrame
Comment 1 Alex Christensen 2017-10-18 10:14:46 PDT
Created attachment 324128 [details]
Patch
Comment 2 Alex Christensen 2017-10-18 10:16:53 PDT
http://trac.webkit.org/r223613
Comment 3 Radar WebKit Bug Importer 2017-10-18 10:18:07 PDT
<rdar://problem/35054193>