Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-upgrade-novnode_jdk11_python3.8_cythonno_x86_64_14_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_14_644001112532.5842024-07-20T18:39:54.43909989fae082641c

Tests

NameStatusTypeTime(s)
test_consistent_range_movement_false_with_replica_down_should_succeedSuccess108.797
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_batchSuccess57.514
test_range_key_orderedSuccess54.389
test_dense_cfSuccess58.782
test_multi_in_compact_non_compositeSuccess57.561
test_clustering_order_inSuccess56.279
test_npe_composite_table_sliceSuccess61.440
test_select_count_pagingFailureTypeError: '<' not supported between instances of 'str' and 'int'

self = <abc.TestCQLNodes3RF3_Upgrade_current_5_0_x_To_indev_5_0_x object at 0x7ff900cbf610>

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
54.565
test_undefined_column_handlingSuccess144.580
test_collection_flushSuccess75.603
test_simple_tuple_querySuccess117.851
test_compact_metadataSuccess61.672
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.001
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.000
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_range_query_2ndarySuccess52.466
test_cas_simpleSuccess52.202
test_select_key_inSuccess53.417
test_end_of_component_as_end_keySuccess52.948
test_select_list_key_single_rowSkippedawaiting CASSANDRA-7396

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5290: awaiting CASSANDRA-7396
0.001
test_batch_and_listSuccess52.624
test_list_item_conditionalSuccess53.653
test_multi_collectionSuccess51.271
test_column_name_validationSuccess51.106
test_more_order_bySuccess54.464
test_function_and_reverse_typeSuccess53.507
test_deleted_row_selectSuccess59.934
test_multi_list_setSkippedtest not applicable to env.

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

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:4789: test not applicable to env.
0.000
test_with_less_results_than_page_sizeSuccess50.644
test_with_allow_filteringSuccess52.691
test_paging_a_single_wide_rowSuccess60.247
test_cell_TTL_expiry_during_pagingSuccess87.269
test_single_partition_deletionsSkippedtest not applicable to env.

/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:1259: test not applicable to env.
0.000
test_10822Success55.176
test_sstableloader_with_mvSkipped5.0.1 > 3.99

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

/home/cassandra/cassandra-dtest/conftest.py:449: 5.0 > 3.99
0.592
test_parallel_upgrade_with_internode_sslSuccess727.361
Properties »