You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Patrick Bannister (JIRA)" <ji...@apache.org> on 2018/03/21 20:21:00 UTC

[jira] [Updated] (CASSANDRA-14334) dtest - lingering Python 3 bytes/string decoding problems

     [ https://issues.apache.org/jira/browse/CASSANDRA-14334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Bannister updated CASSANDRA-14334:
------------------------------------------
    Attachment: 14334-master.txt

> dtest - lingering Python 3 bytes/string decoding problems
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-14334
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14334
>             Project: Cassandra
>          Issue Type: Test
>          Components: Testing
>         Environment: Platform: x64_64 (AWS EC2 t2_large)
> OS: Linux Ubuntu 16.04 LTS
> cassandra-3.0 at commit f57d12ee7af1bf3b93d36b486749defd2204d066
> cassandra-dtest at commit 1888c4048b65c447733a2759f32472a7004eb46f
> Python 3.5.2, pytest-3.4.2, py-1.5.2, pluggy-0.6.0
>            Reporter: Patrick Bannister
>            Priority: Minor
>         Attachments: 14334-master.txt
>
>
> We have a few dtests failing because we're trying to decode a string object returned from ccm Node functions.
> repair_tests/repair_test.py::TestRepair::test_no_anticompaction_of_already_repaired fails at line 283 because we try to decode data from ccm node.nodetool().
> sstablesplit_test.py::TestSSTableSplit::test_single_file_split fails at line 106 because because we try to decode data from ccm node.run_sstablesplit().
> In both cases, ccm is returning strings instead of bytes now, so we shouldn't decode them anymore.



--
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