Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-upgrade-novnode_jdk11_python3.8_cythonno_x86_64_50_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_50_644001131952.4872024-07-20T11:42:39.932731a1138e8fbfe3

Tests

NameStatusTypeTime(s)
test_more_order_bySkippedtest 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_typeSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2962: test not applicable to env.
0.000
test_deleted_row_selectSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5405: test not applicable to env.
0.000
test_multi_list_setSuccess63.615
test_map_item_conditionalSuccess56.769
test_cql3_non_compound_range_tombstonesSkipped5.0 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99
0.190
test_large_countSuccess81.731
test_null_supportSuccess67.210
test_clustering_order_and_functionsFailureTypeError: '<' not supported between instances of 'str' and 'int'

self = <abc.TestCQLNodes3RF3_Upgrade_current_5_0_x_To_indev_5_0_x object at 0x7f4cfe2c08e0>

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
54.591
test_static_cfSuccess143.518
test_collection_functionSkipped5.0 > 4.1

/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 4.1
0.244
test_static_with_empty_clusteringSuccess58.725
test_dateSuccess119.644
test_static_columnsSuccess60.648
test_batchSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:979: test not applicable to env.
0.000
test_range_key_orderedSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:3223: test not applicable to env.
0.000
test_dense_cfSuccess51.289
test_multi_in_compact_non_compositeSuccess52.298
test_clustering_order_inSuccess49.626
test_npe_composite_table_sliceSuccess51.716
test_select_count_pagingSuccess53.077
test_undefined_column_handlingSuccess51.253
test_collection_flushSuccess62.019
test_simple_tuple_querySuccess52.509
test_compact_metadataSuccess53.286
test_invalid_string_literalsSkippedhttps://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_indexesSuccess56.491
test_in_with_desc_orderSuccess54.529
test_range_query_2ndarySkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:1273: test not applicable to env.
0.000
test_cas_simpleSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:3464: test not applicable to env.
0.000
test_with_equal_results_to_page_sizeSuccess58.153
test_with_allow_filteringSuccess59.983
test_paging_a_single_wide_rowSuccess70.964
test_cell_TTL_expiry_during_pagingSuccess92.543
test_single_partition_deletionsSuccess64.559
test_multiple_partition_deletionsSuccess55.788
test_sstableloader_compression_none_to_snappySkipped5.0.1 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 3.99
0.550
test_sstableloader_compression_snappy_to_deflateSkipped5.0.1 > 4.99

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 4.99
0.277
test_dense_supercolumnSkipped5.0 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99
0.281
test_parallel_upgradeSuccess253.296
Properties »