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

Side by Side Diff: recipe_modules/step/example.expected/timeout.json

Issue 2127353003: Include "recipe_result" (None) on StepFailure (Closed) Base URL: https://github.com/luci/recipes-py.git@master
Patch Set: trybots 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "name": "$result", 3 "name": "$result",
4 "reason": "Step Timeout: Step('timeout') timed out after 1", 4 "reason": "Step Timeout: Step('timeout') timed out after 1",
5 "recipe_result": null,
5 "status_code": 1 6 "status_code": 1
6 } 7 }
7 ] 8 ]
OLDNEW
« no previous file with comments | « recipe_modules/step/example.expected/defer_results.json ('k') | recipe_modules/step/example.expected/warning.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698