Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py

Issue 2227163002: Added integration test to Chrome Proxy to verify fallback to HTTP after bad HTTPS response from pro… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Uses SyntheticStorySet instead now Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
diff --git a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
index 70aa55bcb8b23683cdd8da9db9d8b25a915e5ed1..05f43a175af74ec264c8791f0cd9722093c1f756 100644
--- a/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
+++ b/tools/chrome_proxy/integration_tests/chrome_proxy_benchmark.py
@@ -25,6 +25,20 @@ class ChromeProxyBypassOnTimeout(ChromeProxyBenchmark):
def Name(cls):
return 'chrome_proxy_benchmark.timeout_bypass.timeout_bypass'
+class ChromeProxyBadHTTPSFallback(ChromeProxyBenchmark):
+ """Check that the client falls back to HTTP on bad HTTPS response.
+
+ If the HTTPS proxy responds with a bad response code (like 500) then the
+ client should fallback to HTTP.
+ """
+ tag = 'badhttps_bypass'
+ test = measurements.ChromeProxyBadHTTPSFallback
+ page_set = pagesets.SyntheticStorySet
+
+ @classmethod
+ def Name(cls):
+ return 'chrome_proxy_benchmark.badhttps_fallback.badhttps_fallback'
+
class ChromeProxyClientType(ChromeProxyBenchmark):
tag = 'client_type'
test = measurements.ChromeProxyClientType
« no previous file with comments | « no previous file | tools/chrome_proxy/integration_tests/chrome_proxy_measurements.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698