You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Stefania (JIRA)" <ji...@apache.org> on 2015/12/02 05:57:10 UTC

[jira] [Commented] (CASSANDRA-10799) 2 cqlshlib tests still failing with cythonized driver installation

    [ https://issues.apache.org/jira/browse/CASSANDRA-10799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15035270#comment-15035270 ] 

Stefania commented on CASSANDRA-10799:
--------------------------------------

Both failing tests are caused by problems decoding blobs:

{code}
test_cqlsh: DEBUG: read "\x1b[0;1;31mFailed to format value '\\x00\\x01\\x02\\x03\\x04\\x05\\xff\\xfe\\xfd' : 'ascii' codec can't decode byte 0xff in position 6: ordinal not in range(128)\x1b[0m\r\n\x1b[0;1;31mFailed to format value '\\xff\\xff\\xff\\xff\\xff\\xff\\xff\\xff\\xff' : 'ascii' codec can't decode byte 0xff in position 0: ordinal not in range(128)\x1b[0m\r\n\x1b[0;1;31m1 more decoding errors suppressed.\x1b[0m\r\n" from subproc
{code}

>From past experience, I suspect that the cqlsh driver patch for converting blobs into byte arrays is failing with cythonized driver installations, cc [~aholmber] to confirm this.

If I am correct, other than running these tests with the driver not cythonized, is there anything else that can be done?

In fact, these tests should probably use the embedded driver (which is not cythonized) rather than the installed driver.


> 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.0.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)