-
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.8.x] Fix TypeCastError in concurrent transactions #41504
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## 2201.8.x #41504 +/- ##
==============================================
+ Coverage 76.33% 76.50% +0.17%
- Complexity 52462 53146 +684
==============================================
Files 2881 2881
Lines 198393 202897 +4504
Branches 25783 26936 +1153
==============================================
+ Hits 151439 155234 +3795
- Misses 38604 39281 +677
- Partials 8350 8382 +32 ☔ 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