-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jobs: only verify fraction progressed range in tests
FractionProgressed is used by jobs that do a substantial amount of work. Failing the entire job because it has miscalculated its fraction progressed estimate is not good. Here, we leave the error state for non-release builds but log in release builds. Epic: none Release note (bug fix): A job will now log rather than fail if it reports an out-of bound progress fraction.
- Loading branch information
1 parent
1bca2ad
commit 72a0c79
Showing
2 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters