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.9 required=3.0 tests=AWL,BAYES_00, MSGID_FROM_MTA_HEADER shortcircuit=no autolearn=unavailable version=3.3.2 Path: news.gmane.org!not-for-mail From: Eric Wong Newsgroups: gmane.comp.lang.ruby.kgio.general Subject: Re: Concurrency issue in TestKgioUnixConnect? Date: Thu, 5 Sep 2013 08:14:08 +0000 Message-ID: <20130905081408.GA27637@dcvr.yhbt.net> References: <20130901140301.GI1272@loar> <20130901195835.GB30612@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 1378368858 15634 80.91.229.3 (5 Sep 2013 08:14:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Sep 2013 08:14:18 +0000 (UTC) To: kgio@librelist.org Original-X-From: kgio@librelist.org Thu Sep 05 10:14:21 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:210 Archived-At: Received: from zedshaw2.xen.prgmr.com ([71.19.156.177]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VHUhn-0006GC-PN for gclrkg-kgio@m.gmane.org; Thu, 05 Sep 2013 10:14:19 +0200 Received: from zedshaw2.xen.prgmr.com (unknown [IPv6:::1]) by zedshaw2.xen.prgmr.com (Postfix) with ESMTP id 8B2DA75083 for ; Thu, 5 Sep 2013 08:23:22 +0000 (UTC) Hleb Valoshka <375gnu@gmail.com> wrote: > On 9/2/13, Hleb Valoshka <375gnu@gmail.com> wrote: > > As you wish, your tests are also affected by this issue, cause they > > run in parallel too. > > BTW, I was wrong, you run tests one by one, so they are no affected. "make -j" runs them in parallel, but in completely isolated processes (not loading unrelated test files, either). I haven't checked, does the Debian ruby build scripts use threads or load all the tests into the same process?