Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 33703D5BF for ; Wed, 1 Aug 2012 14:22:52 +0000 (UTC) Received: (qmail 81069 invoked by uid 500); 1 Aug 2012 14:22:50 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 81034 invoked by uid 500); 1 Aug 2012 14:22:50 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 81026 invoked by uid 99); 1 Aug 2012 14:22:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2012 14:22:50 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [66.111.4.29] (HELO out5-smtp.messagingengine.com) (66.111.4.29) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2012 14:22:45 +0000 Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id B2D4A2106D for ; Wed, 1 Aug 2012 10:22:24 -0400 (EDT) Received: from betaweb1.nyi.mail.srv.osa ([10.202.2.10]) by compute5.internal (MEProxy); Wed, 01 Aug 2012 10:22:24 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date; s=smtpout; bh=4i/eWhGLi3YDlMG1FgXUqqda/+o=; b=Ruazy+pMI80mXCfIOXfxw16BKPms A2Oi3o/VSIC3SoQezcN15PIL7LLFsI+AzKgIqIMyP7vJLgpHq+y1l2JPlLoPro60 KuFs2A4BlnfpZe8GSvR/zCATywyg1Z49GuMat5rkV34Xq72gPwHzU+Cr2UcGnG9D dHirT/fjcMwRmks= Received: by betaweb1.nyi.mail.srv.osa (Postfix, from userid 99) id 782A062A849; Wed, 1 Aug 2012 10:22:24 -0400 (EDT) Message-Id: <1343830944.1125.140661109356493.0D3C7E1E@webmail.messagingengine.com> X-Sasl-Enc: aHqp66O7s4Jm8+aU9T3q/EQcUaPEeHSTLKWRnEfxs5TQ 1343830944 From: Erik Timan To: user@couchdb.apache.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface Subject: Test failure (make check) in etap/190-json-stream-parse.t Date: Wed, 01 Aug 2012 16:22:24 +0200 X-Virus-Checked: Checked by ClamAV on apache.org Hello all! I've built CouchDB 1.2.0 on CentOS 6.2 using the RPM spec from https://github.com/wendall911/couchdb-rpm. While it builds fine, make check fails for me when running etap/190-json-stream-parse.t. I get "Failed 88/99 subtests". After diving deeper, I found that the test failed on line 87 in 190-json-stream-parse.t: {<<"foo", 5, "bar">>, "\"foo\\u0005bar\"", "string literal with \\u0005"}, (for context, see https://github.com/apache/couchdb/blob/e736fa9e314034e2603ac5861692ddeab92f1dad/test/etap/190-json-stream-parse.t#L87) If I comment that line out, all other test cases completes ok. To me it looks like some unicode problem. Can someone shed some light upon why this is happening and if there is a real problem here? Some additional info: Arch: x86_64 CouchDB version: 1.2.0 Erlang version: R15B01 JS-devel version: 1.8.5 Tnx! /Erik