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

Unified Diff: appengine/swarming/handlers_test.py

Issue 2832203002: task_queues: Add more scaffolding (Closed)
Patch Set: Addressed comments Created 3 years, 8 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 | « appengine/swarming/handlers_endpoints_test.py ('k') | appengine/swarming/queue.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/handlers_test.py
diff --git a/appengine/swarming/handlers_test.py b/appengine/swarming/handlers_test.py
index d790b16b42b7f43100c58afa296b91da7751da29..5ea11eceb8e9bc953a88e43ab7b8228ce68f0aa3 100755
--- a/appengine/swarming/handlers_test.py
+++ b/appengine/swarming/handlers_test.py
@@ -336,6 +336,7 @@ class BackendTest(AppTestBase):
('machine-provider-manage',
'/internal/taskqueue/machine-provider-manage', ''),
('pubsub', '/internal/taskqueue/pubsub/', 'abcabcabc'),
+ ('task-dimensions', '/internal/taskqueue/task-dimensions', ''),
('tsmon', '/internal/taskqueue/tsmon/', 'executors'),
]
self.assertEqual(len(task_queues), len(task_queue_urls))
« no previous file with comments | « appengine/swarming/handlers_endpoints_test.py ('k') | appengine/swarming/queue.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698