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

Unified Diff: dashboard/dashboard/pinpoint/handlers/jobs_test.py

Issue 2956343003: [pinpoint] Post bug comments when a job starts and completes. (Closed)
Patch Set: Created 3 years, 6 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/handlers/jobs_test.py
diff --git a/dashboard/dashboard/pinpoint/handlers/jobs_test.py b/dashboard/dashboard/pinpoint/handlers/jobs_test.py
index 47813459fad2fb9c2b60b4e00dd1087815222562..00335c4778081d2f74d79e566e0858133e4eef48 100644
--- a/dashboard/dashboard/pinpoint/handlers/jobs_test.py
+++ b/dashboard/dashboard/pinpoint/handlers/jobs_test.py
@@ -40,7 +40,8 @@ class JobsTest(unittest.TestCase):
test_suite='suite',
test='filter',
metric='metric',
- auto_explore=True)
+ auto_explore=True,
+ bug_id=None)
job.put()
data = json.loads(self.testapp.post('/jobs').body)
« no previous file with comments | « no previous file | dashboard/dashboard/pinpoint/handlers/new.py » ('j') | dashboard/dashboard/pinpoint/models/job.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698