Skip to content

Commit

Permalink
Re-add stale as a potential result
Browse files Browse the repository at this point in the history
  • Loading branch information
sj26 committed Nov 16, 2023
1 parent 9909bb8 commit 4959148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/apis/rest_api/analytics/runs.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ Success response: `200 OK`

Runs are created with a `state` of `running` and proceed to `finished` when all uploads have been processed. The run may return to `running` if additional results are uploaded.

Run `result` starts as `pending` and will proceed to `passed` or `failed` when at least one test result has been processed. The presence of a `passed` or `failed` result does not indicate that the run has finished processing. `result` may change from `passed` to `failed` if additional results are uploaded. The `result` is `failed` when there is at least one failing test in the run, and it is not possible for `result` to change from `failed`.
Run `result` starts as `pending` and will proceed to `passed` or `failed` when at least one test result has been processed. The presence of a `passed` or `failed` result does not indicate that the run has finished processing. `result` may change from `passed` to `failed` if additional results are uploaded. The `result` is `failed` when there is at least one failing test in the run, and it is not possible for `result` to change from `failed`. If a run receives no results within a reasonable time period its `result` will proceed to `stale`.

0 comments on commit 4959148

Please sign in to comment.