1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
Commit graph

7 commits

Author SHA1 Message Date
Chris LaRose
c87f088396
Leave BUNDLE_GEMFILE unset in workers if it was unset in the master (#2154)
* Leave BUNDLE_GEMFILE unset in workers if it was unset in the master

Co-Authored-By: Tim Morgan <tim@timmorgan.org>

* Use Bundler.original_env instead of raw environment variables

Co-authored-by: Tim Morgan <tim@timmorgan.org>
Co-authored-by: Nate Berkopec <nate.berkopec@gmail.com>
2020-03-10 11:46:20 -06:00
Tim Morgan
62f075f468 Add back test skip for platforms without USR2 2020-02-14 10:48:23 -06:00
Tim Morgan
f73cd57233 Remove diagnostic logging 2020-02-13 16:55:35 -06:00
Tim Morgan
08dc10f1af Reenable logging in the test 2020-02-13 15:46:11 -06:00
Tim Morgan
2ed158ecac OMG it works! Remove diagnostic logging. 2020-02-13 15:18:51 -06:00
Tim Morgan
cbf32d5540 Add some logging to help diagnose Travis build failure 2020-02-13 14:32:10 -06:00
Tim Morgan
c83401cfcf Move test into separate file
This test was failing on Travis when run in parallel with other tests in
the TestIntegrationCluster test. Removing the line "parallelize_me!"
from the top of the file worked, but I chose to move the test into its own
file to keep the existing tests running in parallel.
2020-02-13 13:59:16 -06:00