-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.3.1 #8750
4.3.1 #8750
Conversation
This comment has been minimized.
This comment has been minimized.
should be g2g, if tests pass. |
1 smoketest failure
{
"id": "unused-javascript",
"title": "Remove unused JavaScript",
"description": "Remove unused JavaScript to reduce bytes consumed by network activity.",
"score": 0.67,
"scoreDisplayMode": "numeric",
"rawValue": 450,
"displayValue": "Potential savings of 21 KB",
"details": {
"type": "opportunity",
"headings": [
{
"key": "url",
"valueType": "url",
"label": "URL"
},
{
"key": "totalBytes",
"valueType": "bytes",
"label": "Size (KB)"
},
{
"key": "wastedBytes",
"valueType": "bytes",
"label": "Potential Savings (KB)"
}
],
"items": [
{
"url": "http://localhost:10200/byte-efficiency/script.js",
"totalBytes": 53181,
"wastedBytes": 14415,
"wastedPercent": 27.105307847614018
},
{
"url": "http://localhost:10200/byte-efficiency/tester.html",
"totalBytes": 15089,
"wastedBytes": 6603,
"wastedPercent": 43.76043266341724
}
],
"overallSavingsMs": 450,
"overallSavingsBytes": 21018
}
} |
That failure looks suspiciously like that chrome bug from forever ago it didn't make it to stable, right? the backports doesn't have our chrome version printing in travis so hard to tell :) |
#7065 (comment) |
but the repro doesnt happen for me in stable ( https://bugs.chromium.org/p/chromium/issues/detail?id=927464 ) so that must mean travis is NOT using stable chrome .. |
pushed a commit to print the chrome version in travis. Google Chrome 74.0.3729.131. Which is indeed stable.. Could the smokes somehow be using a Chrome other than the one defined by:
? |
I'm 99% convinced Travis is using an old, broken Canary. |
notice |
running master LH:
hmmm.... no diff in the script.js / audit between master/v430 . |
We gonna just change the smoke test value to pass. The There may be some sort of big to file upstream but it won't affect LH since the async stacks PR does something to fix things. As for why the errors smoke test fails ... It works locally, maybe it's just flaky. Let's try again. |
v4 branch is currently identical to tag v4.3.0
This PR proposes adding these cherrypicks to the v4 branch:
#7122
#8294
#8338
#8354
#8387
No merge conflicts :)
Fixes #8447