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

Unified Diff: frontend/afe/rpc_utils.py

Issue 4823005: Merge remote branch 'cros/upstream' into tempbranch (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: patch Created 10 years, 1 month 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 | « conmux/drivers/reboot-apc ('k') | frontend/migrations/064_add_jobs_and_tests_time_indices.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frontend/afe/rpc_utils.py
diff --git a/frontend/afe/rpc_utils.py b/frontend/afe/rpc_utils.py
index 452aa8f1a6c54f4dde47225ef6075eaa6a056d16..7250d9266e509a47cb2cce1c399a77cf417c8378 100644
--- a/frontend/afe/rpc_utils.py
+++ b/frontend/afe/rpc_utils.py
@@ -233,8 +233,10 @@ def check_job_dependencies(host_objects, job_dependencies):
set(host.hostname for host in ok_hosts))
if failing_hosts:
raise model_logic.ValidationError(
- {'hosts' : 'Host(s) failed to meet job dependencies: ' +
- ', '.join(failing_hosts)})
+ {'hosts' : 'Host(s) failed to meet job dependencies (' +
+ (', '.join(job_dependencies)) + '): ' +
+ (', '.join(failing_hosts))})
+
def _execution_key_for(host_queue_entry):
« no previous file with comments | « conmux/drivers/reboot-apc ('k') | frontend/migrations/064_add_jobs_and_tests_time_indices.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698