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

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

Issue 2139093002: [Findit] Trigger swarming tasks after detech_first_faliure_pipeline (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: . Created 4 years, 5 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/try_job_util_test.py
diff --git a/appengine/findit/waterfall/test/try_job_util_test.py b/appengine/findit/waterfall/test/try_job_util_test.py
index 30b6136237d495578f70779947e2395bed90d5d6..04115102133ef46badd55fbdb148d8a3ceb9402f 100644
--- a/appengine/findit/waterfall/test/try_job_util_test.py
+++ b/appengine/findit/waterfall/test/try_job_util_test.py
@@ -368,10 +368,11 @@ class TryJobUtilTest(wf_testcase.WaterfallTestCase):
'first_failure': 222,
'last_pass': 221,
'tests': {
- 'a.t1': {
+ 'a.PRE_t1': {
'current_failure': 223,
'first_failure': 223,
- 'last_pass': 221
+ 'last_pass': 221,
+ 'base_test_name': 'a.t1'
},
'a.t2': {
'current_failure': 223,
@@ -411,7 +412,7 @@ class TryJobUtilTest(wf_testcase.WaterfallTestCase):
expected_failure_result_map = {
'a': {
- 'a.t1': 'm/b/223',
+ 'a.PRE_t1': 'm/b/223',
'a.t2': 'm/b/222',
'a.t3': 'm/b/223'
},

Powered by Google App Engine
This is Rietveld 408576698