From owner-freebsd-testing@freebsd.org Mon Feb 1 07:05:47 2016 Return-Path: Delivered-To: freebsd-testing@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1FB4A74BE0 for ; Mon, 1 Feb 2016 07:05:47 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 81F3617DB; Mon, 1 Feb 2016 07:05:47 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pa0-x234.google.com with SMTP id cy9so77089080pac.0; Sun, 31 Jan 2016 23:05:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=mIxu/0GHNxCCweVAY0wGThM05mNXr+VQeaAWB9J8aXo=; b=SuPT4lki3WoN4sQywzUh/m4YE2tK8E8mqKgCuXYVwLhP5fq+pqwTDwc2UUFzxUl9N8 bSOVbY19MghTyfbO60n3MT2m91LfisC88o6hIAgDVSvR7WLCkoW5rWu0DgJPHcRL1NWO dOLaPKLwYTXUlVzAf2ra9xts+O06ApuafylzjVCUV3bmHhE7dYZBt7/kDTYeRhhy8A+1 /jlnvaGhdCXrK/9wHOVOLoCGmx+NDoDgmAq8s1IieIOlymEFCCZE2EVV5Hiw4AX5655N WZs76u8KtzclIpOSyjqYCj7xGAGzQB8zQje6bjsVXNOhdzFBm5w7763Fm7XadCBUDzGs aYuQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=mIxu/0GHNxCCweVAY0wGThM05mNXr+VQeaAWB9J8aXo=; b=Za+t0nWBQWhXKO4vEJyeIFlHMTWVhVCWNREYiax08QfB1LRy/2Cmj6Ahb5s/iB5cCH q752HdOFbz4mNF09GD5/GkQovzLJSdH9JF12pe1ObS5cbh+DLRwOI459ghKFIT8z05Dh A0khWo9hjENaTma7058A0W38cw2xmXABZp3Id5YU3ijwYe2ABUFff8meKRu5/6REG8w7 3PHURjgBP/ga0/ry1vLVTcRqXUcdY0Wssl9CrFxTtvOUv48O9gHkQyMScTrkrXvUj7Nd FrEeE66sRL2q+rjjBVMeH10AelVGzxx4yA8mRa62nnjkh6Av1MFU+TIfHuQ/cs4s1HgV GNvA== X-Gm-Message-State: AG10YOT1oXFVveq7hEVO23HvBMDdgGjYALpjdgIrpTwClOKyecw1fYJAifAVoxA7D+Sjxw== X-Received: by 10.66.193.233 with SMTP id hr9mr35800362pac.18.1454310347134; Sun, 31 Jan 2016 23:05:47 -0800 (PST) Received: from [192.168.20.7] (c-24-16-212-205.hsd1.wa.comcast.net. [24.16.212.205]) by smtp.gmail.com with ESMTPSA id z3sm40363471par.17.2016.01.31.23.05.44 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 31 Jan 2016 23:05:45 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: geom gate test failing From: NGie Cooper In-Reply-To: Date: Sun, 31 Jan 2016 23:05:43 -0800 Cc: Pawel Jakub Dawidek , Alexander Motin , "freebsd-testing@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <17BB2A5D-1BF4-4F55-BCBB-3E36DD779786@gmail.com> References: To: Craig Rodrigues X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2016 07:05:47 -0000 > On Jan 31, 2016, at 23:03, Craig Rodrigues = wrote: >=20 > Hi, >=20 > I recently started seeing this geom gate test starting to fail: >=20 > = https://jenkins.freebsd.org/job/FreeBSD_HEAD/95/testReport/junit/sys.geom.= class.gate/1_test/main/ >=20 > The source code for the tests are in: = /usr/src/tests/sys/geom/class/gate >=20 > and when installed, the tests exist in: = /usr/tests/sys/geom/class/gate/ >=20 > I'm not familiar with geom gate. Any ideas as to what the problem = might be? Hi Craig, I just worked around the race by adding another sleep: = https://svnweb.freebsd.org/changeset/base/295116 . The testcase is still = racy, but at the very least it should fail less via the Jenkins until I = can figure out how to make it more robust. Thanks! -NGie=