Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D420E18D29 for ; Wed, 2 Dec 2015 16:03:14 +0000 (UTC) Received: (qmail 20416 invoked by uid 500); 2 Dec 2015 16:03:11 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 20354 invoked by uid 500); 2 Dec 2015 16:03:11 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 19998 invoked by uid 99); 2 Dec 2015 16:03:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2015 16:03:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2F3692C1F73 for ; Wed, 2 Dec 2015 16:03:11 +0000 (UTC) Date: Wed, 2 Dec 2015 16:03:11 +0000 (UTC) From: "Adam Holmberg (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CASSANDRA-10799) 2 cqlshlib tests still failing with cythonized driver installation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-10799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15036026#comment-15036026 ] Adam Holmberg commented on CASSANDRA-10799: ------------------------------------------- bq. the cqlsh driver patch for converting blobs into byte arrays is failing with cythonized driver installations That's exactly right. When cython extensions are present we use a type out of cassandra.deserializers instead of the one patched by cqlsh. Unfortunately the way its written there's no way to force it back to the pure Python version. That wouldn't be a difficult change, but I would advocate for testing using the bundled driver if possible. That makes the tests the right thing and avoids surprises with installed versions. > 2 cqlshlib tests still failing with cythonized driver installation > ------------------------------------------------------------------ > > Key: CASSANDRA-10799 > URL: https://issues.apache.org/jira/browse/CASSANDRA-10799 > Project: Cassandra > Issue Type: Test > Reporter: Stefania > Assignee: Stefania > Fix For: 2.2.x, 3.x > > > We still have 2 cqlshlib tests failing on Jenkins: > http://cassci.datastax.com/job/cassandra-3.0_cqlshlib/lastCompletedBuild/testReport/ > Locally, these tests only fail with a cythonized driver installation. If the driver is not cythonized (installed with {{--no_extensions}}) then the tests are fine. -- This message was sent by Atlassian JIRA (v6.3.4#6332)