From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS47066 71.19.144.0/20 X-Spam-Status: No, score=-1.2 required=3.0 tests=BAYES_00,FREEMAIL_FROM, FROM_STARTS_WITH_NUMS,MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=no version=3.3.2 Path: news.gmane.org!not-for-mail From: Hleb Valoshka <375gnu@gmail.com> Newsgroups: gmane.comp.lang.ruby.kgio.general Subject: Re: Test failure caused by commit 377028d99 Date: Sun, 15 Sep 2013 22:07:11 +0300 Message-ID: References: <20130904201440.GA14313@deneb> <20130904205114.GA4864@dcvr.yhbt.net> <20130905231347.GD5823@dcvr.yhbt.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1379272045 13424 80.91.229.3 (15 Sep 2013 19:07:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Sep 2013 19:07:25 +0000 (UTC) To: kgio@librelist.org Original-X-From: kgio@librelist.org Sun Sep 15 21:07:28 2013 Return-path: Envelope-to: gclrkg-kgio@m.gmane.org List-Archive: List-Help: List-Id: List-Post: List-Subscribe: List-Unsubscribe: Precedence: list Original-Sender: kgio@librelist.org Xref: news.gmane.org gmane.comp.lang.ruby.kgio.general:228 Archived-At: Received: from zedshaw2.xen.prgmr.com ([71.19.156.177]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VLHfL-0003kg-LJ for gclrkg-kgio@m.gmane.org; Sun, 15 Sep 2013 21:07:27 +0200 Received: from zedshaw2.xen.prgmr.com (unknown [IPv6:::1]) by zedshaw2.xen.prgmr.com (Postfix) with ESMTP id 9A88974DD4 for ; Sun, 15 Sep 2013 19:17:16 +0000 (UTC) On 9/6/13, Eric Wong wrote: >> > Does the following change increase reliability for you? >> Yes, it helps. Thanks. > Thanks for testing, pushed as > commit ff940137dc5098c9d8094e041e9be053cb3e139f Another problem has emerged :) Sometimes ruby delivers signals too late and this test dies because of unhandled USR1. At least Ruby2.0 is affected (I have no problem with this test under Ruby1.9.3). May be it's better to remove it.