Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Quality Assurance
-
Low Hanging Fruit
-
All
-
None
-
Description
test_basic_paging - upgrade_tests.paging_test.TestPagingDataNodes
upgrade_tests/paging_test.py
#4.0 doesn't support compact storage > if version_string == 'trunk' or version_string >= MAJOR_VERSION_4: upgrade_tests/paging_test.py:476:
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'
Attachments
Attachments
Issue Links
- is a child of
-
CASSANDRA-16322 Fix failing python update dtests
- Resolved