-
Notifications
You must be signed in to change notification settings - Fork 22
Test test_smoke.py without test_app_resources_conflicts_v3 #887
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
base: 16/edge
Are you sure you want to change the base?
Conversation
Exception is already chained > A similar mechanism works implicitly if a new exception is raised when an exception is already being handled. An exception may be handled when an except or finally clause, or a with statement, is used. The previous exception is then attached as the new exception’s __context__ attribute: https://docs.python.org/3/reference/simple_stmts.html#the-raise-statement
…t tag" This reverts commit f92c65e.
Fixes breaking change where charm re-initialized on defferred events, which breaks refresh v3
b8fbe52
to
21f2945
Compare
Codecov ReportAttention: Patch coverage is
❌ Your project check has failed because the head coverage (69.35%) is below the target coverage (70.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## 16/edge #887 +/- ##
===========================================
- Coverage 70.67% 69.35% -1.33%
===========================================
Files 15 14 -1
Lines 3956 3955 -1
Branches 590 596 +6
===========================================
- Hits 2796 2743 -53
- Misses 970 1015 +45
- Partials 190 197 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.