-
Notifications
You must be signed in to change notification settings - Fork 755
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
[2201.7.x] Fix TypeCastError in concurrent transactions #41505
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## 2201.7.x #41505 +/- ##
==============================================
- Coverage 76.46% 76.42% -0.04%
- Complexity 55315 55497 +182
==============================================
Files 3387 3387
Lines 208487 209589 +1102
Branches 26966 27319 +353
==============================================
+ Hits 159413 160176 +763
- Misses 40315 40617 +302
- Partials 8759 8796 +37 ☔ View full report in Codecov by Sentry. |
This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the |
This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the |
This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the |
Closed PR due to inactivity for more than 18 days. |
Purpose
Fixes #41281 and https://github.com/ballerina-platform/module-ballerinai-transaction/issues/524
Approach
Samples
Remarks
Check List