David Capwell created CASSANDRA-16330:
-----------------------------------------

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


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}



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