-
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
Fix exiting bal test
when a program has listeners and running workers/async functions
#41210
Fix exiting bal test
when a program has listeners and running workers/async functions
#41210
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #41210 +/- ##
============================================
- Coverage 76.34% 76.33% -0.01%
- Complexity 52351 52382 +31
============================================
Files 2868 2868
Lines 197879 197965 +86
Branches 25720 25746 +26
============================================
+ Hits 151062 151121 +59
- Misses 38494 38508 +14
- Partials 8323 8336 +13
☔ View full report in Codecov by Sentry. |
bal test
a program with listeners and running workersbal test
when a program has listeners and running workers/async functions
When there is a test failure, still |
…ng/ballerina-lang into mas-fix-test-exec-other-changes
Merged changes from #41005.
This is fixed and a test was added for the case where a test fails in |
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.
LGTM
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.
LGTM
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.
LGTM
2c9afc6
into
ballerina-platform:master
Purpose
$title
Fixes #41213
Fixes #40934
Approach
Samples
Remarks
PR also contains changes from #41005.
Check List