More rubies on CI, deprecating ruby 2.3 due to test failure#68
Merged
hsbt merged 3 commits intoruby:masterfrom Mar 20, 2021
Merged
More rubies on CI, deprecating ruby 2.3 due to test failure#68hsbt merged 3 commits intoruby:masterfrom
hsbt merged 3 commits intoruby:masterfrom
Conversation
there is an argument error with 2.3
........E
===============================================================================
Error: test_slow_connect(TestWEBrickSSLServer): ArgumentError: wrong number of arguments (given 3, expected 1..2)
/opt/hostedtoolcache/Ruby/2.3.8/x64/lib/ruby/2.3.0/timeout.rb:73:in `timeout'
/home/runner/work/webrick/webrick/test/lib/envutil.rb:72:in `timeout'
/home/runner/work/webrick/webrick/test/webrick/test_ssl_server.rb:58:in `test_slow_connect'
55: :SSLEnable => true,
56: :SSLCertName => "/C=JP/O=www.ruby-lang.org/CN=Ruby",
57: }
=> 58: EnvUtil.timeout(10) do
59: TestWEBrick.start_server(Echo, config) do |server, addr, port, log|
60: outer = TCPSocket.new(addr, port)
61: inner = TCPSocket.new(addr, port)
===============================================================================
Member
|
👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ruby 2.3 now raise an ArgumentError while running tests
making 2.4 the minimum and including 3.0 as base ruby