Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-upgrade-novnode_jdk11_python3.8_cythonno_x86_64_6_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_6_644101132571.7692024-07-19T20:00:51.440408fa05e9602e3d

Tests

NameStatusTypeTime(s)
test_simple_bootstrapSuccess117.145
test_multi_collectionSkippedtest not applicable to env.

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

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:3540: test not applicable to env.
0.000
test_more_order_bySuccess82.718
test_function_and_reverse_typeSuccess59.711
test_deleted_row_selectSuccess65.814
test_multi_list_setSuccess67.835
test_map_item_conditionalSuccess67.949
test_cql3_non_compound_range_tombstonesSkipped5.0 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99
0.471
test_large_countSuccess87.290
test_null_supportSuccess152.867
test_clustering_order_and_functionsSuccess62.087
test_static_cfSuccess119.222
test_collection_functionSkipped5.0 > 4.1

/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 4.1
0.591
test_static_with_empty_clusteringSuccess62.164
test_dateSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:1728: test not applicable to env.
0.001
test_static_columnsSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:3843: test not applicable to env.
0.000
test_batchSuccess50.668
test_range_key_orderedSuccess50.659
test_dense_cfSuccess51.421
test_multi_in_compact_non_compositeSuccess51.322
test_clustering_order_inSuccess51.926
test_npe_composite_table_sliceSuccess52.709
test_select_count_pagingFailureTypeError: '<' not supported between instances of 'str' and 'int'

self = <abc.TestCQLNodes2RF1_Upgrade_current_5_0_x_To_indev_5_0_x object at 0x7fa05434c400>

def test_select_count_paging(self):
"""
Test for the #6579 'select count' paging bug
@jira_ticket CASSANDRA-6579
"""
cursor = self.prepare()
cursor.execute("create table test(field1 text, field2 timeuuid, field3 boolean, primary key(field1, field2));")
cursor.execute("create index test_index on test(field3);")

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(field1, field2, field3) values ('hola', now(), false);")
cursor.execute("insert into test(field1, field2, field3) values ('hola', now(), false);")

# the result depends on which node we're connected to, see CASSANDRA-8216
> if self.get_node_version(is_upgraded) >= '2.2':

upgrade_tests/cql_tests.py:4197:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
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
47.641
test_undefined_column_handlingSuccess50.844
test_collection_flushSuccess60.929
test_simple_tuple_querySuccess53.774
test_compact_metadataSuccess54.586
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_indexesSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:2020: test not applicable to env.
0.001
test_in_with_desc_orderSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:4274: test not applicable to env.
0.000
test_with_equal_results_to_page_sizeSuccess61.078
test_with_allow_filteringSuccess50.637
test_basic_compound_pagingSuccess49.825
test_cell_TTL_expiry_during_pagingSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:1041: test not applicable to env.
0.000
test_failure_threshold_deletionsSuccess70.757
test13294Success89.302
test_sstableloader_compression_none_to_snappySkipped5.0.1 > 3.99

/home/cassandra/cassandra-dtest/conftest.py:468: 5.0.1 > 3.99
0.338
test_dense_supercolumnSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/thrift_upgrade_test.py:575: test not applicable to env.
0.000
test_parallel_upgrade_with_internode_sslSuccess725.784
test_udtfix_in_sstableSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/upgrade_udtfix_test.py:34: test not applicable to env.
0.003
Properties »