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

David Capwell updated CASSANDRA-16330:
--------------------------------------
    Description: 
test_basic_paging - upgrade_tests.paging_test.TestPagingDataNodes
upgrade_tests/paging_test.py

https://app.circleci.com/pipelines/github/dcapwell/cassandra/843/workflows/9545f259-0a61-4ba8-8dea-485a33136032/jobs/4964

{code}
        #4.0 doesn't support compact storage
>       if version_string == 'trunk' or version_string >= MAJOR_VERSION_4:

upgrade_tests/paging_test.py:476: 
{code}

{code}
self = LooseVersion ('4.0')
other = LooseVersion ('clone:/home/cassandra/cassandra')

    def _cmp (self, other):
        if isinstance(other, str):
            other = LooseVersion(other)
    
        if self.version == other.version:
            return 0
>       if self.version < other.version:
E       TypeError: '<' not supported between instances of 'int' and 'str'
{code}

  was:
test_basic_paging - upgrade_tests.paging_test.TestPagingDataNodes
upgrade_tests/paging_test.py

{code}
        #4.0 doesn't support compact storage
>       if version_string == 'trunk' or version_string >= MAJOR_VERSION_4:

upgrade_tests/paging_test.py:476: 
{code}

{code}
self = LooseVersion ('4.0')
other = LooseVersion ('clone:/home/cassandra/cassandra')

    def _cmp (self, other):
        if isinstance(other, str):
            other = LooseVersion(other)
    
        if self.version == other.version:
            return 0
>       if self.version < other.version:
E       TypeError: '<' not supported between instances of 'int' and 'str'
{code}


> Fix failing upgrade dtest test_basic_paging - 
> upgrade_tests.paging_test.TestPagingDataNodes
> -------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-16330
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-16330
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: CI, Test/dtest/python
>            Reporter: David Capwell
>            Priority: Normal
>             Fix For: 4.0-beta
>
>
> test_basic_paging - upgrade_tests.paging_test.TestPagingDataNodes
> upgrade_tests/paging_test.py
> https://app.circleci.com/pipelines/github/dcapwell/cassandra/843/workflows/9545f259-0a61-4ba8-8dea-485a33136032/jobs/4964
> {code}
>         #4.0 doesn't support compact storage
> >       if version_string == 'trunk' or version_string >= MAJOR_VERSION_4:
> upgrade_tests/paging_test.py:476: 
> {code}
> {code}
> self = LooseVersion ('4.0')
> other = LooseVersion ('clone:/home/cassandra/cassandra')
>     def _cmp (self, other):
>         if isinstance(other, str):
>             other = LooseVersion(other)
>     
>         if self.version == other.version:
>             return 0
> >       if self.version < other.version:
> E       TypeError: '<' not supported between instances of 'int' and 'str'
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to