-
Notifications
You must be signed in to change notification settings - Fork 758
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
[master] Fix TypeCastError in concurrent transactions #41506
[master] Fix TypeCastError in concurrent transactions #41506
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #41506 +/- ##
============================================
+ Coverage 76.69% 78.49% +1.79%
- Complexity 52661 60700 +8039
============================================
Files 2881 2886 +5
Lines 198533 225374 +26841
Branches 25814 33821 +8007
============================================
+ Hits 152258 176898 +24640
- Misses 37835 39815 +1980
- Partials 8440 8661 +221 ☔ 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