From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30474 invoked by alias); 9 Feb 2015 21:55:22 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 30446 invoked by uid 89); 9 Feb 2015 21:55:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-ob0-f179.google.com Received: from mail-ob0-f179.google.com (HELO mail-ob0-f179.google.com) (209.85.214.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 09 Feb 2015 21:55:20 +0000 Received: by mail-ob0-f179.google.com with SMTP id wp4so28148937obc.10 for ; Mon, 09 Feb 2015 13:55:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=DWRCpEekw1KeHGFy8IoqrZszGpe+kumLOYF93ok17fA=; b=fJKBEZGGuCdi7w7RiZmS4Djm4uTHxP9lxkRoWHmF1SvB/z0pJDuDJFOSPHYpfk+drx Kf7cebg0VIcpcB0TF5n2SmyzjCoh7ooCf9qQJ2QIQo3SSvxgKvQ4wAVKhbXQOMygHgDK lsG2/ymY4E7DrpYFplaj8ObZwAg0YIFvOcVmQX3JfQLdgud5/pZkF0+59hc2G0k/yLHk AZyZSyKt0/eDjLPBnAphTv+LLW+Fo6RC0rUB03Dp9GD/azM8wRy/o92AczX+qKu2fc3S 99uY93XgzHVkUlkWkWNvt1l1DFtfaQEqV7MwfzzGx6xdBcvIwpr+vEeFaZMsCL75ufhp 9k3g== X-Gm-Message-State: ALoCoQkC76PAHcRan37PdysdNxk9kDaj1A/wZ0LLyubZqPIgeBJ61WX7n+eL7RCxpRWWBBIlQrpK MIME-Version: 1.0 X-Received: by 10.202.219.215 with SMTP id s206mr12486087oig.114.1423518918481; Mon, 09 Feb 2015 13:55:18 -0800 (PST) Received: by 10.182.222.98 with HTTP; Mon, 9 Feb 2015 13:55:18 -0800 (PST) In-Reply-To: <1423225537-26694-1-git-send-email-palves@redhat.com> References: <1423225537-26694-1-git-send-email-palves@redhat.com> Date: Mon, 09 Feb 2015 21:55:00 -0000 Message-ID: Subject: Re: [pushed] Improve gdb.threads/attach-many-short-lived-threads.exp timeout handling From: Doug Evans To: Pedro Alves Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00199.txt.bz2 On Fri, Feb 6, 2015 at 4:25 AM, Pedro Alves wrote: > The buildbot shows that this test is still racy, and occasionally > fails with time outs on some machines. I'd like to get major issues > with load out of the way. Thanks for fixing this. btw, how often do you run the testsuite in parallel? I see such load related issues all the time that way. [e.g., checkpoint.exp, gdb-sigterm.exp, et.al.]