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

Unified Diff: dashboard/dashboard/pinpoint/models/quest/run_test_test.py

Issue 3008293002: [pinpoint] Show status for every Execution. (Closed)
Patch Set: unit tests Created 3 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/pinpoint/models/quest/run_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/pinpoint/models/quest/run_test_test.py
diff --git a/dashboard/dashboard/pinpoint/models/quest/run_test_test.py b/dashboard/dashboard/pinpoint/models/quest/run_test_test.py
index d73d629144a8c86a064acee7797689b7838c54db..d550115ec8f0ec30cb9d0937f93020a92c2d2bbc 100644
--- a/dashboard/dashboard/pinpoint/models/quest/run_test_test.py
+++ b/dashboard/dashboard/pinpoint/models/quest/run_test_test.py
@@ -113,9 +113,10 @@ class RunTestFullTest(_RunTestTest):
{
'completed': True,
'exception': None,
- 'bot_id': 'bot id',
- 'input_isolate_hash': 'input isolate hash',
- 'task_id': 'task id',
+ 'details': {
+ 'bot_id': 'bot id',
+ 'task_id': 'task id',
+ },
'result_arguments': {'isolate_hash': 'output isolate hash'},
'result_values': (),
},
« no previous file with comments | « dashboard/dashboard/pinpoint/models/quest/run_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698