Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 22914 invoked from network); 30 Sep 2009 16:09:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Sep 2009 16:09:52 -0000 Received: (qmail 64563 invoked by uid 500); 30 Sep 2009 16:09:52 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 64486 invoked by uid 500); 30 Sep 2009 16:09:52 -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 64475 invoked by uid 99); 30 Sep 2009 16:09:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2009 16:09:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2009 16:09:43 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 975C3234C045 for ; Wed, 30 Sep 2009 09:09:23 -0700 (PDT) Message-ID: <632740809.1254326963618.JavaMail.jira@brutus> Date: Wed, 30 Sep 2009 09:09:23 -0700 (PDT) From: "Paul Joseph Davis (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Resolved: (COUCHDB-515) 040-util fail on freebsd 7.2 In-Reply-To: <502055248.1254302492044.JavaMail.jira@brutus> 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-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Joseph Davis resolved COUCHDB-515. --------------------------------------- Resolution: Fixed Fix Version/s: 0.11 I fixed this as part of the work on getting buildbot up and running and didn't think to backport it. Its a bug in the test not what's being tested so it doesn't concern me too much. Though it does point at interestingness of Erlang scheduling being different in different scenarios. It wasn't even noticed until trying to run the tests in coverage mode on an Ubuntu VM. Here's the diff: http://svn.apache.org/viewvc/couchdb/trunk/test/etap/040-util.t?r1=819263&r2=819341 There was an odd race condition when the terminate_linked call executed before the linked process started. This patch just adds a receive for a message from the new PID before executing terminate_linked. There's also another patch that updates the plan count to 11, so this will still break prove (because it runs one more test than expected). > 040-util fail on freebsd 7.2 > ------------------------------ > > Key: COUCHDB-515 > URL: https://issues.apache.org/jira/browse/COUCHDB-515 > Project: CouchDB > Issue Type: Bug > Components: Test Suite > Affects Versions: 0.10 > Environment: freebsd 7.2, erlang R13B02, > Reporter: Benoit Chesneau > Fix For: 0.11 > > > make check block on 040-util step 4 however http tests works and it don't seem to affect work on it (like friendpaste). prove -v display nothing more, the tests just block on it and I had to kill it (ctrl-c). > uname -a : > FreeBSD node0.somedomain.com 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:14:35 UTC 2009 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 > erlang : > Erlang R13B02 (erts-5.7.3) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:0] [hipe] [kernel-poll:false] -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.