You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Berenguer Blasi (Jira)" <ji...@apache.org> on 2021/05/04 05:36:00 UTC

[jira] [Comment Edited] (CASSANDRA-16648) Add 4_0_x to Python DTest's upgrade_manifest (after cassandra-4.0 branch was created)

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

Berenguer Blasi edited comment on CASSANDRA-16648 at 5/4/21, 5:35 AM:
----------------------------------------------------------------------

It seems there is some python list expression somewhere that changed. When you change the offending:

tables = ("test", "test2") if testing_compact_storage else ("test")

to

tables = ["test", "test2"] if testing_compact_storage else ["test"]

it seems to pass now but why was it passing before?


was (Author: bereng):
It seems there is some python list expression somehwre that changed. When you change the offending:

tables = ("test", "test2") if testing_compact_storage else ("test")

to

tables = ["test", "test2"] if testing_compact_storage else ["test"]

it seems to pass now but why was it passing before?

> Add 4_0_x to Python DTest's upgrade_manifest (after cassandra-4.0 branch was created)
> -------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-16648
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16648
>             Project: Cassandra
>          Issue Type: Sub-task
>          Components: Test/dtest/python
>            Reporter: Michael Semb Wever
>            Assignee: Michael Semb Wever
>            Priority: Normal
>
> Python DTest upgrade manifest:
>  - https://github.com/apache/cassandra-dtest/compare/trunk...thelastpickle:mck/16642--introduce-cassandra-4.0
>  - https://ci-cassandra.apache.org/job/Cassandra-devbranch-dtest/645/
>  - https://ci-cassandra.apache.org/job/Cassandra-devbranch-dtest-upgrade/273/



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