1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/test/shell
Benoit Daloze 0b737cce42
Run tests on TruffleRuby, all tests pass now (#2198)
* Support skip_on :truffleruby

* Remove unused variable declaration

* Properly skip tests which need fork

* Improve NO_FORK_MSG

* Keep the Tempfile instances alive in test_redirect_io.rb

* Otherwise they could GC in the middle of the test, and the files could
  then be deleted.

* Use a better way to find a free port

* Read directly from the socket in #read_and_drop

* There is no point to decode the bytes since we are closing the socket
  in Puma::MiniSSL::Socket#close.
* Also, calling #engine_read_all might cause further SSL errors, which
  could hide the first SSL error. This notably happens in
  TestPumaServerSSLClient#test_verify_fail_if_no_client_cert
  if the server is faster than the client. The error in that case is
  "System error: Success - 0 (Puma::MiniSSL::SSLError)" which is not
  actually an error, but there is also nothing to read further from SSL.

* TruffleRuby should pass the CI now, remove from allowed failures

* Use a timeout of 120 for all non-MRI implementations

* 60 doesn't seem enough in CI for TestThreadPool#test_trim on TruffleRuby.

* Fix check for cluster mode in integration tests

* Improve integration tests to fail more clearly if the pid file does not exist

* Make integration tests more robust

* Add skips for unreliable or racy tests

* Add ChangeLog entry

* No need to run RuboCop on non-MRI implementations

* This should speed up CI a bit for those jobs.
2020-03-25 06:13:31 +09:00
..
run.rb Run tests on TruffleRuby, all tests pass now (#2198) 2020-03-25 06:13:31 +09:00
t1.rb Run tests on TruffleRuby, all tests pass now (#2198) 2020-03-25 06:13:31 +09:00
t1_conf.rb Enable log_requests for integration tests 2016-08-20 09:04:41 +02:00
t2.rb Run tests on TruffleRuby, all tests pass now (#2198) 2020-03-25 06:13:31 +09:00
t2_conf.rb Remove daemonization (#2170) 2020-03-10 12:08:34 -06:00
t3.rb Run tests on TruffleRuby, all tests pass now (#2198) 2020-03-25 06:13:31 +09:00
t3_conf.rb Assure worker index always within 0...@options[:workers] 2014-01-27 13:13:48 +01:00