From dev-return-14753-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Thu Feb 03 16:10:57 2011 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 31407 invoked from network); 3 Feb 2011 16:10:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Feb 2011 16:10:57 -0000 Received: (qmail 88912 invoked by uid 500); 3 Feb 2011 16:10:56 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 88804 invoked by uid 500); 3 Feb 2011 16:10:53 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 88796 invoked by uid 99); 3 Feb 2011 16:10:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Feb 2011 16:10:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Feb 2011 16:10:50 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4D5BF18C1C9 for ; Thu, 3 Feb 2011 16:10:29 +0000 (UTC) Date: Thu, 3 Feb 2011 16:10:29 +0000 (UTC) From: "Adam Kocoloski (JIRA)" To: dev@couchdb.apache.org Message-ID: <948501907.7573.1296749429313.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1627970597.5945.1296682168956.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Commented: (COUCHDB-1055) Timing-related failures in 172-os-daemon-errors.t MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990151#comment-12990151 ] Adam Kocoloski commented on COUCHDB-1055: ----------------------------------------- Yes, the following works: #! /usr/bin/env sh Maybe you clear up something about that invocation for me. I get that env is used to make sure we invoke the sh command specified by the user's environment, but is it some sort of POSIX specification that "env" itself is always located in /usr/bin? > Timing-related failures in 172-os-daemon-errors.t > ------------------------------------------------- > > Key: COUCHDB-1055 > URL: https://issues.apache.org/jira/browse/COUCHDB-1055 > Project: CouchDB > Issue Type: Bug > Affects Versions: 1.2 > Reporter: Adam Kocoloski > Assignee: Paul Joseph Davis > Priority: Minor > Fix For: 1.2 > > > I see quite a few of these on Hudson. Here's one that happened when the daemon simply does init:stop(). It seems to happen more often when the server is executing two jobs at once. > # Daemon dies on boot. > ok 8 - Daemon port is a port. > ok 9 - Daemon name was set correctly. > ok 10 - Command name was set correctly. > ok 11 - Kill command was set. > not ok 12 - Daemon has been halted. > --- > description: "Daemon has been halted." > found: running > wanted: halted > ... > not ok 13 - Errors have been disabled. > --- > description: "Errors have been disabled." > found: [{1296,674759,844395}] > wanted: nil > ... > not ok 14 - Buffer has been switched off. > --- > description: "Buffer has been switched off." > found: [] > wanted: nil > ... -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira