From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-2.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 39A20211B4 for ; Sat, 5 Jan 2019 21:34:11 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 6C27F120F97; Sun, 6 Jan 2019 06:34:09 +0900 (JST) Received: from o1678916x28.outbound-mail.sendgrid.net (o1678916x28.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id 05669120E07 for ; Sun, 6 Jan 2019 06:34:06 +0900 (JST) Received: by filter0045p3iad2.sendgrid.net with SMTP id filter0045p3iad2-4070-5C3122CA-2D 2019-01-05 21:34:02.427214592 +0000 UTC m=+160331.371650145 Received: from herokuapp.com (ec2-54-227-33-203.compute-1.amazonaws.com [54.227.33.203]) by ismtpd0013p1iad2.sendgrid.net (SG) with ESMTP id rdt5Gu_qR-iNo9kKNJhqBA for ; Sat, 05 Jan 2019 21:34:02.526 +0000 (UTC) Date: Sat, 05 Jan 2019 21:34:03 +0000 (UTC) From: naruse@airemix.jp To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 66326 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15502 X-Redmine-Issue-Author: vo.x X-Redmine-Sender: naruse X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS5Rzv7ezAEYDkC2H8ZXpq99+iebWhJDyui4X7 4vuDU28jI9acDBnKTVRIiQH54TL6LPcLv0m9zDUuoNVMGojUXarVoyi+/xFZBcbkjUPLqNJF2WlBCZ qQaolw4Rp2bsWuG9TVHr156jBRPPAeNPHXbc8j+aY5Q99vC2uu17Drl8fA== X-ML-Name: ruby-core X-Mail-Count: 90905 Subject: [ruby-core:90905] [Ruby trunk Bug#15502] Expired certificates in Ruby 2.6.0 test suite X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #15502 has been updated by naruse (Yui NARUSE). Backport changed from 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: REQUIRED to 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: DONE ruby_2_6 r66728 merged revision(s) 66685,66686. ---------------------------------------- Bug #15502: Expired certificates in Ruby 2.6.0 test suite https://bugs.ruby-lang.org/issues/15502#change-76084 * Author: vo.x (Vit Ondruch) * Status: Closed * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.6.0p0 (2018-12-25 revision 66547) [x86_64-linux] * Backport: 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: DONE ---------------------------------------- There are test failures in Ruby 2.6 such as: ~~~ 1) Failure: FTPTest#test_tls_with_ca_file [/builddir/build/BUILD/ruby-2.6.0/test/net/ftp/test_ftp.rb:1719]: Exception raised: <#>. ~~~ This was fixed in trunk by r66685 and r66686. It would be nice if these could be backported. It would be even better if the certificates won't expire at all or were regularly updated to prevent this silly issue (test suite of freshly released ruby fails) in the future. -- https://bugs.ruby-lang.org/