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

Unified Diff: dashboard/dashboard/start_try_job_test.py

Issue 2350113002: Add request-level caching for privileged queries. (Closed)
Patch Set: Addressed review comments Created 4 years, 3 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 | « dashboard/dashboard/namespaced_stored_object_test.py ('k') | dashboard/dashboard/testing_common.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/start_try_job_test.py
diff --git a/dashboard/dashboard/start_try_job_test.py b/dashboard/dashboard/start_try_job_test.py
index 8c33b7cf6804ed4e2041e42c3fd2f2a8faf75829..dd373ec77fc59598daeec7d136e8bce4e6be498a 100644
--- a/dashboard/dashboard/start_try_job_test.py
+++ b/dashboard/dashboard/start_try_job_test.py
@@ -279,6 +279,7 @@ class StartBisectTest(testing_common.TestCase):
app = webapp2.WSGIApplication(
[('/start_try_job', start_try_job.StartBisectHandler)])
self.testapp = webtest.TestApp(app)
+ self.PatchDatastoreHooksRequest()
namespaced_stored_object.Set(
can_bisect.BISECT_BOT_MAP_KEY,
{
« no previous file with comments | « dashboard/dashboard/namespaced_stored_object_test.py ('k') | dashboard/dashboard/testing_common.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698