You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sam Tunnicliffe (JIRA)" <ji...@apache.org> on 2018/12/04 17:41:00 UTC

[jira] [Commented] (CASSANDRA-14921) thrift_test.py failures on 3.0 and 3.x branches

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

Sam Tunnicliffe commented on CASSANDRA-14921:
---------------------------------------------

dtest branch: [https://github.com/beobal/cassandra-dtest/commits/fix_putget_test]

3.0 CI run using updated dtest: [https://circleci.com/workflow-run/cc252860-46a5-42b5-bf7a-fc8292bbbbac]

 

> thrift_test.py failures on 3.0 and 3.x branches
> -----------------------------------------------
>
>                 Key: CASSANDRA-14921
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14921
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Testing
>            Reporter: Sam Tunnicliffe
>            Assignee: Sam Tunnicliffe
>            Priority: Major
>             Fix For: 3.0.x, 3.11.x
>
>
> {{putget_test::TestPutGet::test_wide_slice}} fails on CircleCI since the docker image was updated for CASSANDRA-14713. The reason for this is that the {{fastbinary}} extension used by {{TBinaryProtocolAccelerated}} is not compatible with thrift 0.10.0 (according to [this bug report against Pycassa|https://github.com/pycassa/pycassa/issues/245]). The offending binary is present in the filesystem of the [current docker image|https://hub.docker.com/r/spod/cassandra-testing-ubuntu18-java11/], but wasn't in [the previous image |https://hub.docker.com/r/kjellman/cassandra-test/], which meant that thrift would fallback to the standard protocol implementation (silently). 
> As this is the only test which uses {{TBinaryProtocolAccelerated}} it's easy enough to switch it to {{TBinaryProtocol}}, which also fixes things. We might want consider removing the binary next time the image is updated though (cc @spod).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org