Bug 1870500 - Resolving the WPT intermittent failure. r=perftest-reviewers,kshampur

The issue we were encountering here was a missing metric for canva.com intermittently occuring
That ocured because of the location of that metric(first contentful paint) in the returned json moved locations for just canva.com, and so canva.com was removed whilst the problem debugged. Afterwards it was discovered that this issue was covering up another intermittent about json decoding error which was in turn resolved by removing code which removed "www." from links used with python requests.

Differential Revision: https://phabricator.services.mozilla.com/D199238
This commit is contained in:
andrej 2024-01-24 02:36:24 +00:00
Родитель a50e7bbf86
Коммит 4b439bc34d
3 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -311,7 +311,7 @@ class WebPageTest(Layer):
wpt_test_request_link = self.create_wpt_request_link(options, website)
send_wpt_test_request = self.request_with_timeout(wpt_test_request_link)[
"data"
]["jsonUrl"].replace("www.", "")
]["jsonUrl"]
results_of_test = self.request_with_timeout(send_wpt_test_request)
return results_of_test

Просмотреть файл

@ -76,7 +76,6 @@ module.exports = {
"yahoo.co.jp",
"twitter.com",
"naver.com",
"canva.com",
"ebay.com",
"force.com",
"amazon.in",

Просмотреть файл

@ -76,7 +76,6 @@ module.exports = {
"yahoo.co.jp",
"twitter.com",
"naver.com",
"canva.com",
"ebay.com",
"force.com",
"amazon.in",