From dev-return-9146-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Mon Mar 15 22:28:39 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 91871 invoked from network); 15 Mar 2010 22:28:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Mar 2010 22:28:39 -0000 Received: (qmail 37494 invoked by uid 500); 15 Mar 2010 22:27:51 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 37358 invoked by uid 500); 15 Mar 2010 22:27:51 -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 37350 invoked by uid 99); 15 Mar 2010 22:27:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Mar 2010 22:27:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED,NORMAL_HTTP_TO_IP,WEIRD_PORT 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; Mon, 15 Mar 2010 22:27:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A7311234C48C for ; Mon, 15 Mar 2010 22:27:27 +0000 (UTC) Message-ID: <209932467.276081268692047683.JavaMail.jira@brutus.apache.org> Date: Mon, 15 Mar 2010 22:27:27 +0000 (UTC) From: "Paul Joseph Davis (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Commented: (COUCHDB-698) 070-couchdb.t + basic tests fail on openbsd 4.7 In-Reply-To: <464110088.276061268691807382.JavaMail.jira@brutus.apache.org> 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-698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845566#action_12845566 ] Paul Joseph Davis commented on COUCHDB-698: ------------------------------------------- Is this a permissions problem with the user running couchdb not being able to write to the lib directory? Try blowing away the tmp directory in your source checkout and then make dev && make check > 070-couchdb.t + basic tests fail on openbsd 4.7 > ----------------------------------------------- > > Key: COUCHDB-698 > URL: https://issues.apache.org/jira/browse/COUCHDB-698 > Project: CouchDB > Issue Type: Bug > Components: Test Suite > Affects Versions: 0.11 > Environment: openbsd 4.7 erla,g r13b04 > Reporter: Benoit Chesneau > Priority: Blocker > > while runnig 070-couchdb.t test I get this error: > $ ./test/etap/run ./test/etap/070-couch-db.t > # Current time local 2010-03-16 07:11:57 > # Using etap version "0.3.4" > 1..4 > Apache CouchDB 0.0.0 (LogLevel=info) is starting. > Apache CouchDB has started. Time to relax. > [info] [<0.2.0>] Apache CouchDB has started on http://127.0.0.1:5984/ > not ok 1 - Database was created. > ok 2 - Database was deleted. > # Test died abnormally: {'EXIT',{{badmatch,false},[{erl_eval,expr,3}]}} > [error] [<0.31.0>] {error_report,<0.23.0>, > {<0.31.0>,crash_report, > [[{initial_call,{etap,start_etap_server,[]}}, > {pid,<0.31.0>}, > {registered_name,etap_server}, > {error_info, > {exit, > {badarg, > [{io,format, > [<0.23.0>,"~s~n", > [[66,97,105,108,32,111,117,116,33,32| > {'EXIT',{{badmatch,false},[{erl_eval,expr,3}]}}]]]}, > {etap,test_server,1}, > {proc_lib,init_p_do_apply,3}]}, > [{io,o_request,3},{etap,test_server,1},{proc_lib,init_p_do_apply,3}]}}, > {ancestors,[<0.2.0>]}, > {messages,[done]}, > {links,[]}, > {dictionary,[]}, > {trap_exit,false}, > {status,running}, > {heap_size,610}, > {stack_size,24}, > {reductions,500}], > []]}} > and while running basics tests ; > > 1. Run with debuggerAssertion failed: CouchDB.allDbs().indexOf("test_suite_db") != -1 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.