Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 92798 invoked from network); 15 Mar 2010 22:31:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Mar 2010 22:31:41 -0000 Received: (qmail 42667 invoked by uid 500); 15 Mar 2010 22:30:53 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 42625 invoked by uid 500); 15 Mar 2010 22:30: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 42617 invoked by uid 99); 15 Mar 2010 22:30:53 -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:30:53 +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:30:50 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 648FA234C4A9 for ; Mon, 15 Mar 2010 22:30:29 +0000 (UTC) Message-ID: <840050853.276201268692229410.JavaMail.jira@brutus.apache.org> Date: Mon, 15 Mar 2010 22:30:29 +0000 (UTC) From: "Benoit Chesneau (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=12845570#action_12845570 ] Benoit Chesneau commented on COUCHDB-698: ----------------------------------------- I even retried with a new source checkout and same error :( All tests passed with previous versions (0.10) > 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.