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

Unified Diff: scripts/slave/recipe_modules/auto_bisect_staging/example.expected/retest_bisect.json

Issue 2469553002: Use a custom exception to signal failure to reproduce (Low confidence). (Closed)
Patch Set: Created 4 years, 1 month 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: scripts/slave/recipe_modules/auto_bisect_staging/example.expected/retest_bisect.json
diff --git a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/retest_bisect.json b/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/retest_bisect.json
index cb3d9ae9c818fd256068afca3755c4b16c5dba78..50444779732db7028314d897476c9ff2bf7067f5 100644
--- a/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/retest_bisect.json
+++ b/scripts/slave/recipe_modules/auto_bisect_staging/example.expected/retest_bisect.json
@@ -5666,6 +5666,28 @@
]
},
{
+ "cmd": [],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Resolving hashes"
+ },
+ {
+ "cmd": [],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "Debug Info",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: RevisionState(rev=chromium@a6298e4afe, mean_value=0.09090909090909091, std_dev=0.9534625892455922)@@@",
+ "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: RevisionState(rev=chromium@00316c9ddf, mean_value=0.6363636363636364, std_dev=6.674238124719146)@@@",
+ "@@@STEP_LOG_LINE@Debug Info@@@@",
+ "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@",
+ "@@@STEP_LOG_LINE@Debug Info@chromium@a6298e4afe[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]@@@",
+ "@@@STEP_LOG_LINE@Debug Info@chromium@dcdcdc0ff1[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]@@@",
+ "@@@STEP_LOG_LINE@Debug Info@chromium@00316c9ddf[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7]@@@",
+ "@@@STEP_LOG_LINE@Debug Info@LKGR values: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]@@@",
+ "@@@STEP_LOG_LINE@Debug Info@FKBR values: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7]@@@",
+ "@@@STEP_LOG_END@Debug Info@@@"
+ ]
+ },
+ {
"cmd": [
"python",
"-u",
@@ -5684,7 +5706,7 @@
},
{
"name": "$result",
- "reason": "Bisect cannot identify a culprit",
+ "reason": "Bisect cannot identify a culprit: ",
"recipe_result": null,
"status_code": 1
}

Powered by Google App Engine
This is Rietveld 408576698