You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Dinesh Joshi (Jira)" <ji...@apache.org> on 2020/01/24 04:37:00 UTC

[jira] [Comment Edited] (CASSANDRA-10190) Python 3 support for cqlsh

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

Dinesh Joshi edited comment on CASSANDRA-10190 at 1/24/20 4:36 AM:
-------------------------------------------------------------------

I have rebased and squashed, [~ptbannister]'s original branch into my repo [here|https://github.com/dineshjoshi/cassandra/tree/10190-trunk-review]. Let's use this branch going forward. I also ran [circleci|https://circleci.com/workflow-run/53b5f86f-2a97-4ce8-8269-9fab522f9406] jobs. There are about 5 tests that are failing right now. 

The following tests pass locally but fail on CircleCI (let's debug these later) –

- test_writing_with_token_boundaries
- test_datetime_values
- test_remote_query

The following tests fail locally and on CircleCI so I think these are Genuine failures (let's focus on them right now) –

- test_complex_schema
- test_complex_data_types


was (Author: djoshi3):
I have rebased and squashed, [~ptbannister]'s original branch into my repo [here|https://github.com/dineshjoshi/cassandra/tree/10190-trunk-review] and run [circleci|https://circleci.com/workflow-run/53b5f86f-2a97-4ce8-8269-9fab522f9406] jobs. There are about 5 tests that are failing right now. 

The following tests pass locally but fail on CircleCI (let's debug these later) –

- test_writing_with_token_boundaries
- test_datetime_values
- test_remote_query

The following tests fail locally and on CircleCI so I think these are Genuine failures (let's focus on them right now) –

- test_complex_schema
- test_complex_data_types

> Python 3 support for cqlsh
> --------------------------
>
>                 Key: CASSANDRA-10190
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10190
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Legacy/Tools
>            Reporter: Andrew Pennebaker
>            Assignee: Patrick Bannister
>            Priority: Normal
>              Labels: cqlsh
>             Fix For: 4.0, 4.0-alpha
>
>         Attachments: 0001-Fix-issues-from-version-specific-logic-commit.patch, 0001-Update-six-to-1.12.0.patch, 0002-Simplify-version-specific-logic-by-using-six.moves-a.patch, coverage_notes.txt
>
>
> Users who operate in a Python 3 environment may have trouble launching cqlsh. Could we please update cqlsh's syntax to run in Python 3?
> As a workaround, users can setup pyenv, and cd to a directory with a .python-version containing "2.7". But it would be nice if cqlsh supported modern Python versions out of the box.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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