Skip to content
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(core): run shouldn't freeze when unexpected exception is received #788

Merged
merged 1 commit into from
Apr 25, 2023

Conversation

Malinskiy
Copy link
Member

async execution hangs the current context, need to use supervisor for properly running children

async execution hangs the current context, need to use supervisor for properly running children
@codecov
Copy link

codecov bot commented Apr 24, 2023

Codecov Report

Merging #788 (04ad70b) into develop (fdd84c2) will not change coverage.
The diff coverage is 0.00%.

❗ Current head 04ad70b differs from pull request most recent head 7a4946d. Consider uploading reports for the commit 7a4946d to get more accurate results

@@            Coverage Diff             @@
##             develop     #788   +/-   ##
==========================================
  Coverage      59.60%   59.60%           
  Complexity       821      821           
==========================================
  Files            208      208           
  Lines           4288     4288           
  Branches         699      699           
==========================================
  Hits            2556     2556           
  Misses          1406     1406           
  Partials         326      326           
Impacted Files Coverage Δ
...src/main/kotlin/com/malinskiy/marathon/Marathon.kt 64.91% <0.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Malinskiy Malinskiy merged commit 3e985a2 into develop Apr 25, 2023
10 of 11 checks passed
@Malinskiy Malinskiy deleted the fix/crash-freeze branch April 25, 2023 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant