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

Unified Diff: appengine/findit/waterfall/test/monitor_try_job_pipeline_test.py

Issue 2630433002: Findit] Flake Checker: Pipeline to trigger try jobs to identify flake culprits (Closed)
Patch Set: Addressing comments Created 3 years, 11 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: appengine/findit/waterfall/test/monitor_try_job_pipeline_test.py
diff --git a/appengine/findit/waterfall/test/monitor_try_job_pipeline_test.py b/appengine/findit/waterfall/test/monitor_try_job_pipeline_test.py
index fe59b65ae6048643988c237e86e8e792e1e424da..c405a4d7939bfc688291f8f6a4f5c40e80e352d2 100644
--- a/appengine/findit/waterfall/test/monitor_try_job_pipeline_test.py
+++ b/appengine/findit/waterfall/test/monitor_try_job_pipeline_test.py
@@ -593,4 +593,5 @@ class MonitorTryJobPipelineTest(wf_testcase.WaterfallTestCase):
pipeline = MonitorTryJobPipeline()
try_job = WfTryJob.Create(master_name, builder_name, build_number)
test_result = pipeline.run(try_job.key.urlsafe(), failure_type.TEST, None)
+
self.assertIsNone(test_result)

Powered by Google App Engine
This is Rietveld 408576698