Patrik Ragnarsson

Results 771 comments of Patrik Ragnarsson

Something funky with the test... now we had this fluke in the macos-13 ruby 2.5 job https://github.com/puma/puma/actions/runs/11672946770/job/32502922503?pr=3544#step:10:929 ``` 1) Failure: TestWebConcurrencyAuto#test_web_concurrency_with_concurrent_ruby_available [/Users/runner/work/puma/puma/test/test_web_concurrency_auto.rb:27]: --- expected +++ actual @@ -1,3 +1 @@...

Why doesn't Rails? (maybe this? https://github.com/rails/rails/commit/f719787c582839fd2fcd886d70b43da3ddad2ceb)

Puma is exiting with code 143 ```bash $ echo 'app { |env| [200, {}, ["OK"]] }' | PUMA_DEBUG=1 bundle exec puma --config /dev/stdin --port 0 % ENV['LISTEN_FDS'] nil env_hash['LISTEN_PID'] nil...

> that being said, i'll try to open an issue with the docker folks as well (although given the volume of issues i see it's a long shot). Did you...

It was probably not intended. Probably easy to find the commit that broke it using https://git-scm.com/docs/git-bisect

> I haven't found any tests for the existing surrounding code, otherwise I would have adjusted the specs - let me know if I missed them. If that is the...

@tannakartikey I think we should track that in a new issue! Please open one.

From https://github.com/puma/puma/issues/2905#issuecomment-2227520800 > My guess is, something is closing the file descriptor while it's still in use in the event loop.