Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-upgrade_jdk11_python3.8_cythonno_x86_64_17_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_17_643801102223.7362024-07-19T23:43:36.358852d228ffd3aca4

Tests

NameStatusTypeTime(s)
test_local_quorum_bootstrapSuccess170.519
test_multiorderingSkippedtest 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_indexSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:4919: test not applicable to env.
0.001
test_range_sliceSuccess62.686
test_in_with_desc_orderSuccess61.265
test_mapSuccess65.076
test_map_keys_indexingSuccess67.235
test_countSuccess73.852
test_cas_simpleSuccess66.680
test_exclusive_sliceSuccess150.161
test_clustering_order_and_functionsSuccess58.687
test_noncomposite_static_cfSuccess120.144
test_clustering_indexingSuccess64.306
test_select_list_key_single_rowSkippedawaiting CASSANDRA-7396

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5290: awaiting CASSANDRA-7396
0.001
test_collection_functionSkippedtest 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_clusteringSkippedtest 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_indexesSuccess53.948
test_list_item_conditionalSuccess54.471
test_composite_row_keySuccess54.956
test_static_columns_with_2iSuccess55.467
test_no_range_ghostSuccess57.404
test_column_name_validationSuccess55.391
test_order_by_validationSuccess54.654
test_select_with_aliasSuccess55.606
test_limit_multigetSuccess57.816
test_conversion_functionsSuccess56.196
test_deleted_row_selectSuccess60.627
test_multi_in_compact_non_compositeSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2566: test not applicable to env.
0.001
test_SIM_assertion_errorSkippedtest 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_sizeSuccess54.329
test_with_order_by_reversedSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:248: test not applicable to env.
0.001
test_static_columns_pagingFailureTypeError: '<' 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_pageSuccess56.900
test_single_cell_deletionsSuccess60.416
test_upgrade_with_unclustered_CQL_tableSuccess30.585
test_sstableloader_with_mvSkipped5.0.1 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 3.99
0.324
test_sparse_supercolumn_with_renamesSkipped5.0 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99
0.331
test_bootstrapSuccess394.015
Properties »