Bug 166025

Summary: REGRESSION: LayoutTest http/tests/fetch/fetching-same-resource-with-diffferent-options.html is a flaky failure
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ap, mcatanzaro, youennf
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Description Ryan Haddad 2016-12-19 10:47:05 PST
LayoutTest http/tests/fetch/fetching-same-resource-with-diffferent-options.html is a flaky failure

https://build.webkit.org/results/Apple%20Sierra%20Release%20WK1%20(Tests)/r209983%20(2426)/results.html

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Ffetch%2Ffetching-same-resource-with-diffferent-options.html

--- /Volumes/Data/slave/sierra-release-tests-wk1/build/layout-test-results/http/tests/fetch/fetching-same-resource-with-diffferent-options-expected.txt
+++ /Volumes/Data/slave/sierra-release-tests-wk1/build/layout-test-results/http/tests/fetch/fetching-same-resource-with-diffferent-options-actual.txt
@@ -1,7 +1,7 @@
+CONSOLE MESSAGE: Cannot use wildcard in Access-Control-Allow-Origin when credentials flag is true.
+CONSOLE MESSAGE: Fetch API cannot load http://localhost:8000/resources/download-json-with-delay.php?iteration=2&delay=100&cors=true&allowCache=true&test=2. Cannot use wildcard in Access-Control-Allow-Origin when credentials flag is true.
 CONSOLE MESSAGE: Cannot use wildcard in Access-Control-Allow-Origin when credentials flag is true.
 CONSOLE MESSAGE: Fetch API cannot load http://localhost:8000/resources/download-json-with-delay.php?iteration=2&delay=100&cors=true&allowCache=true&test=1. Cannot use wildcard in Access-Control-Allow-Origin when credentials flag is true.
-CONSOLE MESSAGE: Cannot use wildcard in Access-Control-Allow-Origin when credentials flag is true.
-CONSOLE MESSAGE: Fetch API cannot load http://localhost:8000/resources/download-json-with-delay.php?iteration=2&delay=100&cors=true&allowCache=true&test=2. Cannot use wildcard in Access-Control-Allow-Origin when credentials flag is true.
 CONSOLE MESSAGE: Cannot use wildcard in Access-Control-Allow-Origin when credentials flag is true.
 CONSOLE MESSAGE: Fetch API cannot load http://localhost:8000/resources/download-json-with-delay.php?iteration=2&delay=100&cors=true&allowCache=true&test=3. Cannot use wildcard in Access-Control-Allow-Origin when credentials flag is true.
 CONSOLE MESSAGE: Cannot use wildcard in Access-Control-Allow-Origin when credentials flag is true.
Comment 1 Ryan Haddad 2016-12-19 18:32:59 PST
Marked test as flaky in http://trac.webkit.org/projects/webkit/changeset/210012 because it was affecting EWS and I don't know the regression point yet.
Comment 2 Ryan Haddad 2017-01-18 16:53:08 PST
Marked test as flaky on ios-simulator-wk2 in https://trac.webkit.org/changeset/210900
Comment 3 Michael Catanzaro 2017-09-11 17:26:35 PDT
I'm going to mark it as flaky on all platforms.
Comment 4 Michael Catanzaro 2017-09-11 17:29:04 PDT
(In reply to Ryan Haddad from comment #1)
> I don't know the regression point yet.

Our first recorded failure for GTK port is r209973, which is clearly unrelated. The test usually passes so it's going to be hard to guess when it started to fail.
Comment 5 Michael Catanzaro 2017-09-11 17:31:28 PDT
Um, the name of this test is also misspelled. I'm going to take this opportunity while moving the expectation to rename it (diffferent -> different).