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

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

Issue 3001163002: Pinpoint - Surface info from executions for display in UI. (Closed)
Patch Set: Rebase again. Created 3 years, 4 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
Index: dashboard/dashboard/pinpoint/models/quest/find_isolate_test.py
diff --git a/dashboard/dashboard/pinpoint/models/quest/find_isolate_test.py b/dashboard/dashboard/pinpoint/models/quest/find_isolate_test.py
index 9625dc005e7447b7874f483250c872dc60083e36..8732a0df36ed95ccae64cbb1c8fd1b8d7f3b710d 100644
--- a/dashboard/dashboard/pinpoint/models/quest/find_isolate_test.py
+++ b/dashboard/dashboard/pinpoint/models/quest/find_isolate_test.py
@@ -66,6 +66,13 @@ class IsolateLookupTest(_FindIsolateTest):
self.assertExecutionSuccess(execution)
self.assertEqual(execution.result_arguments, {'isolate_hash': '7c7e90be'})
+ self.assertEqual(
+ {
+ 'build': None,
+ 'result_arguments': {'isolate_hash': u'7c7e90be'},
+ 'result_values': (None,)
+ },
+ execution.AsDict())
class BuilderLookupTest(_FindIsolateTest):
« no previous file with comments | « dashboard/dashboard/pinpoint/models/quest/find_isolate.py ('k') | dashboard/dashboard/pinpoint/models/quest/read_value.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698