Implement the LitePage Integration Test with ChromeDriver |
|||||
Issue descriptionCorrectness measurement for lite pages in the Chrome-Proxy header New File Name: lofi.py New Method Name: testLitePage Telemetry PageSet: https://cs.chromium.org/chromium/src/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/lite_page.py Telemetry Benchmark: https://cs.chromium.org/chromium/src/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py?l=86 Telemetry Measurement: https://cs.chromium.org/chromium/src/tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py?q=file:tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py+"class+ChromeProxyLitePage" Telemetry Metric: https://cs.chromium.org/chromium/src/tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py?q=file:tools/chrome_proxy/integration_tests/chrome_proxy_metrics.py+AddResultsForLitePage (This bug was automatically generated.)
,
Feb 23 2017
,
Feb 27 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/e72a513a6c84075089ecda0570ce658d0b45f6dd commit e72a513a6c84075089ecda0570ce658d0b45f6dd Author: megjablon <megjablon@chromium.org> Date: Mon Feb 27 19:05:41 2017 Implement the LitePage Integration Test with ChromeDriver BUG= 680567 Review-Url: https://codereview.chromium.org/2717563002 Cr-Commit-Position: refs/heads/master@{#453279} [modify] https://crrev.com/e72a513a6c84075089ecda0570ce658d0b45f6dd/tools/chrome_proxy/webdriver/lofi.py
,
Feb 27 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/e72a513a6c84075089ecda0570ce658d0b45f6dd commit e72a513a6c84075089ecda0570ce658d0b45f6dd Author: megjablon <megjablon@chromium.org> Date: Mon Feb 27 19:05:41 2017 Implement the LitePage Integration Test with ChromeDriver BUG= 680567 Review-Url: https://codereview.chromium.org/2717563002 Cr-Commit-Position: refs/heads/master@{#453279} [modify] https://crrev.com/e72a513a6c84075089ecda0570ce658d0b45f6dd/tools/chrome_proxy/webdriver/lofi.py
,
Feb 27 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/e72a513a6c84075089ecda0570ce658d0b45f6dd commit e72a513a6c84075089ecda0570ce658d0b45f6dd Author: megjablon <megjablon@chromium.org> Date: Mon Feb 27 19:05:41 2017 Implement the LitePage Integration Test with ChromeDriver BUG= 680567 Review-Url: https://codereview.chromium.org/2717563002 Cr-Commit-Position: refs/heads/master@{#453279} [modify] https://crrev.com/e72a513a6c84075089ecda0570ce658d0b45f6dd/tools/chrome_proxy/webdriver/lofi.py
,
Feb 27 2017
,
Feb 27 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/e72a513a6c84075089ecda0570ce658d0b45f6dd commit e72a513a6c84075089ecda0570ce658d0b45f6dd Author: megjablon <megjablon@chromium.org> Date: Mon Feb 27 19:05:41 2017 Implement the LitePage Integration Test with ChromeDriver BUG= 680567 Review-Url: https://codereview.chromium.org/2717563002 Cr-Commit-Position: refs/heads/master@{#453279} [modify] https://crrev.com/e72a513a6c84075089ecda0570ce658d0b45f6dd/tools/chrome_proxy/webdriver/lofi.py
,
Mar 6 2017
This test (testLitePageFallback) is always failing, please take a look when you get the chance.
======================================================================
ERROR: testLitePageFallback (lite_page.LitePage)
----------------------------------------------------------------------
Traceback (most recent call last):
File "~/chromium/src/tools/chrome_proxy/webdriver/lite_page.py", line 65, in testLitePageFallback
cpat_request = response.request_headers['chrome-proxy-accept-transform']
KeyError: 'chrome-proxy-accept-transform'
,
Mar 7 2017
What version of chrome are you using that this fails on? This should be working for TOT. testLitePageFallback was just landed for the WebLite to Lo-Fi fallback that was also just landed.
,
Mar 7 2017
Sure enough, it works on a clean build. Sorry for the noise. |
|||||
►
Sign in to add a comment |
|||||
Comment 1 by robertogden@chromium.org
, Jan 12 2017Labels: Integration-Test Pri-2 Type-Feature
Status: Available (was: Untriaged)