Name | Status | Type | Time(s) |
test_manual_bootstrap | Success | | 127.503 |
test_boolean | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2251: test not applicable to env. | 0.000 |
test_expanded_map_item_conditional | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:4829: test not applicable to env. | 0.000 |
test_date | Success | | 68.908 |
test_v2_protocol_IN_with_tuples | Skipped | 5.0 > 2.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 2.99 | 0.214 |
test_set | Success | | 71.241 |
test_collection_indexing | Success | | 74.170 |
test_deletion | Success | | 77.643 |
test_function_with_null | Failure | TypeError: '<' not supported between instances of 'str' and 'int'
self = <abc.TestCQLNodes3RF3_Upgrade_current_5_0_x_To_indev_5_0_x object at 0x7efc2c2eec40>
def test_function_with_null(self):
cursor = self.prepare()
cursor.execute("""
CREATE TABLE test (
k int PRIMARY KEY,
t timeuuid
)
""")
for is_upgraded, cursor in self.do_upgrade(cursor):
logger.debug("Querying {} node".format("upgraded" if is_upgraded else "old"))
cursor.execute("TRUNCATE test")
cursor.execute("INSERT INTO test(k) VALUES (0)")
> if self.get_node_version(is_upgraded) >= LooseVersion('2.2'):
upgrade_tests/cql_tests.py:3458:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
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 | 62.492 |
test_select_key_in | Success | | 182.549 |
test_rename | Skipped | 5.0 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99 | 0.450 |
test_large_collection_errors | Skipped | 5.0 > 2.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 2.99 | 0.643 |
test_query_compact_tables_during_upgrade | Success | | 175.374 |
test_select_set_key_single_row | Skipped | awaiting CASSANDRA-7396
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5259: awaiting CASSANDRA-7396 | 0.000 |
test_range_with_deletes | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2416: test not applicable to env. | 0.000 |
test_limit_compact_table | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5001: test not applicable to env. | 0.000 |
test_indexes_composite | Success | | 64.263 |
test_whole_list_conditional | Success | | 68.003 |
test_range_query | Success | | 61.564 |
test_static_columns_cas | Success | | 65.466 |
test_timestamp_and_ttl | Success | | 65.653 |
test_add_deletion_info_in_unsorted_column | Success | | 59.454 |
test_more_order_by | Success | | 59.880 |
test_conditional_delete | Success | | 62.439 |
test_sparse_cf | Success | | 61.089 |
test_ticket_5230 | Success | | 60.375 |
test_select_list_key_multi_row | Skipped | awaiting CASSANDRA-7396
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5378: awaiting CASSANDRA-7396 | 0.000 |
test_multi_in_compact | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2483: test not applicable to env. | 0.000 |
test_end_of_component_uses_oecBound | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5123: test not applicable to env. | 0.000 |
test_with_no_results | Success | | 57.404 |
test_with_order_by | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:196: test not applicable to env. | 0.000 |
test_paging_using_secondary_indexes | Success | | 62.120 |
test_data_change_impacting_earlier_page | Success | | 60.967 |
test_single_row_deletions | Success | | 65.149 |
test_upgrade_with_clustered_compact_table | Success | | 38.867 |
test_sstableloader_compression_deflate_to_deflate | Skipped | 5.0.1 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 3.99 | 0.360 |
test_dense_supercolumn_with_renames | Skipped | 5.0 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99 | 0.345 |
test_rolling_upgrade_with_internode_ssl | Success | | 872.632 |