Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9692296D2 for ; Sun, 4 Mar 2012 14:50:21 +0000 (UTC) Received: (qmail 38653 invoked by uid 500); 4 Mar 2012 14:50:20 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 38617 invoked by uid 500); 4 Mar 2012 14:50:20 -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 38608 invoked by uid 99); 4 Mar 2012 14:50:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Mar 2012 14:50:20 +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; Sun, 04 Mar 2012 14:50:19 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5EABB8AE3 for ; Sun, 4 Mar 2012 14:49:58 +0000 (UTC) Date: Sun, 4 Mar 2012 14:49:58 +0000 (UTC) From: "Jan Lehnardt (Commented) (JIRA)" To: dev@couchdb.apache.org Message-ID: <1815772405.19780.1330872599668.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1481951162.21398.1330289932769.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (COUCHDB-1424) make check hangs when compiling with R15B 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-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13221907#comment-13221907 ] Jan Lehnardt commented on COUCHDB-1424: --------------------------------------- Is the diff below the correct one? If yes, I can't confirm that it resolves the hangs for me. I tried 200, 300 and 1000 as values for sleep() and it consistently hangs at 220-compaction-daemon.t diff --git a/src/etap/etap.erl b/src/etap/etap.erl index 5ad5dba..ba83385 100644 --- a/src/etap/etap.erl +++ b/src/etap/etap.erl @@ -77,6 +77,7 @@ plan(N) when is_integer(N), N > 0 -> %% @doc End the current test plan and output test results. %% @todo This should probably be done in the test_server process. end_tests() -> + timer:sleep(100), ensure_coverage_ends(), etap_server ! {self(), state}, State = receive X -> X end, > make check hangs when compiling with R15B > ----------------------------------------- > > Key: COUCHDB-1424 > URL: https://issues.apache.org/jira/browse/COUCHDB-1424 > Project: CouchDB > Issue Type: Bug > Components: Test Suite > Affects Versions: 1.2, 1.3 > Reporter: Jan Lehnardt > > make check hangs when running under R15B. For me it is 160-vhosts.t where execution stops, but if I recall correctly others have reported other tests. The crux here is that running the tests individually succeeds. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira