Name | Status | Type | Time(s) |
test_local_quorum_bootstrap | Success | | 170.519 |
test_multiordering | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2268: test not applicable to env. | 0.001 |
test_cas_and_list_index | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:4919: test not applicable to env. | 0.001 |
test_range_slice | Success | | 62.686 |
test_in_with_desc_order | Success | | 61.265 |
test_map | Success | | 65.076 |
test_map_keys_indexing | Success | | 67.235 |
test_count | Success | | 73.852 |
test_cas_simple | Success | | 66.680 |
test_exclusive_slice | Success | | 150.161 |
test_clustering_order_and_functions | Success | | 58.687 |
test_noncomposite_static_cf | Success | | 120.144 |
test_clustering_indexing | Success | | 64.306 |
test_select_list_key_single_row | Skipped | awaiting CASSANDRA-7396
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5290: awaiting CASSANDRA-7396 | 0.001 |
test_collection_function | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2442: test not applicable to env. | 0.000 |
test_key_index_with_reverse_clustering | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5034: test not applicable to env. | 0.000 |
test_refuse_in_with_indexes | Success | | 53.948 |
test_list_item_conditional | Success | | 54.471 |
test_composite_row_key | Success | | 54.956 |
test_static_columns_with_2i | Success | | 55.467 |
test_no_range_ghost | Success | | 57.404 |
test_column_name_validation | Success | | 55.391 |
test_order_by_validation | Success | | 54.654 |
test_select_with_alias | Success | | 55.606 |
test_limit_multiget | Success | | 57.816 |
test_conversion_functions | Success | | 56.196 |
test_deleted_row_select | Success | | 60.627 |
test_multi_in_compact_non_composite | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2566: test not applicable to env. | 0.001 |
test_SIM_assertion_error | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5149: test not applicable to env. | 0.000 |
test_with_less_results_than_page_size | Success | | 54.329 |
test_with_order_by_reversed | Skipped | test not applicable to env.
/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:248: test not applicable to env. | 0.001 |
test_static_columns_paging | Failure | TypeError: '<' not supported between instances of 'str' and 'int'
self = <abc.TestPagingDataNodes2RF1_Upgrade_current_5_0_x_To_indev_5_0_x object at 0x7fc190974280>
@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 | 48.214 |
test_data_change_impacting_later_page | Success | | 56.900 |
test_single_cell_deletions | Success | | 60.416 |
test_upgrade_with_unclustered_CQL_table | Success | | 30.585 |
test_sstableloader_with_mv | Skipped | 5.0.1 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 3.99 | 0.324 |
test_sparse_supercolumn_with_renames | Skipped | 5.0 > 3.99
/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99 | 0.331 |
test_bootstrap | Success | | 394.015 |