[Webkit-unassigned] [Bug 181008] Layout Test http/tests/images/image-supports-video.html is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 20 17:46:42 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=181008

--- Comment #3 from Jer Noble <jer.noble at apple.com> ---
>From the access_log.txt on the failing test, I see a request for the initial image URL (meaning the test passed), but not for the redirected URL.ng

e.g., on a passing run:

127.0.0.1 - - [20/Dec/2017:12:17:29 -0800] "GET /resources/redirect-to-video-if-accepted.php?video=test.mp4 HTTP/1.1" 301 - 1356
127.0.0.1 - - [20/Dec/2017:12:17:29 -0800] "GET /resources/test.mp4 HTTP/1.1" 200 192844 1862

and on a failing run:

127.0.0.1 - - [09/Dec/2017:13:51:01 -0800] "GET /resources/redirect-to-video-if-accepted.php?video=test.mp4 HTTP/1.1" 301 - 1163

(with no matching request for "test.mp4".)

Could we be hitting a weird memory cache corner case?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171221/853a1b09/attachment.html>


More information about the webkit-unassigned mailing list