Bug 153551

Summary: LayoutTest fast/loader/stateobjects/replacestate-frequency-iframe.html is flaky on El Cap, always times out on Yosemite.
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: New BugsAssignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: ap
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Mac   
OS: Unspecified   

Ryan Haddad
Reported 2016-01-27 10:06:43 PST
LayoutTest fast/loader/stateobjects/replacestate-frequency-iframe.html is flaky This test was added with r195625, and it seems to be timing out every 2-3 runs across Mac testers. <https://build.webkit.org/builders/Apple%20El%20Capitan%20Release%20WK2%20(Tests)/builds/2837> <https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Floader%2Fstateobjects%2Freplacestate-frequency-iframe.html>
Attachments
Brady Eidson
Comment 1 2016-01-27 10:10:47 PST
Since the timeout case prints absolutely nothing, I cannot diagnose what may or may not be going wrong unless I can reproduce this locally (which I haven't been able to yet)
Brady Eidson
Comment 3 2016-01-27 12:28:12 PST
I've never seen a flake locally. I've run just this test 100 times in a row, and the entire directory 20 times in a row. Nothing.
Brady Eidson
Comment 4 2016-01-27 12:38:16 PST
I did notice something wrong with the test and I fixed it in http://trac.webkit.org/changeset/195687 But I don't see how that have caused the flake, or how it could resolve it. Still exploring...
Brady Eidson
Comment 5 2016-01-27 12:45:55 PST
Wow. The iframe url was: "resources/replaceState-iframe.html", but the file on disk is named "replacestate-iframe.html" Notice the case sensitivity on the 'S' Apparently some of our build bots are case sensitive and others are not, hence the flake. :(
Brady Eidson
Comment 6 2016-01-27 12:48:06 PST
Alexey Proskuryakov
Comment 7 2016-01-27 23:14:35 PST
> Apparently some of our build bots are case sensitive and others are not, hence the flake. :( Ouch! But unsure if that's a good or a bad thing, after all.
Brady Eidson
Comment 8 2016-01-27 23:17:46 PST
(In reply to comment #7) > > Apparently some of our build bots are case sensitive and others are not, hence the flake. :( > > Ouch! > > But unsure if that's a good or a bad thing, after all. I think it's a good thing that we test both case sensitive and case insensitive. I think it's a bad thing that: A - The split was apparently accidental and unknown B - Bots that are one or the other are not identified as such
Note You need to log in before you can comment on or make changes to this bug.