Improve Raptor reporting during initial page load
Categories
(Testing :: Raptor, enhancement, P2)
Tracking
(Not tracked)
People
(Reporter: Bebe, Unassigned)
Details
If a test times out during the initial page load it will fail with:
TEST-UNEXPECTED-FAIL: no raptor test results were found for <Testname>
https://searchfox.org/mozilla-central/source/testing/raptor/raptor/raptor.py#706
Make sure we output the timeout information
Reporter | ||
Updated•6 years ago
|
Comment 1•6 years ago
|
||
Looking over our intermittent failures, there are ~9 with this message that may apply to our page load tests. Let's make this P1 so if these are due to timeouts we get a clearer idea.
Comment 2•6 years ago
|
||
I also noticed that it appears that the initial page load can fail when ttfi is still pending, but I believe we should be ignoring this.
Updated•6 years ago
|
Comment 3•5 years ago
|
||
(In reply to Florin Strugariu [:Bebe] (needinfo me) from comment #0)
TEST-UNEXPECTED-FAIL: no raptor test results were found for <Testname>
We no longer print this message since bug 1614275 has been fixed.
Description
•