This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/1.9.5-1
in repository python-pyproj.

        at  3c59a2e   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-pyproj.git

_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

From [email protected] Wed Jan 06 14:54:02 
2016
Return-path: <[email protected]>
Envelope-to: [email protected]
Delivery-date: Wed, 06 Jan 2016 14:54:02 -0800
Received: from bolt10b.mxthunder.net ([208.53.48.136])
        by mail-archive.com with esmtp (Exim 4.76)
        (envelope-from <[email protected]>)
        id 1aGwxu-0004mz-0h
        for [email protected]; Wed, 06 Jan 2016 14:54:02 -0800
Received: by bolt10b.mxthunder.net (Postfix, from userid 12345)
        id 3pbQwb2M3xz1xqCQ; Wed,  6 Jan 2016 14:53:15 -0800 (PST)
Received: from lists.gnu.org (lists.gnu.org [208.118.235.17])
        (using TLSv1 with cipher AES256-SHA (256/256 bits))
        (No client certificate requested)
        by bolt10b.mxthunder.net (Postfix) with ESMTPS id 3pbQvt6JZ7z1w1p4
        for <[email protected]>; Wed,  6 Jan 2016 14:53:14 -0800 (PST)
Received: from localhost ([::1]:56316 helo=lists.gnu.org)
        by lists.gnu.org with esmtp (Exim 4.71)
        (envelope-from <[email protected]>)
        id 1aGwx8-0005Ds-6p
        for [email protected]; Wed, 06 Jan 2016 17:53:14 -0500
Received: from eggs.gnu.org ([2001:4830:134:3::10]:36261)
        by lists.gnu.org with esmtp (Exim 4.71)
        (envelope-from <[email protected]>) id 1aGwx3-0005Ba-Di
        for [email protected]; Wed, 06 Jan 2016 17:53:10 -0500
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
        (envelope-from <[email protected]>) id 1aGwx2-0000gJ-DR
        for [email protected]; Wed, 06 Jan 2016 17:53:09 -0500
Received: from vcs.savannah.gnu.org ([208.118.235.72]:48851)
        by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <[email protected]>)
        id 1aGwx2-0000gF-A2
        for [email protected]; Wed, 06 Jan 2016 17:53:08 -0500
Received: from civodul by vcs.savannah.gnu.org with local (Exim 4.72)
        (envelope-from <[email protected]>) id 1aGwx1-00024M-NF
        for [email protected]; Wed, 06 Jan 2016 22:53:07 +0000
Date: Wed, 06 Jan 2016 22:53:07 +0000
Message-Id: <[email protected]>
To: [email protected]
Subject: [dmd] 01/03: tests: Remove race condition in respawn test.
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Mail-Followup-To: [email protected]
In-Reply-To: <[email protected]>
References: <[email protected]>
X-Git-Repo: dmd
X-Git-Refname: refs/heads/master
X-Git-Reftype: branch
X-Git-Rev: f33f81fb5d3b2cc19c01aefd92eba3916878d683
Auto-Submitted: auto-generated
From: =?UTF-8?Q?Ludovic_Court=E8s?= <[email protected]>
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x
X-Received-From: 208.118.235.72
X-BeenThere: [email protected]
X-Mailman-Version: 2.1.14
Precedence: list
Reply-To: =?utf-8?q?Ludovic_Court=C3=A8s?= <[email protected]>
List-Id: <guix-commits.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/guix-commits>,
        <mailto:[email protected]?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/guix-commits>
List-Post: <mailto:[email protected]>
List-Help: <mailto:[email protected]?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/guix-commits>,
        <mailto:[email protected]?subject=subscribe>
Errors-To: [email protected]
Sender: [email protected]
X-MXTHUNDER-Identifier:  <[email protected]>
X-MXTHUNDER-IP-Rating:  0, 208.118.235.17, Ugly c=0.396759 p=-0.617021 Source 
Normal
X-MXTHUNDER-Scan-Result:  100
X-MXTHUNDER-Rules: 
        100-5946975-2181-2200-m
        100-5946975-0-5087-f
X-MXTHUNDER-Group:  Bulk Mail
Content-Transfer-Encoding: quoted-printable

civodul pushed a commit to branch master
in repository dmd.

commit f33f81fb5d3b2cc19c01aefd92eba3916878d683
Author: Ludovic Court=C3=A8s <[email protected]>
Date:   Wed Jan 6 23:11:00 2016 +0100

    tests: Remove race condition in respawn test.
   =20
    Fixes <http://bugs.gnu.org/22130>.
    Reported by Mark H Weaver <[email protected]>.
   =20
    * tests/respawn.sh: Use 'wait_for_file' instead of 'test -f' when
    checking for service PID files right after services have been started=
.
---
 tests/respawn.sh |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/tests/respawn.sh b/tests/respawn.sh
index d88d33e..b98ce4f 100644
--- a/tests/respawn.sh
+++ b/tests/respawn.sh
@@ -1,5 +1,5 @@
 # GNU dmd --- Test respawnable services.
-# Copyright =C2=A9 2013, 2014 Ludovic Court=C3=A8s <[email protected]>
+# Copyright =C2=A9 2013, 2014, 2016 Ludovic Court=C3=A8s <[email protected]>
 #
 # This file is part of GNU dmd.
 #
@@ -95,8 +95,13 @@ $deco status dmd
 $deco status test1 | grep started
 $deco status test2 | grep started
=20
-test -f "$service1_pid"
-test -f "$service2_pid"
+# The services are started, but that does not mean that they have
+# written their PID file yet, so use 'wait_for_file' rather than
+# 'test -f'.
+wait_for_file "$service1_pid"
+wait_for_file "$service2_pid"
+
+# Make sure the PIDs are valid.
 kill -0 `cat "$service1_pid"`
 kill -0 `cat "$service2_pid"`
=20

Reply via email to