-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating failure rate message and accounting #2723
Conversation
This pull request was exported from Phabricator. Differential Revision: D61914570 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2723 +/- ##
=======================================
Coverage 95.40% 95.40%
=======================================
Files 490 490
Lines 47824 47828 +4
=======================================
+ Hits 45627 45631 +4
Misses 2197 2197 ☔ View full report in Codecov by Sentry. |
This pull request was exported from Phabricator. Differential Revision: D61914570 |
Summary: Pull Request resolved: facebook#2723 This diff adds a clarification to failure-rate-exceeded errors that "abandoned" trials are also added in the failure rate accounting, which can help users look this up on their own. In addition the diff changes the denominator of the failure-rate computation to only consider trials with a `terminal` status. Differential Revision: D61914570
1fd6c2c
to
560a650
Compare
This pull request was exported from Phabricator. Differential Revision: D61914570 |
Summary: Pull Request resolved: facebook#2723 This diff adds a clarification to failure-rate-exceeded errors that "abandoned" trials are also added in the failure rate accounting, which can help users look this up on their own. In addition the diff changes the denominator of the failure-rate computation to only consider trials with a `terminal` status. Differential Revision: D61914570
560a650
to
162bca3
Compare
This pull request was exported from Phabricator. Differential Revision: D61914570 |
Summary: Pull Request resolved: facebook#2723 This diff adds a clarification to failure-rate-exceeded errors that "abandoned" trials are also added in the failure rate accounting, which can help users look this up on their own. In addition the diff changes the denominator of the failure-rate computation to only consider trials with a `terminal` status. Differential Revision: D61914570
162bca3
to
031f247
Compare
This pull request was exported from Phabricator. Differential Revision: D61914570 |
Summary: Pull Request resolved: facebook#2723 This diff adds a clarification to failure-rate-exceeded errors that "abandoned" trials are also added in the failure rate accounting, which can help users look this up on their own. In addition the diff changes the denominator of the failure-rate computation to only consider trials with a `terminal` status. Differential Revision: D61914570
031f247
to
8461e5c
Compare
This pull request was exported from Phabricator. Differential Revision: D61914570 |
Summary: Pull Request resolved: facebook#2723 This diff adds a clarification to failure-rate-exceeded errors that "abandoned" trials are also added in the failure rate accounting, which can help users look this up on their own. In addition the diff changes the denominator of the failure-rate computation to only consider trials with a `terminal` status. Reviewed By: bernardbeckerman Differential Revision: D61914570
8461e5c
to
3792440
Compare
This pull request was exported from Phabricator. Differential Revision: D61914570 |
Summary: Pull Request resolved: facebook#2723 This diff adds a clarification to failure-rate-exceeded errors that "abandoned" trials are also added in the failure rate accounting, which can help users look this up on their own. In addition the diff changes the denominator of the failure-rate computation to only consider trials with a `terminal` status. Reviewed By: bernardbeckerman Differential Revision: D61914570
3792440
to
ecffd91
Compare
This pull request was exported from Phabricator. Differential Revision: D61914570 |
Summary: Pull Request resolved: facebook#2723 This diff adds a clarification to failure-rate-exceeded errors that "abandoned" trials are also added in the failure rate accounting, which can help users look this up on their own. In addition the diff changes the denominator of the failure-rate computation to only consider trials with a `terminal` status. Reviewed By: bernardbeckerman Differential Revision: D61914570
ecffd91
to
b48c9d5
Compare
Summary: Pull Request resolved: facebook#2723 This diff adds a clarification to failure-rate-exceeded errors that "abandoned" trials are also added in the failure rate accounting, which can help users look this up on their own. In addition the diff changes the denominator of the failure-rate computation to only consider trials with a `terminal` status. Reviewed By: bernardbeckerman Differential Revision: D61914570
This pull request was exported from Phabricator. Differential Revision: D61914570 |
b48c9d5
to
0508b18
Compare
This pull request has been merged in 5d91216. |
Summary:
This diff adds a clarification to failure-rate-exceeded errors that "abandoned" trials are also added in the failure rate accounting, which can help users look this up on their own.
In addition the diff changes the denominator of the failure-rate computation to only consider trials with a
terminal
status.Differential Revision: D61914570