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

Unified Diff: dashboard/dashboard/list_tests_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/layered_cache_test.py ('k') | dashboard/dashboard/models/internal_only_model_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/list_tests_test.py
diff --git a/dashboard/dashboard/list_tests_test.py b/dashboard/dashboard/list_tests_test.py
index 2beb5266f2433f9be8ea4fa89f07d7e91bb74574..f9d827c62b8659d126d5e7f81711fad4d2e5880b 100644
--- a/dashboard/dashboard/list_tests_test.py
+++ b/dashboard/dashboard/list_tests_test.py
@@ -29,6 +29,7 @@ class ListTestsTest(testing_common.TestCase):
self.UnsetCurrentUser()
testing_common.SetIsInternalUser('internal@chromium.org', True)
testing_common.SetIsInternalUser('foo@chromium.org', False)
+ self.PatchDatastoreHooksRequest()
def _AddSampleData(self):
testing_common.AddTests(
« no previous file with comments | « dashboard/dashboard/layered_cache_test.py ('k') | dashboard/dashboard/models/internal_only_model_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698