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

Unified Diff: appengine/chromium_cq_status/handlers/test/patch_summary_test.py

Issue 1877453003: Only try to compute running_all_jobs time if we know when try-job verifier started (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Added tests Created 4 years, 8 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/chromium_cq_status/handlers/test/patch_summary_test.py
diff --git a/appengine/chromium_cq_status/handlers/test/patch_summary_test.py b/appengine/chromium_cq_status/handlers/test/patch_summary_test.py
index c96e87fdae0e2e3ccd7396f93dd91552373c4fb9..cc42eae02f4241919e8e11fe326c99f51633f404 100644
--- a/appengine/chromium_cq_status/handlers/test/patch_summary_test.py
+++ b/appengine/chromium_cq_status/handlers/test/patch_summary_test.py
@@ -22,6 +22,9 @@ class PatchSummaryTest(testing.AppengineTestCase):
def test_patch_summary_flaky(self):
return self._test_patch('flaky')
+ def test_no_verifier_start(self):
+ return self._test_patch('no_verifier_start')
+
# TODO(sergeyberezin): add a small real-life CL for an integration
# test.

Powered by Google App Engine
This is Rietveld 408576698