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

Stop Puma::Server after each puma test #2038

Merged
merged 1 commit into from
Apr 28, 2023
Merged

Stop Puma::Server after each puma test #2038

merged 1 commit into from
Apr 28, 2023

Conversation

st0012
Copy link
Collaborator

@st0012 st0012 commented Apr 28, 2023

Otherwise the Puma server threads would linger around and cause problems, especially in JRuby.

#skip-changelog

Otherwise the Puma server threads would linger around and cause problems,
especially in JRuby.
@st0012 st0012 added the jruby label Apr 28, 2023
@st0012 st0012 self-assigned this Apr 28, 2023
@st0012 st0012 added the testing label Apr 28, 2023
@codecov
Copy link

codecov bot commented Apr 28, 2023

Codecov Report

Patch coverage has no change and project coverage change: +2.88 🎉

Comparison is base (a466ec8) 80.31% compared to head (37fb060) 83.20%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2038      +/-   ##
==========================================
+ Coverage   80.31%   83.20%   +2.88%     
==========================================
  Files         118      119       +1     
  Lines        5594     5638      +44     
==========================================
+ Hits         4493     4691     +198     
+ Misses       1101      947     -154     

see 23 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@st0012 st0012 merged commit bd28bf6 into master Apr 28, 2023
@st0012 st0012 deleted the fix-jruby-build branch April 28, 2023 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants