Bug 171353
Summary: | [ios-simulator WK2] LayoutTest http/tests/local/blob/send-hybrid-blob-using-open-panel.html is a flaky timeout | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | aestes, ap |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=168848 |
Ryan Haddad
LayoutTest http/tests/local/blob/send-hybrid-blob-using-open-panel.html is a flaky timeout
https://build.webkit.org/builders/Apple%20iOS%2010%20Simulator%20Release%20WK2%20(Tests)/builds/968
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Flocal%2Fblob%2Fsend-hybrid-blob-using-open-panel.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
This test times out more often than it passes on ios-simulator Release WK2.
Ryan Haddad
Marked test as flaky in https://trac.webkit.org/changeset/215871/webkit
Alexey Proskuryakov
In Apache access logs, I see three requests for the subresource.
127.0.0.1 - - [26/Apr/2017:15:54:49 -0700] "GET /xmlhttprequest/access-control-basic-non-simple-deny-cached.html HTTP/1.1" 200 1571 325
::1 - - [26/Apr/2017:15:54:49 -0700] "OPTIONS /xmlhttprequest/resources/access-control-basic-non-get-allow.cgi HTTP/1.1" 200 - 7782458
::1 - - [26/Apr/2017:15:54:57 -0700] "PUT /xmlhttprequest/resources/access-control-basic-non-get-allow.cgi HTTP/1.1" 200 58 3070087
::1 - - [26/Apr/2017:15:55:00 -0700] "OPTIONS /xmlhttprequest/resources/access-control-basic-non-get-allow.cgi HTTP/1.1" 200 - 10750080
Relevant run-webkit-tests logs:
15:54:49.643 28083 worker/7 http/tests/xmlhttprequest/access-control-basic-non-simple-allow.html passed
...
15:55:17.337 28083 "ruby -I /Volumes/Data/slave/ios-simulator-10-release-tests-wk2/build/Websites/bugs.webkit.org/PrettyPatch /Volumes/Data/slave/ios-simulator-10-release-tests-wk2/build/Websites/bugs.webkit.org/PrettyPatch/prettify.rb /Volumes/Data/slave/ios-simulator-10-release-tests-wk2/build/layout-test-results/http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached-diff.txt" took 6.74s
15:55:17.352 26617 [22527/41658] http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached.html failed unexpectedly (text diff)
15:55:17.338 28083 worker/7 http/tests/xmlhttprequest/access-control-basic-non-simple-deny-cached.html failed:
15:55:17.338 28083 worker/7 text diff
Alexey Proskuryakov
Please ignore, I commented in the wrong bug.
Ryan Haddad
This test is flaky on ios-simulator debug, too.