You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "David Capwell (Jira)" <ji...@apache.org> on 2020/12/15 17:36:00 UTC

[jira] [Commented] (CASSANDRA-16346) Fix upgrade python dtest test_crc_check_chance_upgrade - upgrade_crc_check_chance_test.TestCrcCheckChanceUpgrade

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

David Capwell commented on CASSANDRA-16346:
-------------------------------------------

Thanks for the patch, the code now compiles!  https://app.circleci.com/pipelines/github/dcapwell/cassandra/850/workflows/79486fdd-06d0-4d04-aa32-0fa648182356/jobs/5019/tests

Will merge.

> Fix upgrade python dtest test_crc_check_chance_upgrade - upgrade_crc_check_chance_test.TestCrcCheckChanceUpgrade
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-16346
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16346
>             Project: Cassandra
>          Issue Type: Bug
>          Components: CI, Test/dtest/python
>            Reporter: David Capwell
>            Assignee: Aleksandr Sorokoumov
>            Priority: Normal
>             Fix For: 4.0-beta
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> https://app.circleci.com/pipelines/github/dcapwell/cassandra/846/workflows/bee81d86-f720-4fc2-b3e7-7ed19ec3c9f0/jobs/4988/tests
> test_crc_check_chance_upgrade - upgrade_crc_check_chance_test.TestCrcCheckChanceUpgrade
> {code}
> >       self.verify_old_crc_check_chance(node1)
> upgrade_crc_check_chance_test.py:58: 
> {code}
> {code}
> self = <upgrade_crc_check_chance_test.TestCrcCheckChanceUpgrade object at 0x7f2d1d3b4be0>
> node = <ccmlib.node.Node object at 0x7f2d1d335a90>
>     def verify_old_crc_check_chance(self, node):
>         session = self.patient_exclusive_cql_connection(node)
>         session.cluster.refresh_schema_metadata(0)
>         meta = session.cluster.metadata.keyspaces['ks'].tables['cf1']
> >       logger.debug(meta.options['compression_parameters'])
> E       NameError: name 'logger' is not defined
> upgrade_crc_check_chance_test.py:107: NameError
> {code}



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