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(worker): Prevent timeout on large validator output by waiting on process.communicate instead of exit #3235

Merged
merged 1 commit into from
Nov 25, 2024

fix(worker): Prevent timeout on large validator output by waiting on …

ea5407e
Select commit
Loading
Failed to load commit list.
Merged

fix(worker): Prevent timeout on large validator output by waiting on process.communicate instead of exit #3235

fix(worker): Prevent timeout on large validator output by waiting on …
ea5407e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 25, 2024 in 0s

45.66% (+0.00%) compared to 4a5bf01

View this Pull Request on Codecov

45.66% (+0.00%) compared to 4a5bf01

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.66%. Comparing base (4a5bf01) to head (ea5407e).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3235   +/-   ##
=======================================
  Coverage   45.66%   45.66%           
=======================================
  Files         595      595           
  Lines       38013    38008    -5     
  Branches     1167     1167           
=======================================
- Hits        17357    17355    -2     
+ Misses      20459    20456    -3     
  Partials      197      197           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.