Name | Status | Type | Time(s) |
test_select_key_in | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:485: test not applicable to env. | 0.001 |
test_end_of_component_as_end_key | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2860: test not applicable to env. | 0.000 |
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 | | 74.457 |
test_list_item_conditional | Success | | 70.255 |
test_multi_collection | Success | | 75.071 |
test_column_name_validation | Success | | 66.810 |
test_more_order_by | Success | | 81.835 |
test_function_and_reverse_type | Success | | 69.036 |
test_deleted_row_select | Success | | 76.480 |
test_multi_list_set | Success | | 171.166 |
test_map_item_conditional | Success | | 71.024 |
test_cql3_non_compound_range_tombstones | Skipped | 5.0 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99 | 0.643 |
test_large_count | Success | | 219.276 |
test_null_support | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:835: test not applicable to env. | 0.000 |
test_clustering_order_and_functions | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:3038: test not applicable to env. | 0.000 |
test_static_cf | Success | | 64.220 |
test_collection_function | Skipped | 5.0 > 4.1
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 4.1 | 0.751 |
test_static_with_empty_clustering | Success | | 57.793 |
test_date | Success | | 55.940 |
test_static_columns | Success | | 55.551 |
test_batch | Success | | 57.579 |
test_range_key_ordered | Success | | 55.282 |
test_dense_cf | Success | | 55.334 |
test_multi_in_compact_non_composite | Success | | 56.611 |
test_clustering_order_in | Success | | 55.097 |
test_npe_composite_table_slice | Success | | 58.094 |
test_select_count_paging | Success | | 59.844 |
test_undefined_column_handling | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:1141: test not applicable to env. | 0.001 |
test_collection_flush | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:3351: test not applicable to env. | 0.000 |
test_failure_threshold_deletions | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:1486: test not applicable to env. | 0.000 |
test_with_allow_filtering | Success | | 59.264 |
test_static_columns_paging | Failure | TypeError: '<' not supported between instances of 'str' and 'int'
self = <abc.TestPagingDataNodes3RF3_Upgrade_current_5_0_x_To_indev_5_0_x object at 0x7f521506fc10>
@since('2.0.6')
def test_static_columns_paging(self):
"""
Exercises paging with static columns to detect bugs
@jira_ticket CASSANDRA-8502.
"""
cursor = self.prepare(row_factory=named_tuple_factory)
cursor.execute("CREATE TABLE test (a int, b int, c int, s1 int static, s2 int static, PRIMARY KEY (a, b))")
for is_upgraded, cursor in self.do_upgrade(cursor, row_factory=named_tuple_factory):
> min_version = min(self.get_node_versions())
upgrade_tests/paging_test.py:660:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.8/distutils/version.py:52: in __lt__
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 | 58.116 |
test_paging_using_secondary_indexes_with_static_cols | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:876: test not applicable to env. | 0.000 |
test_single_cell_deletions | Success | | 67.776 |
test_multiple_cell_deletions | Success | | 62.127 |
test_upgrade_with_range_and_collection_tombstones | Success | | 113.186 |
test_sstableloader_compression_none_to_snappy | Skipped | 5.0.1 > 4.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 4.99 | 0.371 |
test_dense_supercolumn | Skipped | 5.0 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99 | 0.345 |
test_parallel_upgrade_with_internode_ssl | Success | | 277.359 |