Patrick Bannister created CASSANDRA-14334:
---------------------------------------------

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


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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to