Chromium Code Reviews
DescriptionDeflake ontimeout-event-override-after-failure by waiting longer for http
This test flakes when the http server does not respond quick enough. I
suspect this happens on bots that are busy running other tests in
parallel. I was able to simulate this flakiness by lowering the XHR
timeout to 13ms.
This patch increases the XHR timeout from 100ms to 180ms which should
give more time for the test http server to respond. This has no effect
on overall test time because the pass condition is behind a 200ms timer.
After this patch lands, we need to monitor the following:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=http%2Ftests%2Fxmlhttprequest%2Fontimeout-event-override-after-failure.html
If the flakiness disappears, the lines in TestExpectations should be removed.
BUG=464736, 665165
Committed: https://crrev.com/613135a62748f6d2f875f11b9096c368a3873714
Cr-Commit-Position: refs/heads/master@{#432409}
Patch Set 1 #Patch Set 2 : Don't update test expectations until the tests are known to be deflaked #
Messages
Total messages: 20 (12 generated)
|
|||||||||||||||||||