Name | Status | Type | Time(s) |
test_upgrade_to_30 | Skipped | 5.0.1 > 3.0.X
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 3.0.X | 0.581 |
test_cql3_non_compound_range_tombstones | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:1541: test not applicable to env. | 0.000 |
test_select_count_paging | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:4180: test not applicable to env. | 0.000 |
test_range_tombstones_compaction | Success | | 105.405 |
test_more_user_types | Success | | 68.789 |
test_reversed_comparator | Success | | 80.525 |
test_empty_in | Success | | 69.766 |
test_limit_sparse | Success | | 78.154 |
test_function_and_reverse_type | Success | | 65.207 |
test_tracing_prevents_startup_after_upgrading | Success | | 76.752 |
test_timeuuid | Success | | 173.733 |
test_invalid_string_literals | Skipped | https://issues.apache.org/jira/browse/CASSANDRA-14960
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5198: https://issues.apache.org/jira/browse/CASSANDRA-14960 | 0.000 |
test_multiordering | Success | | 158.638 |
test_cas_and_list_index | Success | | 75.534 |
test_range_slice | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:1746: test not applicable to env. | 0.000 |
test_in_with_desc_order | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:4274: test not applicable to env. | 0.000 |
test_map | Success | | 55.629 |
test_map_keys_indexing | Success | | 65.000 |
test_count | Success | | 67.786 |
test_cas_simple | Success | | 63.574 |
test_exclusive_slice | Success | | 59.154 |
test_clustering_order_and_functions | Failure | TypeError: '<' not supported between instances of 'str' and 'int'
self = <abc.TestCQLNodes2RF1_Upgrade_current_5_0_x_To_indev_5_0_x object at 0x7fec220e0280>
def test_clustering_order_and_functions(self):
cursor = self.prepare()
cursor.execute("""
CREATE TABLE test (
k int,
t timeuuid,
PRIMARY KEY (k, t)
) WITH CLUSTERING ORDER BY (t DESC)
""")
for is_upgraded, cursor in self.do_upgrade(cursor):
logger.debug("Querying {} node".format("upgraded" if is_upgraded else "old"))
cursor.execute("TRUNCATE test")
for i in range(0, 5):
cursor.execute("INSERT INTO test (k, t) VALUES (%d, now())" % i)
> if self.get_node_version(is_upgraded) >= LooseVersion('2.2'):
upgrade_tests/cql_tests.py:3056:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
upgrade_tests/upgrade_base.py:227: in get_node_version
return max(node_versions) if is_upgraded else min(node_versions)
/usr/lib/python3.8/distutils/version.py:64: in __gt__
c = self._cmp(other)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = LooseVersion ('5.0-rc1'), other = LooseVersion ('5.0.1')
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 'str' and 'int'
/usr/lib/python3.8/distutils/version.py:337: TypeError | 52.541 |
test_noncomposite_static_cf | Success | | 61.731 |
test_clustering_indexing | Success | | 65.495 |
test_select_list_key_single_row | Skipped | awaiting CASSANDRA-7396
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5290: awaiting CASSANDRA-7396 | 0.000 |
test_collection_function | Skipped | 5.0 > 4.1
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 4.1 | 0.511 |
test_key_index_with_reverse_clustering | Success | | 65.834 |
test_refuse_in_with_indexes | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2020: test not applicable to env. | 0.001 |
test_list_item_conditional | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:4463: test not applicable to env. | 0.001 |
test_with_more_results_than_page_size | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:94: test not applicable to env. | 0.001 |
test_with_allow_filtering | Success | | 61.722 |
test_static_columns_paging | Success | | 63.905 |
test_cell_TTL_expiry_during_paging | Success | | 90.543 |
test_single_cell_deletions | Success | | 75.043 |
test_schema_agreement | Skipped | 5.0 > 3.0.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.0.99 | 0.355 |
test_sstableloader_compression_snappy_to_deflate | Skipped | 5.0.1 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 3.99 | 0.585 |
test_dense_supercolumn | Skipped | 5.0 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99 | 0.344 |
test_parallel_upgrade_with_internode_ssl | Success | | 780.275 |