Opened 16 months ago
Closed 16 months ago
#20623 closed enhancement (fixed)
ruby-3.3.6
| Reported by: | Bruce Dubbs | Owned by: | blfs-book |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.3 |
| Component: | BOOK | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New point version.
Change History (5)
follow-up: 2 comment:1 by , 16 months ago
comment:2 by , 16 months ago
Replying to Xi Ruoyao:
I got some test failures:
They are known failures (with OpenSSL 3.4.0) and we should document them:
comment:3 by , 16 months ago
It seems we no longer need "-j1" for testing. With -j8 the failures are correctly reported.
comment:4 by , 16 months ago
Release notes are at https://www.ruby-lang.org/en/news/2024/11/05/ruby-3-3-6-released/
Note:
See TracTickets
for help on using tickets.

I got some test failures:
[ 8427/26813] TestNetHTTPS#test_session_reuse_but_expire = 0.55 s 1) Failure: TestNetHTTPS#test_session_reuse_but_expire [/home/xry111/sources/12.3/ruby-3.3.6/test/net/http/test_https.rb:187]: NOTE: OpenSSL library version is OpenSSL 3.4.0 22 Oct 2024. <false> expected but was <true>. Leaked file descriptor: TestNetHTTPS#test_session_reuse_but_expire: 12 : #<TCPSocket:fd 12, AF_INET6, ::1, 35356> Closed file descriptor: TestNetHTTPS#test_max_version: 12 [ 9726/26813] OpenSSL::TestX509Request#test_version = 0.00 s 2) Error: OpenSSL::TestX509Request#test_version: OpenSSL::X509::RequestError: X509_REQ_set_version: passed invalid argument /home/xry111/sources/12.3/ruby-3.3.6/test/openssl/test_x509req.rb:18:in `version=' /home/xry111/sources/12.3/ruby-3.3.6/test/openssl/test_x509req.rb:18:in `issue_csr' /home/xry111/sources/12.3/ruby-3.3.6/test/openssl/test_x509req.rb:44:in `test_version'