-
Notifications
You must be signed in to change notification settings - Fork 753
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
Revert "Consider on-fail as an execution branch when possible failure is reached" #39847
Conversation
// specific language governing permissions and limitations | ||
// under the License. | ||
|
||
int i; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we revert this PR, we will be allowing these kinds of scenarios in the 4.1 release. Although it is acceptable because we intend to permit scenarios that were previously disallowed, my concern is about when we will disallow them again in a future version. Will it be in version 4.2 or 5.0? If we make this change in version 4.2, it will be a breaking change that affects version 4.1.
@gimantha @hasithaa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The complete fix will be sent as part of 2201.5.0 which is targeted end of this month.
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## 2201.4.x #39847 +/- ##
==============================================
- Coverage 76.94% 76.93% -0.01%
- Complexity 53709 53715 +6
==============================================
Files 3329 3330 +1
Lines 200163 200204 +41
Branches 25639 25645 +6
==============================================
+ Hits 154014 154032 +18
- Misses 37768 37790 +22
- Partials 8381 8382 +1
... and 12 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Purpose
Fixes #
Approach
Samples
Remarks
Check List