Unit Test Results.

Designed for use with JUnit and Ant.

Class dtest-upgrade_jdk11_python3.8_cythonno_x86_64_1_64

NameTestsErrorsFailuresSkippedTime(s)Time StampHost
8_cythonno_x86_64_1_643901122599.6272024-07-19T18:13:35.054739330fd0dd4bb2

Tests

NameStatusTypeTime(s)
test_crc_check_chance_upgradeSkipped5.0.1 > 3.99

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

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

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:4046: test not applicable to env.
0.001
test_no_range_ghostSuccess63.916
test_column_name_validationSuccess64.432
test_order_by_validationSuccess70.156
test_select_with_aliasSuccess65.567
test_limit_multigetFailureTypeError: '<' not supported between instances of 'str' and 'int'

self = <abc.TestCQLNodes3RF3_Upgrade_current_5_0_x_To_indev_5_0_x object at 0x7f875937c670>

def test_limit_multiget(self):
""" Validate LIMIT option for 'multiget' in SELECT statements """
cursor = self.prepare()

cursor.execute("""
CREATE TABLE clicks (
userid int,
url text,
time bigint,
PRIMARY KEY (userid, url)
) WITH COMPACT STORAGE;
""")

for is_upgraded, cursor in self.do_upgrade(cursor):
logger.debug("Querying {} node".format("upgraded" if is_upgraded else "old"))
cursor.execute("TRUNCATE clicks")

# Inserts
for id in range(0, 100):
for tld in ['com', 'org', 'net']:
cursor.execute("INSERT INTO clicks (userid, url, time) VALUES ({}, 'http://foo.{}', 42)".format(id, tld))

# Check that we do limit the output to 1 *and* that we respect query
# order of keys (even though 48 is after 2) prior to 2.1.17

> if self.get_node_version(is_upgraded) >= '2.1.17':

upgrade_tests/cql_tests.py:359:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
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
64.775
test_conversion_functionsSuccess66.318
test_deleted_row_selectSuccess76.005
test_multi_in_compact_non_compositeSuccess171.067
test_SIM_assertion_errorSuccess64.428
test_batch_and_listSuccess146.938
test_map_item_conditionalSuccess68.110
test_no_clusteringSkippedtest not applicable to env.

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

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:4217: test not applicable to env.
0.000
test_range_query_2ndarySuccess55.645
test_large_countSuccess70.764
test_nameless_indexSuccess60.699
test_select_distinct_with_deletionsSuccess58.768
test_indexed_with_eqSuccess60.539
test_empty_blobSuccess59.051
test_static_cfSuccess58.410
test_compact_metadataSuccess59.522
test_select_map_key_single_rowSkippedawaiting CASSANDRA-7396

/home/cassandra/cassandra-dtest/upgrade_tests/cql_tests.py:5231: awaiting CASSANDRA-7396
0.000
test_multi_list_setSuccess62.770
test_static_with_empty_clusteringSuccess60.505
test_remove_range_sliceSkippedtest not applicable to env.

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

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

/home/cassandra/cassandra-dtest/upgrade_tests/paging_test.py:47: test not applicable to env.
0.000
test_with_order_by_reversedSuccess62.972
test_paging_across_multi_wide_rowsSuccess62.920
test_data_change_impacting_later_pageSuccess55.543
test_multiple_partition_deletionsSuccess70.310
test_10822Success62.773
test_sstableloader_compression_snappy_to_noneSkipped5.0.1 > 3.99

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

/home/cassandra/cassandra-dtest/upgrade_tests/thrift_upgrade_test.py:645: test not applicable to env.
0.000
test_parallel_upgradeSuccess753.691
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.004
Properties »