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

Unified Diff: appengine/findit/handlers/flake/test/check_flake_test.py

Issue 2255293003: [Findit] On hover over, shows pass rate for a swarming rerun (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: fixed test Created 4 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
« no previous file with comments | « appengine/findit/handlers/flake/check_flake.py ('k') | appengine/findit/templates/flake/result.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/handlers/flake/test/check_flake_test.py
diff --git a/appengine/findit/handlers/flake/test/check_flake_test.py b/appengine/findit/handlers/flake/test/check_flake_test.py
index 9e412ca9e243735f6752d953c425edaf5a491710..ba3518d278410bfe20a762d096b66cd83fddfed0 100644
--- a/appengine/findit/handlers/flake/test/check_flake_test.py
+++ b/appengine/findit/handlers/flake/test/check_flake_test.py
@@ -74,6 +74,11 @@ class CheckFlakeTest(wf_testcase.WaterfallTestCase):
'success_rates': [[int(build_number), success_rate]],
'analysis_status': STATUS_TO_DESCRIPTION.get(
master_flake_analysis.status),
+ 'master_name': master_name,
+ 'builder_name': builder_name,
+ 'build_number': int(build_number),
+ 'step_name': step_name,
+ 'test_name': test_name,
'suspected_flake_build_number': None
}
self.assertEqual(expected_check_flake_result, response.json_body)
« no previous file with comments | « appengine/findit/handlers/flake/check_flake.py ('k') | appengine/findit/templates/flake/result.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698