Name | Status | Type | Time(s) |
test_simple_tuple_query | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:367: test not applicable to env. | 0.001 |
test_compact_metadata | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2704: test not applicable to env. | 0.000 |
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_refuse_in_with_indexes | Success | | 69.316 |
test_in_with_desc_order | Success | | 59.398 |
test_range_query_2ndary | Success | | 71.162 |
test_cas_simple | Success | | 62.589 |
test_select_key_in | Success | | 75.629 |
test_end_of_component_as_end_key | Success | | 65.492 |
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_batch_and_list | Success | | 162.493 |
test_list_item_conditional | Success | | 64.040 |
test_multi_collection | Success | | 137.103 |
test_column_name_validation | Success | | 64.235 |
test_more_order_by | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:656: test not applicable to env. | 0.000 |
test_function_and_reverse_type | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2962: test not applicable to env. | 0.000 |
test_deleted_row_select | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5405: test not applicable to env. | 0.000 |
test_multi_list_set | Success | | 54.380 |
test_map_item_conditional | Success | | 54.329 |
test_cql3_non_compound_range_tombstones | Skipped | 5.0 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99 | 0.606 |
test_large_count | Success | | 70.345 |
test_null_support | Success | | 55.542 |
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 0x7f580c081700>
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 | 49.650 |
test_static_cf | Success | | 56.080 |
test_collection_function | Skipped | 5.0 > 4.1
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 4.1 | 0.616 |
test_static_with_empty_clustering | Success | | 56.614 |
test_date | Success | | 57.584 |
test_static_columns | Success | | 56.603 |
test_batch | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:979: test not applicable to env. | 0.000 |
test_range_key_ordered | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:3223: test not applicable to env. | 0.000 |
test_single_row_deletions | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:1324: test not applicable to env. | 0.000 |
test_undefined_page_size_default | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:158: test not applicable to env. | 0.000 |
test_basic_compound_paging | Success | | 64.772 |
test_paging_a_single_wide_row | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:550: test not applicable to env. | 0.000 |
test_query_isolation | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:1114: test not applicable to env. | 0.000 |
test_single_partition_deletions | Success | | 61.826 |
test_upgrade_with_wide_partition | Success | | 118.764 |
test_sstableloader_compression_deflate_to_snappy | Skipped | 5.0.1 > 4.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 4.99 | 0.360 |
test_dense_supercolumn | Skipped | 5.0 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99 | 0.349 |
test_bootstrap | Success | | 421.585 |