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

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: 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..a0c8f1a1a71b952e4adc8ac67ebc88d5d5d6d4fc 100644
--- a/dashboard/dashboard/pinpoint/models/quest/find_isolate_test.py
+++ b/dashboard/dashboard/pinpoint/models/quest/find_isolate_test.py
@@ -66,6 +66,12 @@ class IsolateLookupTest(_FindIsolateTest):
self.assertExecutionSuccess(execution)
self.assertEqual(execution.result_arguments, {'isolate_hash': '7c7e90be'})
+ self.assertEqual(
+ {
+ 'build': '',
+ 'isolate_hash': '7c7e90be',
+ },
+ execution.AsDict())
class BuilderLookupTest(_FindIsolateTest):

Powered by Google App Engine
This is Rietveld 408576698